@media (min-width: 230px) and (max-width:640px){
    #header h1{
        font-size: 22px;
    }

    .hideonmobile{
        display: none;
    }

    .maxmobilewidth{
        overflow: hidden;
        width: 100%;
    }

    #menu{
        display: none;
    }

    #leftbar, #rightbar, #leftbarcontainer, #rightbarcontainer{
        width: 100%;
        border: 0px;
    }

    #leftbarcontent, .cornery{
        padding: 0px;
    }

    #rightbar div:nth-child(1){
        display: block;
    }

    #rightbar div:nth-child(n+2){
        display: none;
    }

    #content{
        padding: 0px;
    }

    .cornery, .cornerycontainer{
        border: 0px;
    }

    .linyheighty{
        line-height: 30px;
    }
}