table {
    width: 100%;
    border-collapse: collapse;
}
tr:nth-of-type(odd) {
    background: rgba(65, 164, 240,0.2);
    
}
th {
    background: #333;
    color: white;
    font-weight: 700;
    text-align: center !important;
}
td,
th {
    border: 0px solid #ccc;
    text-align: left;
}
@media (min-width: 761px) {
    td,
    th {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}
@media only screen and (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        border: 0px solid #ccc;
    }
    .stats td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }
    .stats td:before {
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    .stats td:nth-of-type(1):before {
        content: "Keywords";
    }
    .stats td:nth-of-type(2):before {
        content: "Before";
    }
    .stats td:nth-of-type(3):before {
        content: "After";
    }
    .stats .sub-head th{display: none;}
    .judge td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40% !important;
    }
    .judge td:before {
        position: absolute;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .judge td:nth-of-type(1):before {
        content: "Requirement";
    }
    .judge td:nth-of-type(2):before {
        content: "Championship";
    }
    .judge td:nth-of-type(3):before {
        content: "Optional";
    }
    .judge td:nth-of-type(4):before {
        content: "Compulsory";
    }
    .judge td:nth-of-type(5):before {
        content: "Initial/Entry";
    }
    .board td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 30% !important;
        font-size: 15px !important;
    }
    .board td:before {
        position: absolute;
        left: 6px;
        width: 25%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .board td:nth-of-type(1):before {
        content: "Position";
    }
    .board td:nth-of-type(2):before {
        content: "Name";
    }
    .board td:nth-of-type(3):before {
        content: "Email";
    }
}
@media only screen and (max-width: 1023px){
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    body {
        padding: 0;
        margin: 0;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
    }
}
