
.tbl_ h1 {
  font-size: 22px !important;
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
}
.tbl_ h2{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.tbl_ table{
  width:100%;
  table-layout: fixed;
}
.tbl_ .tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
.tbl_ .tbl-content{
  height:300px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}
.tbl_ th{
  padding: 0px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.tbl_ td{
  padding: 0px 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}

/* demo styles */

.tbl_back {
  background: -webkit-linear-gradient(left, #33C2DF, #213368);
  background: linear-gradient(to right, #33C2DF, #213368);
}

/* 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);
}