#linesPage .yform, #linePage .yform{
	width: 60%;
	margin: auto;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 2em;
}

#linesPage .yform select, #linePage .yform select{
	margin-left: .5em;
}

#linesPage h2, #linePage h2{
	font-size: 1.5em;
}

#linesPage table{
	width: 100%;
}

#linesPage table td{
  padding: 8px 3px 8px 3px;
  border-bottom: 1px solid #E0E0E0;
}

#linesPage table tbody tr:hover{
  background-color: #f0f0f0;
}

#linesPage table tbody .lineName{
	width: 85%;
}

#linePage h3{
	text-align: left;
}

#linePage .lineTable{
 margin: 1em 0em;
 border-collapse:collapse;
}
	
#linePage .cols, #linePage .connectonTimeCodeCols{
	border: 1px solid black;
	padding:2px 7px 2px 7px;
}


