/*
  Mac Tax
  Author: Bao Kim Tran
  Version: HTML 5, CSS 3
  Date: 10.10.2015

  Filename:         visitusEQ.css

  Supporting files: visitus.htm
*/

#beginProgram p .visitus {
color: orange;
}

#endProgram  p .visitus {
	border: 0px solid gray;
  color: orange;
}

#busHours caption {
	color: rgb(145, 5, 10);;
}

#busHours	{
	width: 100%;
	border: 2px inset white;

	font-family: Arial, Helvetcaa, sans-serif;
	font-size: 0.9em;
	margin: 0 auto 0 auto;
}
	
#busHours thead  tr {
	height: 30px;
	font-size: 1.8em;
	text-align: center;
	background-color: rgb(145, 5, 10);

}

#busHours th {
	color: rgb(240,240,240);
}
	
#busHours td {

	background-color: rgb(255, 255, 245);

}

#busHours tbody{
	/* vertical-align: top; */
}

#busHours col.firstcol {
	width: 50%;
}

#busHours col.secondcol {
	width: 50%;
}

#busHours tbody  tr {
	height: 30px;
}

#busHours tbody  td {
	text-align: center;
	padding: 5px;
}

#map {
	width: 100%;
	padding: 2%;
	margin: 0 auto 0 auto;
	background-color: rgb(255, 255, 245);
	border: 2px inset white;
}

#map iframe {
	width: 100%;
	height: 500px;
}
