@charset "UTF-8";

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
    .headNavigation {
        display: inline-flex;
    }
    .mobileNavigation {
        display: none;
    }
    .aboutarea {
        flex-direction: row;
    }
    .resultheader {
        text-align: left;
    }
    .resultheader .gamenum {
        flex: 10;
    }
    .resultheader .countdown .txtNext {
        text-align: right;
    }
    .resultheader .countdown .timer {
        margin: 10px 0 10px auto;
    }
    .resultnumwrapper {
        justify-content: flex-start;
    }
    .resultpromo .resulttitle {
        flex-direction: row;
    }
    .tableth .gameid,
    .tabletr .gameid {
        width: 25%;
    }
    .tableth .gamedate,
    .tabletr .gamedate {
        display: block;
    }
    .tableth .gameresult,
    .tabletr .gameresult {
        width: 50%;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
    .floatcontainer {
        width: 33.333%;
    }
    .floattext {
        width: 66.666%;
    }
    .footerimgresponsive {
        margin-top: 0;
    }
    .abouttext {
        width: 58%;
    }
}
