

table{
  width:100%;
  table-layout: fixed;
  text-align:center;
}
.tbl-header{
  background-color:#f73860
 }
.tbl-content{
  height:100%;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}

.tbl-content2{
  height:350px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid #a8e74e;
  background:#87c82a;
  padding:25px 15px 20px 25px;
}
th{
  padding: 10px 15px;
  font-size: 18px;
  color: #4d4d4d;
  color:#ffffff;
font-family: 'Raleway', sans-serif;
border:1px solid #FFFFFF;
  text-align:center;
}
td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight:600;
  font-size: 15px;
  color: #4d4d4d;
  border:1px solid #898989;
  font-family: 'Poppins', sans-serif;
    text-align:center;
}


/* demo styles */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);



/* follow me template */
.made-with-love {
  margin-top: 40px;
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #fff;
}
.made-with-love i {
  font-style: normal;
  color: #F50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.made-with-love a {
  color: #fff;
  text-decoration: none;
}
.made-with-love a:hover {
  text-decoration: underline;
}


/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
    width: 6px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

@media only screen and (max-width: 600px) {
th{
  padding: 3px 3px;
  font-size: 10px;
  color:#ffffff;
font-family: 'Raleway', sans-serif;
border:1px solid #FFFFFF;
  text-align:center;
}
td{
  padding: 2px;
  text-align: left;
  vertical-align:middle;
  font-weight:600;
  font-size: 10px;
  color: #4d4d4d;
  border:1px solid #898989;
  font-family: 'Poppins', sans-serif;
    text-align:center;
}

}