/* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #9ac1c9;*/
  background-color: white;
  padding: 6px 12px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #4E8781;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 6px;
  transition: 0.3s;
  font-size: 12px;
  color: #FFFFFF;
}

.tab #licitatie {
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 6px;
  transition: 0.3s;
  font-size: 17px;
}

.tab #zi_licitatie {
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 6px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #1C4A4B;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #1C4A4B;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 0px;
  /*border: 1px solid #9ac1c9;*/
  border-top: none;
}