.mobile-tab{width: 100%; max-width: 100%; overflow-x: auto;}
table.style-tab {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 0px;
  border-color: #FFFFFF;
  border-style: solid;
  color: #333333;
}
th.item1, td.item1 {width: 70%;} th.item2, td.item2 {width: 30%;}
tr.bg1 {background-color: #FFFFFF;} tr.bg2{background-color: #F9F9FB;}
table.style-tab td, table.style-tab th {
  border-width: 0px;
  border-color: #FFFFFF;
  border-style: solid;
  padding: 10px;
}

table.style-tab thead {
  background-color: #335498;
}

th.item1, th.item2 {
  color: #FFFFFF;
  font-size: 13px !important;
  font-weight: 500;
}