#schedule-table td {
  vertical-align: middle;
  font-size: 12px; }

#schedule-table td img {
  height: 40px;
  background: #f8f8f8;
  padding: 3px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); }

#schedule-table td img:hover {
  background: #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4); }

#schedule-table td:first-child, #schedule-table th:first-child {
  width: 80px;
  text-align: center; }

#schedule-table td:first-child {
  color: #444;
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  border-right: 1px solid #ccc; }

#schedule-table td:first-child div {
  font-size: 12px; }

#schedule-table td:nth-child(2), #schedule-table th:nth-child(2) {
  width: 65px;
  text-align: right;
  padding-right: 20px; }

#schedule-table td:nth-child(2) {
  font-weight: bold;
  color: #666;
  font-size: 12px; }

#schedule-table td:nth-child(4) {
  font-weight: bold; }

#schedule-table td:nth-child(4) div {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  line-height: 15px; }

#schedule-table .flag {
  vertical-align: -2px; }
