
h1{
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
table{
  width:100%;
border-radius: 10px;
  table-layout: fixed;
direction: ltr;
  background: -webkit-linear-gradient(left, #25c481, #25b7c4);
    background: linear-gradient(to right, #d8b6de, #ffffff);}
.tbl-header{
  width: 100%;
border-radius: 10px;
    padding: 0px 15px 0px 15px;
    margin-right: 15px;
 }
.tbl-content{
  height:550px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}
th{
  padding: 20px 15px;
  text-align: center;
    font-weight: 500;
    font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
td{
  padding: 15px;
  text-align: center;
  vertical-align:middle;
  font-weight: 300;
    direction: rtl;
  font-size: 12px;
  color: #000;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}


/* demo styles */

