body {
  font: medium verdana, arial, lucida, sans-serif;
  margin: 0 auto 0;
  padding: 0;
  min-width: 500px;
  max-width: 1200px;
  font-size: 9px;
}

table {
  padding: 1px;
  border: 1px solid black;
  border-collapse: collapse;
  margin: 0 auto 0;
}

#cardnavtable {
  width: 120px;
  border: 0px solid grey;
  font-size: 9px;
}

#cardnavtable td {
  border: none;
  padding: 3px 15px;
  font-size: 9px;
  text-align: center;
}

.cardtop {
  padding: 4px 5px 4px 4px;
  text-align: center;
  color: green;
  font-size: 12px;
  width: 650px;
}

.cardbot {
  padding: 4px 5px 4px 4px;
  text-align: left;
  color: green;
  font-size: 12px;
  width: 650px;
}

.titles {
  width: 150px;
  font-size: 12px;
}

td, th {
  border: 3px solid black;
  color: blue;
}

.tees, .names, .avgs {
  font-size: 10px;
}

.tees {
  vertical-align: top;
}

.names {
  line-height: 1.75;
  width: 150px;
  vertical-align: top;
}

.avgs {
  width: 40px;
}

.holes {
  width: 28px;
  padding: 4px 5px 4px 4px;
  text-align: center;
  color: black;
  font-size: 12px;
}

.totals {
  width: 75px;
}

.left {
  border: 2px solid black;
  border-left: 4px solid black;
  color: green;
}

.middle {
  border: 2px solid black;
  color: orange;
}

.right {
  border: 2px solid black;
  border-right: 4px solid black;
  color: green;
}

.pars, .hdcps, .strokes, .blank, .yards {
  width: 28px;
  padding: 4px 5px 4px 4px;
  text-align: center;
  color: green;
  font-size: 11px;
}

.avgs {
  width: 40px;
  vertical-align: top;
}

.totals {
  width: 60px;
}

.blank, left, .middle, .right, .yard {
  height: 26px;
}

.coursename {
  font-size: 14px;
}

.subinstructions {
  font-size: 14px;
  width: 650px;
}

.datecardweek {
  column-width: 100px;
}

.botmath {
  column-width: 50px;
}

.counts {
  column-width: 20px;
}

