#smonitor {
	clear: both;
	overflow: hidden;
}

#smonitor .wrapper {
	width: 1000px;
	clear: both;
}

.smonitorCol {
	float: left;
	width: 200px;
	overflow: hidden;
	margin-right: 5px;
	padding-right: 20px;
}

.smonitorCol:last-child {
	border-right:0 !important;
}

.c {
	clear: both;
	overflow: hidden;
}
.r {float: right;}
.l {float: left;}
.smonitorItem {
	border-bottom-width: 1px;
	border-bottom-color: #D3D3D3;
	border-bottom-style: dotted;
}