#measures{
	margin-left: 10px;
}

#category-select, h2:first-child{
	width: 200px;
	margin-right: 50px;
}

#measure-select{
	width: 400px;
}

#csv{
	float: right;
	clear: both;
	width: 35px;
	height: 33px;
	background-image: url(../images/export.png);
}

#selects{
	border-top: 1px solid #ccc;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding-top: 10px;
}