
#connections table {
width: 100%;
}
#connections td {
  font-size: 10px;
}
#connections .greyrow {
  border-bottom: 1px dotted grey;
}
#connections .whiterow {
  border-bottom: 1px dotted grey;
}

#connections th {
text-align: left;
border-bottom: 1px dotted grey;

}

#content {

background-image: url();
	background-repeat: no-repeat;
	background-position: top left;
  
	margin-top: 20px;
	margin-left: 150px;
	margin-bottom: 50px;
	width: 600px;
	min-height: 300px;

