@media only screen and (max-width: 1250px) and (min-width: 768px){
    .left_cont { padding-left: 0; }
}
@media only screen and (max-width: 767px){
    .left_cont { padding-left: 0; }
}
@media screen and (max-width: 1200px) { 
    .left_cont { padding-left: 10px; }
}
@media print { 
    .left_cont { width:100% !important; padding-left: 0 !important; }
    .footer-bottom { background: #FFF; }
    .footer-bottom-left p  { color: #000; }
    .footer-bottom-left p a  { color: #000; }
    .footer-bottom-left { padding-left: 0; }
    .rodesk-brand { padding-left: 7px; }
    .rodesk-menu .rodesk-list-items { display: none !important; }
    .mobile-logo { padding-left: 27px; }
    .title_bar, .footer-bottom-right, .ro-footer-section, .right_sidebar, .social_cont, .animated_arrow, .search_header { display: none; }
    .inner_container { padding-top: 45px; }
    .rodesk-menu .rodesk-brand { padding-left: 7px; }
    .animated-arrow { display: none; }
    .closePrintPreview { display: block; }
    .mgprintoptions { display: none; }
    .wrapper { height: 70px; }
    .inner_container { padding-top: 0px; }
    .container { width:auto; } 
    .printview { display: none; }
    a[href]:after { content: none !important; }
    .wrapper { display: none; }
    .inner_cont { padding-top: 10px; }
    .print_header { display: block; }
    .manageMenu { display: none; }
    .print_view { display: none; }
    .floatContent { width: 100% !important; }
}