.bottom {position: relative;display: table;width: 100%;background-color:#F5F5F5;padding: 20px 0 20px 0;border-top:1px solid#EEE;}
footer {border:0;border-top:1px solid #c0c0c0;background: #EAEAEA;position: relative;display:table;width: 100%;padding-bottom:0;min-height:60px;}

body{padding-top:60px;}

@media (max-width: 980px) {
    body {padding-top: 0;}
}

.score {
    color: #fff;
    background-color: transparent;
    background-image: url('/img/score-our.png');
    background-position: 0 -377px;
    background-repeat: no-repeat;
    width: 118px;
    height: 64px;
    font-size: 56px;
    font-weight: 300;
    text-align: left;
    text-indent: 8px;
    line-height: 70px;
    margin-left: auto;
	margin-right: auto;
}
.score-wrap .green {
    background-position:0 0;
    height: 94px;
}
.score-wrap .light-green {
    background-position:0 -94px;
    height: 94px;
}
.score-wrap .yellow {
    background-position:0 -188px;
    color:#000;
    height: 94px;
}
.score-wrap .red {
    background-position:0 -282px;
    height: 94px;
}

.score-wrap {
    text-align: center;
    margin-bottom:30px;
}

.player-list {
    margin: 0 0 40px 0;
    padding: 0;
}

.player-list li {
    list-style: none;
    display: inline-block;
    margin: 10px 10px 0px 0;
}