@import url('https://fonts.googleapis.com/css?family=Courgette|Exo+2:900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    background: #FFCC99;
    /* margin: 0;
    padding: 0; */
    text-align: center;
    margin: 10px auto 0;
    width: 95%;

}

.scroll-btns {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    text-decoration: none;
    border: silver 2px outset;
    background: #15f100;
    color: #000;
    height: auto;
    padding: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.chartsBox {
    margin-top: 8px !important;
    background: #e87b38 !important;
    color: #FFF;
    padding: 0 0 10px 0 !important;
}

.chartsBox p {
    font-size: 16px;
}

.chartsBox h3 {
    font-size: 18px;
    padding: 5px;
    margin-bottom: 10px;
    background: #ce0404;
    font-style: italic;
}

.resultRow > div.title > span {
    display: block;
    font-size: 75%;
}

/*
FOR CHARTS TABLE 
*/

.record {
    background-color: #ffe3c6;
    font-family: sans-serif;
    color: #000;
    text-align: center;
    text-shadow: 1px 1px gold;
}

.leftborderNone {
    border-right: none;

}

.rightBorderNone {
    border-left: none;
}

.forumTable {
    font-family: 'Courgette', cursive;
    font-size: 2em;
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 7vw !important;
    }

    .scroll-btns{
        font-size: 10px!important;
    }

    table {
        width: 100%;
        text-align: center;
        border-collapse: separate;
    }

    th {
        font-size: 3.5vw !important;
        font-weight: 700 !important;
        padding: .2vw .2vw !important;
    }

    td {
        font-size: 2.5vw !important;
        padding: .3vw .1vw !important;
    }

    .middleNumber {
        font-size: 4vw !important;
    }

    .record1 {
        font-size: 6vw
    }

    .ab1 {
        font-size: 7vw
    }

    .pay {
        font-size: 6vw
    }

    .pay1 {
        font-size: 6vw
    }

    .BAR1 {
        font-size: 6vw
    }

    .expert {
        font-size: 5.5vw
    }

    .button {
        font-size: 4.5vw
    }

    .BAR {
        font-size: 5.5vw
    }


    .forumTable {
        font-size: 1.4em !important;
        width: 100%;
    }

    .forumTable .big {
        font-size: 2.4em;
    }

    .forumResult {
        width: 42% !important;
        margin-left: 5px;
        float: left;
        padding: 10px;
    }

}

.middleNumber {
    font-size: 20px;
}

.forumResult {
    width: 47%;
    margin-left: 5px;
    float: left;
    padding: 10px;
}

.samajseva {
    width: 98%;
    margin: 0 auto;
}

.forumResult > .left {
    float: left;
}

.forumResult > .right {
    float: right;
}

.bottomBorder {
    border-bottom: 2px solid black;
}

.rightBorder {
    border-right: 2px solid black
}


.forumTable .big {
    font-size: 4em;
}


.topbox {
    border: solid #8100B9 3px;
    text-align: center;
    background: #fff;
    padding: 10px;
    font-weight: bold;
    margin: 0 auto;
    font-size: 14px;
    border-radius: 5px;
}

.topads {
    padding: 0 !important;


}

.header {
    border: solid #8100B9 3px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin: 0 auto;
    font-size: 14px;

}


.redBorder {
    border: solid #fF0000 3px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin: 10px auto 0;
    font-size: 14px;

}


.yellowBorder {
    border: solid yellow 3px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin: 10px auto 0;
    font-size: 14px;

}

.liveupdate {
    border: solid teal 3px;
    text-align: center;
    background: #FFFFFF;
    font-weight: bold;
    margin: 10px auto 0;
    font-size: 16px;

    text-shadow: 6px 1px 9px #FFC7C7;
}

.liveupdate .heading {
    background: #e38424;
    color: #FFFFFF;
    font-size: 20px;

}

blink, .blink {

    animation: blinker 1s linear infinite;

}


