#matchCenterBox {
    background-image: url('../../../images/design/theme/1985/match-background.jpg');
}

#matchCenterBox .head>span {
    color: #FCF0DF;
}

#matchCenterBox .head span.center {
    color: #FCF0DF;
}

#matchCenterBox .box>div.boxContent div .statistics {
    color: #FCF0DF;
}

#matchCenterBox .box>div.boxContent div .statistics .center .statisticsLine {
    background: #38342f; /* Old browsers */
    background: -moz-linear-gradient(top,  #38342f 0%, #4b453e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38342f), color-stop(100%,#4b453e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #38342f 0%,#4b453e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #38342f 0%,#4b453e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #38342f 0%,#4b453e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #38342f 0%,#4b453e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38342f', endColorstr='#4b453e',GradientType=0 ); /* IE6-9 */
}

#matchCenterBox .box>div.boxContent div .statistics .center .statisticsLine>span>span.opponent {
    background: #d5c4ab; /* Old browsers */
    background: -moz-linear-gradient(top,  #d5c4ab 0%, #aea08b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5c4ab), color-stop(100%,#aea08b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d5c4ab 0%,#aea08b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d5c4ab 0%,#aea08b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d5c4ab 0%,#aea08b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d5c4ab 0%,#aea08b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c4ab', endColorstr='#aea08b',GradientType=0 ); /* IE6-9 */
}

#matchCenterBox .box>div.boxContent div .statistics .center .stat .statName,
#matchCenterBox .box>div.boxContent div .statistics .center .stat .statValue {
    color: #FCF0DF;
}
/*
#matchCenterBox .box>div.boxContent div .statistics .right>img:first-child {
    display: none;
}

#matchCenterBox .box>div.boxContent div .statistics .right {
    background: url('../../../images/design/theme/1985/referee-noimage.png') center top no-repeat;
    padding-top: 110px;
    margin-top: 20px;
}
*/
#matchCenterBox .box>div.boxMenu div {
    color: #FCF0DF;
}

.timeline>div {
    background-image: url('../../../images/design/theme/1985/timeline-background.jpg');
}

img[src *= 'ball.png'] {
    width: 0;
    height: 0;
    padding-top: 15px;
    padding-left: 15px;
    background-image: url('../../../images/design/theme/1985/icon-ball.png');
}

.commentary .comment>span {
    color: #FCF0DF;
}

.commentary .comment>span:first-child>span {
    background: #f8efe0; /* Old browsers */
    background: -moz-linear-gradient(top,  #f8efe0 0%, #dcd6c6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8efe0), color-stop(100%,#dcd6c6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f8efe0 0%,#dcd6c6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f8efe0 0%,#dcd6c6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f8efe0 0%,#dcd6c6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f8efe0 0%,#dcd6c6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8efe0', endColorstr='#dcd6c6',GradientType=0 ); /* IE6-9 */
}

.default-custom-tooltip-theme {
    background-image: url('../../../images/design/theme/1985/strip_background.png');
}

.lineups .column .playersBox .player span,
.lineups .column .playersBox .player.light:hover>span,
.lineups .options li {
    color: #FCF0DF;
}

.formations .formation {
    background-image: url('../../../images/design/theme/1985/match-field.png');
}

#matchCenterBox .box>div.boxContent div .statements .right .statement {
    color: #FCF0DF;
}

.boxMenu .hidden {
    display: none;
}

#matchTimeCounter>a {
    color: #FCF0DF;
    font-size: 13px;
}

#matchCenterBox .box>div.boxContent div .location {
    color: #FCF0DF;
}

#aggregate,
#penalties {
    color: #FCF0DF;
    line-height: 20px;
}

#penalties {
    display: block !important;
}

.qualifingInfo {
    height: 75px !important;
}

.qualifingInfo>a {
    top: 25px !important;
}