#siteList {
	width: 200px;
}

#sites {
	width: 100%;
}

#sites td#siteList, #sites td#siteDetails {
	vertical-align: top;
}

.indexColumn {
	width: 24px;
}

.fright {
	float: right;
}

.biological-survey {
	form#survey > *, form#rawDataUploadForm > * {
		margin-bottom: 0px;
	}

	.list-index {}
}

.siteList .info, #siteDetails h2 .info {
	text-transform: uppercase;
	font-size: 8px; 
}

.blockedSurvey {
	font-weight: bold;
}

.aui input.half {
	width: 62px;
}

.aui .control-group {
	margin-bottom: 10px;
}

.chart-loader-box {
	background-color: #F7F7F7; 
	border: 1px solid #E2E2E2; 
	text-align: center;
}

#chart {
    height:600px;
}
svg {
    margin: 0;
    padding-right: 10px;
}

.nvd3.nv-scatter .nv-groups .nv-point, .nvd3 .nv-groups .nv-point {
    stroke-width: 7px;
    fill-opacity: .95 !important;
    stroke-opacity: .95 !important;
}