﻿body {
    background-color: #000000;
}

.main-ttl {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #9bc03f;
}

.stats-ttl {
    text-align: center;
    background: linear-gradient(to bottom, #1299db 0%,#1a6dc3 100%);
    color: #dfdfdf;
    padding: 7px 0px;
}

.marginzero {
    margin: 0px;
    padding: 0px;
}

.listdtl {
    list-style: none;
    color: #dfdfdf;                                                                                                                                                                                                                                                                                 
    font-size: 13px;
    cursor:pointer;
}

.moredtl {
    list-style: none;
    color: #1d89bf;
    font-size: 13px;
    float: right;
    margin-bottom: 10px;
}

.right {
    float: right;
    color: #1d89bf;
    font-weight: 600;
}

.left {
    /*float: left;*/
    color: #1d89bf;
    font-weight: 600;
}

.players {
    color: #dfdfdf;
}
span.players a{
    color:#dfdfdf;
}

.points {
    color: #dfdfdf;
    float: right;
}
