.tab-buttons {
  display: table !important;
  width: 100% !important;
}

.tab-buttons .dp_dmb_repeat_item {
  display: table-cell !important;
}

.tablink {
  background-color: #555;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 100% !important;
}

.tablink:hover {
  background-color: #777;
}

.tabcontent {
  display: none;
  padding: 100px 20px;
  height: 100%;
}

.tabcontent.active-tab {
  display: block;
}

.tablink.active-tab {
  background: #333;
}
