body
{
    margin: 0px;
    padding: 0px;
    background-color: black;
    color: white;
    overflow: hidden;
 }

body.mobile
{
}

html
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-text-size-adjust:  100%;;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: hidden;
    width:100%;
    height:100%;
    background-color: black;
    background:#000000 url("rotate.png") center center no-repeat;

}

ul {
    list-style-type: none;
}

#settings
{
    display: none;
    width: 100%;
    height: 0px;
}

#canvas
{
    padding: 0px;
    margin: 0px;
    display:block;
    width: 100%;
    height: 100%;
}

#game_info
{
    font-family: display_font;
    position: absolute;
    top : 23%;
    left : 5%;
    height : 63%;
    width : 90%;
    max-height: 80%;
    overflow-y: scroll;
    color: white;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (orientation: portrait)
{
    body.view-mobile #wrapper
    {
        display: none;
        background-color: black;
    }
    body.view-mobile #game_info
    {
        display: none;
        background-color: black;
    }
}

@media only screen and (orientation: landscape)
{
}
