/******************************************************************/
/* STYLES: Various styles for ALL text within site                */
/******************************************************************/

html {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size:100%;
  font-weight: normal;
  color: #000;
}

.score { display:inline;  } 
.white { color:#fff; }
.tiny { font-size:.7em; }
.points { font-size:1.4em; height:30px; }
.total-points { color: #090; }
.projection { font-size:1.1em; }
.projection span { font-size:1.2em; }
.empty { color:#fff; }
.pos { color: #090; }
.neg { color:#c00; }

.poolie { font-size:1.2em; }
div.scores { display:inline; font-size:1.4em; line-height:21px; padding:4px 4px 4px 0; }
div.prediction { display:inline; font-size:1em; line-height:21px; padding:7px 7px 7px 0; }
th img, td img { display:inline; float:left; padding:3px 0 0 10px; }

td, th { border-bottom:1px dotted #777; padding-top:6px; padding-bottom:6px; }