#MatchDetails {
    background: url("http://cdn.dota2.com.cn/apps/dota2/images/international2015/overview/endgame_base.jpg") no-repeat black;
    width: 979px;
    height: 534px;
    top: 50%;
    left: 50%;
    margin-top: -267px;
    margin-left: -489px;
    display: none;
    position: fixed;
    z-index: 9999;
    color: #FFFFFF
}

#MatchID {
    position: absolute;
    top: 60px;
    left: 75px
}

#MatchDuration {
    position: absolute;
    top: 60px;
    left: 195px
}

#MatchDate {
    position: absolute;
    top: 60px;
    left: 745px
}

#RadiantTeamName {
    position: absolute;
    top: 95px;
    left: 75px;
    color: #7aa73d
}

#DireTeamName {
    position: absolute;
    top: 285px;
    left: 75px;
    color: #ca4633
}

#WinnerTeamName {
    position: absolute;
    top: 50px;
    left: 275px;
    width: 450px;
    text-align: center;
    font-size: 20px
}

#DetailsTable {
    display: table;
    top: 130px;
    left: 80px;
    width: 840px;
    height: 140px;
    position: relative;
    font-size: 12px
}

#DetailsTableBot {
    margin-top: 53px;
    display: table;
    top: 130px;
    left: 80px;
    width: 840px;
    height: 140px;
    position: relative;
    font-size: 12px
}

.DetailsTableRow {
    display: table-row;
    vertical-align: middle
}

.DetailsTableRow img {
    margin-top: -2px;
    vertical-align: middle;
    height: 20px
}

.DetailsTableCellPlayer {
    display: table-cell;
    width: 130px
}

.DetailsTableCellLevel {
    display: table-cell;
    width: 25px
}

.DetailsTableCellHero {
    display: table-cell;
    width: 155px
}

.DetailsTableCellKDA {
    display: table-cell;
    width: 60px;
    text-align: center
}

.DetailsTableCellItems {
    display: table-cell;
    width: 190px;
    padding-left: 10px
}

.DetailsTableCellGold {
    display: table-cell;
    width: 40px
}

.DetailsTableCellLastHits {
    display: table-cell;
    width: 80px
}

.DetailsTableCellDenies {
    display: table-cell;
    width: 45px
}

.DetailsTableCellGoldMin {
    display: table-cell;
    width: 65px
}

.DetailsTableCellXPMin {
    display: table-cell;
    width: 40px
}

#close_details_button {
    position: absolute;
    top: 15px;
    left: 940px
}