table {
  width: 1440px;
  border-spacing: 1px;
}

table, th, td {
  border: 1px solid #EEE;
}

th {
  font-size: 14px;
}

td {
  font-size: 12px;
} 
th, td {
  padding: 2px;
  position: relative;
  width: 120px;
}

td.overall_score {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

td.picked {
  border: 4px solid #000 !important;
}

td.in_progress {
  border: 3px solid #FD0;
}

td.undrafted, th.undrafted {
  border-left: 4px solid #000 !important;
}

table.projected th {
  text-align: right;
  font-size: 16px;
}

table.projected td {
  text-align: right;
  font-size: 16px;
}

span.diff {
  position: absolute;
  font-weight: bold;
  font-size: 16px;
  bottom: 2px;
  right: 2px;
}

a, a:visited, a:hover, a:active { color: #25a; }

.green {
  color: #093;
}

.red {
  color: #d14836;
}

.bold {
  font-weight: bold;
}

.vertical-line{ 
  width: 0px;
  z-index: 10011; 
  border-right: thin solid #888;
  position: absolute;
  height: 100%;
  top: 0px;
}
