/* use this file to override anything in default.css */
table.main {
  border-left: solid #bcbdc1 5px;
  border-right: solid #bcbdc1 5px;
}
td.left {
  width: 228px;
  margin-top: 0px;
  padding-left: 2px;
}
td.middle, td.right-full {
  width: 521px;
  padding-left: 2px;
  padding-right: 2px;
}
td.right {
  width: 1px;
  background-color: #ffffff;
}
table.object {
  margin-top: 0px;
}
a.nav-secondary {
  color: #ffffff;
  text-decoration: none;
}
a.nav-secondary:hover {
  color: #990000;
}
td.header-redX{
  background-color: #ebebea;
  color: #000000;
}
td.header-grey{
  color: #ffffff;
}