﻿#main-image {
  display: none;
}
.body-content table {
  border-collapse: collapse;
  margin: 20px auto;
}
.body-content td,
.body-content th {
  border: solid 1px #000;
  padding: 10px;
}
.body-content th {
  text-align: center;
}
.top-bar {
  background-color: #a6a6a6;
}
.side-bar {
  background-color: #bfbfbf;
}
.green-cell,
.orange-cell,
.red-cell {
  text-align: center;
}
.green-cell {
  background-color: #92d050;
}
.orange-cell {
  background-color: #ffc000;
}
.red-cell {
  background-color: #f00;
}
.bold-cell {
  font-weight: bold;
}
.back-link {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #main-image {
    display: block;
    max-width: 280px;
    float: right;
    margin: 5px 0 10px 15px;
  }
}