
#manifests 
{
  font-family: "Open sans", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}

#manifests td, #manifests th 
{
  border: 1px solid #ddd;
  padding: 8px;
}

#manifests tr:nth-child(even) {background-color: #f2f2f2;}

#manifests tr:hover {background-color: #ddd;}

#manifests th 
{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #323232;
  color: white;
}

#manifests a
{
	color: #043EE9;
	text-decoration: none;
}

#manifests a:hover
{
	color: #043EE9;
	text-decoration: underline;
}
