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

html, body {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size:110%;
  line-height:1.4em;
  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; }
.reporter { font-family:"Reporter"; font-weight:normal; }

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

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

@font-face {
    font-family: 'Reporter';
    src: url('../fonts/reportr.eot');
    src: url('../fonts/reportr.eot') format('embedded-opentype'),
         url('../fonts/reportr.woff') format('woff'),
         url('../fonts/reportr.ttf') format('truetype'),
         url('../fonts/reportr.svg#ReporterTwoRegular') format('svg');
}