 ul.techRequirements {
	list-style-type:disc;
	padding-left:20px;
	line-height:1.1em;
}
div#browserRequirements {
  text-align:center;
}
div#browserRequirements table {
  margin-left: auto;
  margin-right: auto;
  width:90%;
}
div#browserRequirements table .headerRow tr th {
  background-color: #36648B;
  color: #FFFFFF;
  text-align:left;
}
div#browserRequirements table tbody tr td {
  text-align:left;
  background-color: #D3DDE6;
  color: #36648B;
  line-height: 1.5em;
  padding-bottom: 15px;
}
