.tarieven .header-item, .tarieven .header-item .tax, .tarieven .header-item .tariff {
  background-color: #cce5ed;
  color: #000000;
}

.tarieven .tax {
  width: 50%;
  background-color: transparent;
}

.tarieven .tariff {
  width: 50%;
  background-color: transparent;
}

.tarieven .colorswitch:nth-child(even) {
  background-color: #ffffff;
}

.tarieven .colorswitch:nth-child(odd) {
  background-color: #e7e7e7;
}

.tarieven .list-group {
  border-radius: 2px !important;
  margin: 0 !important;
}

.tarieven .list-group .list-group-item {
  margin: 0 !important;
}

.tarieven .list-group .left {
  padding-right: 20px !important;
}

.tarieven .mob {
  display: none;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- BOOTSTRAP MEDIA QUERIES --------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1000px) {
  .header-item {
    display: none;
  }
  .outer-ul {
    border-radius: 2px !important;
    border-top: 1px solid #b8b8b8;
  }
  .list-group-item {
    font-size: 0.9em;
  }
  .mob {
    display: block !important;
  }
}
