.tabl {font-family:'Gilroy',Arial,sans-serif; overflow:auto; display:block; float:left; width:96%; margin-left:2%; margin-right:2%;}
.tabl table {  width:100%;font-size:14px; border: solid 1px #333333; border-collapse: collapse; margin: 0px auto; -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear; }
.tabl th, .tabl  td { border: solid 1px #333333; padding: 10px !important; border-bottom:solid 1px ##333333 !important; }
.tabl tr:nth-child(even) { background: #CCCCCC; }
.tabl tr:nth-child(odd) { background: #FFFFFF; }
.tabl table:hover th {border-bottom: dotted 1px #7e53fb !important;}
.tabl th {text-align: left; padding: 5px; background-color:none;}
.tabl tr:hover {border:none; color:#333333;   background-color:#f0f1f3; }
.tabl th:hover {border:none;}
.tabl table a {color:#333333;}
.tabl tr:hover a { color:#333333;}