 table.hfilter{    
          min-width:700px;
          table-layout: fixed;
           }
        .tbl-header{
          background-color: rgba(255,255,255,0.3);
         }
        .tbl-content{
          height:300px;
          overflow-x:auto;
          margin-top: 0px;
          border: 1px solid rgba(255,255,255,0.3);
        }
         th{
          padding: 20px 15px;
          text-align: left;
          font-weight: 500;
          font-size: 12px;
         
          text-transform: uppercase;
        }

         .hfilter th{
          color: #fff;
        }
        td{
          padding: 15px;
          text-align: left;
          vertical-align:middle;
          font-weight: 300;
          font-size: 12px;
          border-bottom: solid 1px rgba(255,255,255,0.1);
        }

        .hfilter td{
          color: #fff;
        }
        .recap-table{
          border: dashed 2px black;
        }
        .rowtable{
          background:#7680b6;
          color: white;
          font-weight: bold;
          width: 50%;
        } 