body{
    margin: 0px auto;
    font-size: 100%;
    font-family: var(--bs-body-font-family);
    overflow: hidden;
}

.fixed-bottom{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

/*
div.dt-container {
        width: 95%;
        margin: 0 auto;
    }
*/

/*css hack to display table fixed colunm below manu navigation - z-index increased*/
table.dataTable tfoot tr > .dtfc-fixed-end {
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: white;
}
/*css hack to display table fixed colunm below manu navigation - z-index increased*/

h2{
    font-size: 30px;
    margin: 100px 0 0px 10px;   /*-85*/
    font-weight: 600;
}

b, strong {
    font-weight: bolder;
}

.nav-item{
  font-size:16px;
}

.dt-container{
  margin-top: -50px;
}
	
/* Ensure that the demo table scrolls */
    th, td { white-space: nowrap; }
    div.dataTables_wrapper {
        width: 95%;
        margin: 0 auto;
    }

/*dropdown menu styling - time*/
.sizing{
  width: 160px;
}

.dropdown-menu{
  font-size: 13px;
  max-height: 600px;
  overflow-y: scroll;
}

.dropdown-item{
  padding: 0px 10px 0px 10px;
  width: 150px;
  white-space: collapse;
}

span.cname{
  font-size: 15px;
  cursor:pointer; 
  font-weight:bold;
}
/*dropdown menu styling - time*/


/********************************* mobile devices **********************************/
      @media (max-width: 300px) {
        body { font-size: 200%; }
        h2{ font-size: 170%; } 
        .nav-item{ font-size: 110%; padding: 5px 5px 5px 5px; margin-left: 5px; } 
      }
      
      @media (min-width: 500px) {
        body { font-size: 200%; }
        h2{ font-size: 170%; } 
        .nav-item{ font-size: 110%; padding: 5px 5px 5px 5px; margin-left: 5px; } 
      }
      
      @media (min-width: 700px) {
        body { font-size: 200%; }
        h2{ font-size: 170%; } 
        .nav-item{ font-size: 110%; padding: 5px 5px 5px 5px; margin-left: 5px; } 
      }
      
      @media (min-width: 1200px) {
        body { font-size: 100%; }
        .nav-item{ padding: 5px 5px 5px 5px; margin-left: 5px; } 
      }
/********************************* mobile devices **********************************/
