

/***********************************************************************
 * Classes
 ***********************************************************************/
@media screen and (max-width:1024px){
    div#save-and-report-container {
        display: none;
    }
    .report_container_mobile {
        text-align: center;
        display: block;
    }
    .report_container_mobile #save-and-report > div{
        display: inline-block;
        margin-left: 10px;
    }
    .report_container_mobile #save-and-report div:first-child {
        margin-left: 0;
    }
    .report_container_mobile #save-and-report div.last {
        padding: 0;
    }
    .report_container_mobile #save-and-report {
        padding: 6px 0 8px;
    }
    .report_container_mobile #save-and-report .reset, .report_container_mobile #save-and-report .view-custom-report {
        display: inline-block;
    }
    .report_container_mobile #save-and-report .view-custom-report {
        margin-left: 10px;
    }
}
@media screen and (max-width:480px){
    .report_container_mobile #save-and-report div.view_reset_wrapper {
        display: block;
    }
}
