/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.03.2018, 10:29:21
    Author     : ContcoAdm
*/

@import url("mobile/box.css");
@import url("mobile/databox.css");

@media (max-width: 800px) {
    *{transition-duration: 1s;}

    #body{
        font-family:arial;
        font-size:14px;
        position:absolute;
        left:0px;
        top:0px;
        width:100%;
        height:100%;
        margin:0px;
        padding:0px;
        background-color:#ffffff;
    }
    
    constructor{
        display:block;
        width:100%;
        height:100%;
        background-color:#ffffff;
    }

    wallpaper{
        display:block;
        position:absolute;
        width:100%;
        height:100%;
        background-color:#ffffff;
    }
}
