﻿/* Datatables interior tables */
.league-table {
    border: 0 !important;
    margin: 0 !important;
}

.league-table td {
    border: 0 !important;
    padding: 0 !important;
}

/* Percentage badges */
.badge-bad {
    color: white;
    background-color: #ff382b;
}

.badge-poor {
    color: white;
    background-color: #ffa22b;
}

.badge-average {
    color: white;
    background-color: #00d6e6;
}

.badge-good {
    color: white;
    background-color: #007bff;
}

.badge-excelent {
    color: white;
    background-color: #00e682;
}

@media screen and (max-width: 600px) {
    tr.odd {
        font-size: 10px;
    }

    tr.even {
        font-size: 10px;
    }

    .leagueTitle {
        font-size: 15px;
    }

    td h4 {
        font-size: 10px;
    }

    .filterLabel {
        font-size: 10px;
    }

    .mobileHeader {
        font-size: 15px;
    }
}