/* Muss nach style.css und parchment.min.css eingebunden werden */

@media screen and (max-device-width: 480px)
    {
        #gameport
        {
            margin-top: 55px;
            left: 5px;
            width: auto;
        }
          
        #parchment {
            margin-top: 55px;
            width: auto;
        }

        div.status {
            position: fixed;
            top: 0px;
            left:0px;
            
        }
    }
