/* Mobile Version */

.mobileLayout .standings-table {
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.mobileLayout .standings-table th,
.mobileLayout .standings-table td {
    font: bold 14px "Roboto Light", serif;
    text-align: center;
    line-height: 20px;
    padding: 10px 0;
}

.mobileLayout .standings-table th {
    text-align: center;
    color: #c1c1c1;
    padding: 10px 0 0 0;
    font-size: 13px;
}

.mobileLayout .standings-table td sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

.mobileLayout .standings-table tbody tr:nth-child(even),
.mobileLayout .standings-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.mobileLayout .standings-table tbody tr {
    border-bottom: 1px solid rgba(210, 210, 210, 0.3)
}

.mobileLayout .standings-table tbody tr:last-child {
    border-bottom: none;
}

.mobileLayout .standings-table tbody a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobileLayout .standings-table tbody img {
    border-radius: 50%;
    margin-right: 8px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.mobileLayout .standings-table tbody tr td:last-child {
    text-align: right;
}

.mobileLayout .standings-table tbody tr td:first-child {
    text-align: left;
    max-width: 195px;
}

.mobileLayout .info-container {
    display: inline-block;
    vertical-align: middle;
}

.mobileLayout .info-container .address {
    text-decoration: none;
    color: #B5A6A6;
    font-size: 12px;
    display: block;
}

.mobileLayout .points {
    line-height: 16px;
}

.mobileLayout .points span {
    font-size: 16px;
    font-weight: bold;
}

.mobileLayout .prize {
    font-size: 16px;
    color: #F45D5D;
    font-weight: bold;
}

.mobileLayout .inner-tab {
    color: #838383;
    font-size: 17px;
}

.mobileLayout .mob-trader-contest-result-item {
    width: 100%;
    border-bottom: 1px solid rgba(210, 210, 210, 0.3);
    padding-bottom: 10px;
    margin-top: 10px;
    font: bold 14px "Roboto Light", serif;
}
.mobileLayout .mob-trader-contest-result-item .item-avatar-block {
    float: left;
}
.mobileLayout .mob-trader-contest-result-item .item-avatar-block a {
    display: block;
}
.mobileLayout .mob-trader-contest-result-item .item-avatar-block img {
    border-radius: 50%;
    margin-right: 8px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}
.mobileLayout .mob-trader-contest-result-item .item-info-block {
    float: left;
    color: #B5A6A6;
    line-height: 27px;
    width: 45%;
}
.mobileLayout .mob-trader-contest-result-item .item-info-block .nickname {
    color: #000;
}
.mobileLayout .mob-trader-contest-result-item .item-info-block .country {
    width: 90%;
}
.mobileLayout .mob-trader-contest-result-item .item-info-block .country .country-ico {
    float: left;
}
.mobileLayout .mob-trader-contest-result-item .item-info-block .country-name {
    float: left;
    margin-top: -6px;
    margin-left: 3px;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mobileLayout .mob-trader-contest-result-item .item-prize-block {
    float: right;
    font-size: 16px;
    text-align: right;
}
.mobileLayout .mob-trader-contest-result-item .item-prize-block .points {
    color: #000;
    margin-top: 4px;
}
.mobileLayout .mob-trader-contest-result-item .item-prize-block .prize {
    color: #F45D5D;
    margin-top: 4px;
}

@media only screen
and (min-width: 500px) and (max-width: 1000px){
    .mobileLayout .mob-trader-contest-result-item .item-info-block {
        width: 70%;
    }

    .mobileLayout .mob-trader-contest-result-item .item-info-block .country-name {
        width: 95%;
    }
}