
.fullscreen
{

left: 0px!important;
right: 0px!important;
top: 0px!important;
bottom: 0px!important;

}


@media only screen and (max-width: 380px){
    /* rules defined inside here are only applied to browsers that support CSS media queries and the browser window is 480px or smaller */

    button.topNavMenuRace {
        border: 1px solid #FFF;
        border-radius: 3px;
        color: #FFF;
        font-size: 18px;
        font-weight: bold;
        width: 22px;
        height: 30px;
        font-family: sans-serif;
        padding-left:7px;
        background: rgb(214, 214, 214); 
        margin-left:7px;
        margin-right:7px;

    }



    #raceButtonsWrap .inactiveBut
    {
        background: #a9a9a973;
        color: #FFF;
    }


    #raceButtonsWrap .activeBut
    {
        background: #08234b;
        color: #FFF;
    }

    #raceButtonsWrap .selectedBut
    {
        background: #70f451;
        color: #09224b;
    }


    #topLedger1 {
        background: #000;
        font-size: 11px;
        height: 5%;
        letter-spacing: 0.5px;
    }

    #topLedger2 {

        border-top: 2px solid #c63e0c;
        background: #303030;
        font-size: 12px;
        height: 3%;
    }

    #placeholder_mtgInfo
    {
        padding-left:20px;
    }

    #WinPlace_No
    {

    }

}