ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p{
  margin: 0;
}
.wrap-tab{
  overflow: hidden;
  border-left: solid 1px #e6e6e6;
}
.list-tab{
      width: 100%;
    display: flex;
    border-bottom: solid 2px #09e;
}
.list-tab > li{
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    background-color: #fafafa;
    border-top: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-radius: 5px 5px 0 0;
    max-width: 50%;
    min-width: 20%;

  width: 100%;
  color: #fff;
  text-align: center;
  background: #ccc;
  box-sizing: border-box;
  cursor: pointer;
}

.list-tab .active{
color: #fff !important;
background-color: #7a4305;
border-top: solid 1px #7a4305;
border-left: solid 1px #7a4305;
border-right: solid 1px #7a4305;
padding:2px;
}
.tab-content{
  display: none;
  padding: 1em;
  border-bottom: 1px solid #5bbee5;
  border-left: 1px solid #5bbee5;
  border-right: 1px solid #5bbee5;
}
.tab-content.active{
    display: flex;
    padding: 1em;
}




td {
    display: table-cell;
    vertical-align: inherit;border: 0.5px #a9a9a9 solid!important; vertical-align: middle;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;border: 0.5px #a9a9a9 solid!important; vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;border: 0.5px #a9a9a9 solid!important; vertical-align: middle;
}