@keyframes blinker {

    50% {
        opacity: 0;
    }

}


.header h1 a {
    font-size: 0.8em;
    font-family: 'Exo 2', sans-serif;
    color: #8100B9;
    text-decoration: none;
    word-wrap: break-word;
}

.header h1 a:hover {
    color: #ff0034;
    text-decoration: underline;
    word-wrap: break-word;
}

.resultRow {
    border-bottom: #999 solid 2px;
    padding: 15px 0;
    text-shadow: 6px 1px 9px #e0c400;
}

/*
BACKGRUND STYLES

*/

.loginBtn {
    width: 200px;
    display: inline-block;
    background: rgb(66, 66, 66);
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 auto;
}

.loginBtn:hover {
    color: rgb(66, 66, 66);
    background: #fff;
}

.bg-yellow {
    background: #FFEF00;
}

.bg-yellow .title {
    color: #0000ff !important
}

.bg-blue {
    background: #0000ff;
    color: #FFF;
}

.bg-blue .title {
    color: #FFEF00 !important
}

.bg-pink {
    background: rgba(227, 49, 251, 0.57);
}

.bg-pink .title {
    color: #ffffff !important
}

.bg-red {
    background: rgb(209, 27, 14);
}

.bg-red .title {
    color: #9dff00 !important
}

.bg-green {
    background: rgb(115, 255, 0);
}

.bg-green .title {
    color: #ff0000 !important
}


.bg-weblink a {
    color: #23ff23;
}


.bg-weblink a:hover {
    color: red;
}

.resultRow .title {
    font-size: 26px;
    font-style: italic;
}

.no-shadow {
    text-shadow: none;
}

.no-border {
    border: none;
}


.resultslive .heading {
    background: #223c00;
    color: #f3ff3a;
    font-size: 20px;

}

.disclaimer {
    border: solid #ff4800 4px;
    font-size: 10px;
    padding: 5px;
    color: #002fff;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;

}

#footer {
    border: solid rgb(0, 47, 255) 4px;
    font-size: 10px;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}


.resultRow .number {
    font-size: 24px;
    font-style: italic;
    text-transform: capitalize;
}

.resultRow .number span {
    color: #00d400;
}

.resultRow .time {
    font-size: 12px;
}


.refreshButton {
    background: limegreen;
    color: #000;
    border: none;
    display: block;
    width: 50px;
    margin: 0 auto;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
}

.refreshButton:hover {
    color: limegreen;
    background: #000;
}

.t1 {
    color: blue;

}

.t2 {
    color: #fF0000;

}

.t3 {
    color: crimson;

}

.t4 {
    color: darkred;

}

.t5 {
    color: deeppink;

}

.t6 {
    color: indigo;

}

.t7 {
    color: gold;
}

.t8 {
    color: lime;

}

.t9 {
    color: mediumvioletred;
}

.t10 {
    color: tomato;
}


.t11 {
    color: #3dcc31;
}


.t12 {
    color: #0c6604;
    size: 20px;
}


.cha {
    border: yellow solid 3px;
    background-color: #ec5a00;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-style: italic;
    font-size: large;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 10px;
    font-family: Georgia, serif;
    color: #fff;
}

.cha a {
    color: #fff !important;
}

.ka {
    border: yellow solid 3px;
    background-color: #ec5a00;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-style: italic;
    font-size: large;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 10px;
    font-family: Georgia, serif;
    color: #fff;
}

.kal {
    border: yellow solid 3px;
    background-color: #ec5a00;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-style: italic;
    font-size: large;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 10px;
    font-family: Georgia, serif;
    color: #fff;
}

.ne {
    border: yellow solid 3px;
    background-color: #ec5a00;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-style: italic;
    font-size: large;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 10px;
    font-family: Georgia, serif;
    color: #fff;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.timetable {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.lt1 {
    background-color: red;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tcw {
    color: white;
}