/*------------------------------------*\
    RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0b1 | 201101 
    NOTE:WORK IN PROGRESS
    USE WITH CAUTION AND TEST WITH ABANDON */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
    display:block;
}
body{
    line-height:1;
}
ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
    content:’’;
    content:none;
}
/* remember to define visible focus styles! 
:focus{
    outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
    text-decoration:none;
}
del{
    text-decoration:line-through;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}





/*------------------------------------*\
    $MAIN
\*------------------------------------*/
/* GO! */

body{
  font-family: "PremierSans-Bold",Arial,"Helvetica Neue",Helvetica,sans-serif;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 30px;
}

table{
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid black;
}

td,th{
  padding: 4px 4px 4px 4px;
  border: 1px solid black;
}

th{
  font-weight: bold;
  background-color: #dcdcdc;
}

tr.live-game {
  background-color: #8bed8d;
}

tr:hover {
    background-color: #bbbbbb;
}

.bold {
    font-weight: bold;
}

.gameweek-nav div {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.4em;
    font-weight: bold;
}

.home-game { background-color: lime; }
.away-game { background-color: red; }

.game-H1,.game-A1 {
  background-color: #257d5a;
    color: black;
}

.game-H2,.game-A2 {
  background-color: #00ff86;
  color: black;
}

.game-H3,.game-A3 {
  background-color: #ebebe4;
    color: black;
}

.game-H4,.game-A4 {
    background-color: #ff005a;
    color: white;
}

.game-H5,.game-A5 {
  background-color: #861d46;
    color: white;
}

.game-H1::before,
.game-H2::before,
.game-H3::before,
.game-H4::before,
.game-H5::before { content: "H: "; }
.game-A1::before,
.game-A2::before,
.game-A3::before,
.game-A4::before,
.game-A5::before { content: "A: "; }

.chart-container {
    height: 600px;
}
