/* $(document.head).append('<link rel="stylesheet" href="https://www.codiceinverso.it/test.css">'); */

#extra { display: none; }

@media only screen and (min-width: 481px) {
    div#container {
        width: 95%;
    }
    
    div#footer {
        width: 100%;
    }
    
    div#content {
        float: none;
        width: 100%;
        margin-top: 25px;
    }
    div#main {
        width: 100%;
        max-width:970px;
        margin: 0 auto;
        float:none;
    }
    .main-content-split .main-split-left {
        width: 49%;
        margin-right:2%;
    }
    .main-content-split .main-split-right {
        float: none;
        width: 49%;
    }
    table.result {
        width: 100%;
    }
    
    
    .article-photo, .article-photo img {
        max-width:380px !important;
        height: auto !important;
        width: 90% !important;
        margin: 0 auto !important;
    }
}
