

.scoreboardWrapper {
    position: relative;
    height: 50px;
    margin-left:auto;
    margin-right:auto;

}

.scoreboard {
    float:left;
    cursor: pointer; cursor: hand;
    height: 50px;
    width: 49px;
    color: #4e4e4e;
    font-size: 12px;
}

.final {
    color: #1e1e1e;
    background: #dfdfdf;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#d5d5d5),to(#e1e1e1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#d5d5d5),to(#e1e1e1));
}

.live {

    background: #fff;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#ededed),to(#fff));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#ededed),to(#fff));

}

.future {
   background: #f3f3f3;
   background: -webkit-gradient(linear,0% 40%,0% 70%,from(#eaeaea),to(#ededed));
   background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#eaeaea),to(#ededed));

}

.future:hover, .live:hover, .final:hover {
    background: #fff;
}

.scoreboardscore {
  	text-align: right;
}

.scoreboardteam {
  	padding-right: 0px;
}

.scoreboardtable {
	border-collapse:collapse;
    width: 47px;
    padding-top: 4px
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
    font-size:11px;
    font-family: Arimo, Tahoma, Trebuchet, Trebuchet MS, Arial, sans-serif;
}



.gameStatus  {
    font-size:  9px !important;
    padding: 2px 0px 0px 0px !important;
}
