/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
.am-main{
    max-width:85vw;
}

@media only screen and (min-width : 1024px) {
    #am-block-active-subscriptions{
        width:50%;
        float:left;
    }
    .am-body-content-content{
        overflow:auto;
    }
    
}
