@import url("styles_sm.css") only screen and (max-width:767px);
@import url("styles_md.css") only screen and (min-width:768px) and (max-width:991px);
@import url("styles_lg.css") only screen and (min-width:992px) and (max-width:1199px);
@import url("styles_xl.css") only screen and (min-width:1200px);
/*
@media print {
    @page {
        size: landscape;
    }
}
*/