/******************************/
.tabs-wrapper .tab { 
  display: inline-block;
  border: 1px solid #dee2e6;
    background: #efefef;
    font-weight: normal;
    padding: 10px 10px;
    margin: 0 -3px;
    cursor: pointer;
    height: 48px;
    color: #444444;}

.tabs-wrapper .active { 
    background: #ffffff;
    font-weight: bold;
    border-bottom: 0;
    color: #000;}

 .tabs-wrapper .tabs {  margin: 3px 0 -1px 3px;}
   

.tabs-wrapper .tabs-content { 
  border: 1px solid #dee2e6;
    padding: 0;
    border-right: 0;
  }

  .tabs-wrapper .table { 
    margin: -1px 0px -1px -1px !important;
  }
