@import 'betado_stats.css';
.betados 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;
}
.betados table th {
    font-family: 'Russo One', sans-serif;
    font-weight: 100;
    padding: .4%;
}
.betados table th {
    background: #CD821C;
}
.betados table .thnone {
    background: none;
    border-bottom: 1px solid #CD821C;
}
.betados table .thl {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
}
.betados table .thr {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}
.betados table .name {
    text-align: left;
}
.betados table .tr_2 {
    background: rgb(30, 30, 30);
}
.betados table .tr_1 {
    background: rgb(25, 25, 25);
}
.betados table img {
    width:30px;
}
.betados table .country {
    width: 10px;
}
.betados table td a {
    color: #CD821C;
}
.betados table .view span {
    font-size: 13px;
    color:dimgrey;
    text-shadow: none;
}
.betados table .tr_1, .betados table .tr_2 {
    cursor: pointer;
}
.betados table .tr_2:hover {
    background: rgba(17, 17, 17);
}
.betados table .tr_1:hover {
    background: rgba(20, 20, 20);
}
.betados .title_banlist {
    text-align: left;
    font-size: 11px;
}
.betados .title_banlist span {
    color: #CD821C;
    font-size: 11px;
}