@import 'match_stats.css';
.pug_history table {
    width: 98%;
    margin: auto;
    color: white;
    border-collapse: collapse;
    text-align: center;
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}
.pug_history table th {
    font-family: 'Russo One', sans-serif;
    font-weight: 100;
    padding: .4%;
}
.pug_history table th {
    background: #CD821C;
}
.pug_history table .thnone {
    background: none;
    border-bottom: 1px solid #CD821C;
}
.pug_history table .thl {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
}
.pug_history table .thr {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}
.pug_history table .tr_2 {
    background: rgb(30, 30, 30);
}
.pug_history table .tr_1 {
    background: rgb(25, 25, 25);
}
.table_list .tr_1, .table_list .tr_2 {
    cursor: pointer;
}
.pug_history .table_list .tr_2:hover {
    background: rgba(17, 17, 17);
}
.pug_history .table_list .tr_1:hover {
    background: rgba(20, 20, 20);
}
.pug_history table img {
    width:100px;
    float: right;
}
.pug_history table .mapname{
    position: relative;
    display: inline-block;
    text-align: center;
    float: right;
}
.pug_history table .mapname img {
    filter: opacity(60%);
}
.pug_history table .mapname p {
    position: absolute;
    margin: 0;
    font-size: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3% 0;
    width: 100%;
}
.pug_history table .hash {
    color: #CD821C;
    font-weight: bold;
}
.pug_history .title_pug {
    text-align: left;
    font-size: 11px;
}
.pug_history .title_pug span {
    color: #CD821C;
    font-size: 11px;
    padding-left: 28%;
}