#main_content {
    margin-top: 100px;
  }

@media all and (max-width: 1000px) {
    #wcag_layout { display: none;}
    #wcag_fonts  { display: none;}

    .body-layout-fixed .container-fluid { width: auto !important; margin-left: 2px; margin-right: 2px;}

    .modal-content {margin: 0 auto;}
    
    .form-panel label { 
        text-align: left !important; 
    }      

    #main_content {
        margin-top: 100px;
      }
}

@media all and (max-width: 768px) {

    .md-breake-line::after {
        content: "\a";
        white-space: pre;
      }
    li.paginate_button.previous {
        display: inline;
    }
 
    li.paginate_button.next {
        display: inline;
    }
 
    li.paginate_button {
        display: none;
    }}

@media all and (max-width: 692px) {
    .mds-breake-line::after {
        content: "\a";
        white-space: pre;
        }
}    

@media all and (max-width: 554px) {
 .sm-breake-line::after {
    content: "\a";
    white-space: pre;
  }
  #main_content {
    margin-top: 200px;
  }  
}