body {
    background-color: #ffffff;
    font-size: 12px;
    font-family:  sans-serif;
    color: #000000; 
    margin: 0px;
    height: 100%;
    display: flex;
}

html {
    height: 100%;
}

h1 {
    font-family:  sans-serif;
    font-size:  30px;
    font-weight: lighter;
    margin: 0px;
    padding: 30px;
    color: #43425D;
}

a:link, a:visited {
    color: #045491;
    font-weight : bold;
    text-decoration: none;
}

a:link:hover, a:visited:hover  {
    color: #045491;
    font-weight : bold;
    text-decoration : underline;
}

/* for Mobiles */
  @media screen and (max-width: 414px) {  
    h1 {
        font-size:  21px;
    }
      
      body .ui-datatable {
      font-size:12px; 
      }
      
    .ui-paginator {
      font-size:12px; 
      }
      
     body .ui-paginator .ui-paginator-current, body .ui-paginator .ui-paginator-rpp-options{
          font-size:12px; 
      }
      
      .ui-datatable table {
        border-collapse: collapse;
        width: 100%;
        table-layout: auto !important;
       }
      
  }
  
  /* for Tablets */
    @media (max-width: 1024px) and (min-width: 415px) {  
      
      .ui-datatable table {
        border-collapse: collapse;
        width: 100%;
        table-layout: auto !important;
       }
      
  }
