@charset "utf-8";
.table {
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

thead {
  border-bottom: 1px solid #CCCCCC;
}

.table th {
  padding: 0.8em!important;
}

.col-table {
  width: 300px;
}

td {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

td.bluebox {
    background-color: #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
    color: #000000;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	word-wrap: break-word;
}

td.greybox {
	background-color: white;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
    color: #000000;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	word-wrap: break-word;
}



.table-below-para {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  padding: 10px;
}

.table {
  border-radius: 6px!important;
}


.maxCard {
  background-color: white;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  border-radius: 5px;
}

body {
  background: #ebf1fa;
}

.container-width {
  width: 78%;
  padding-left: 13px;
}


table { 
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  
  border: 1px solid #ddd;
  --padding: .35em;
}

table th,
table td {
  --padding: .625em;
  text-align: center;
}

table th {
  
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
	empty-cells: hide;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {   
    display: block;
    margin-bottom: .325em;
  }
  tr:nth-child(odd) {background-color: #dee2e6;}
  tr:nth-child(even) {background-color: #white;}
  table td {
   
    display: block;   
    text-align: left;
  }
  

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
	text-align: left;
   -- text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}



