/*  idTabs ~ Sean Catchpole  */

@font-face {
  font-family: "HPSimplified";
  src: url(hps-euro-regular-eot.eot);
  src: url(hps-euro-regular-eot.eot?#iefix) format("embedded-opentype"), url("hps-euro-regular-woff.woff") format("woff"),
    url("hps-euro-regular-ttf.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HPSimplified";
  src: url(hps-euro-bold-eot.eot);
  src: url(hps-euro-bold-eot.eot?#iefix) format("embedded-opentype"), url("hps-euro-bold-woff.woff") format("woff"),
    url("hps-euro-bold-ttf.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* Style for Usual tabs */
body {
  font: "HPSimplified", Arial, Helvetica, sans-serif !important;
}
.usual {
  background: #eee;
  color: #111;
  width: 800px;
  margin: 0;
}
.usual li {
  list-style: none;
  float: left;
}
.usual ul a {
  display: block;
  padding: 16px 20px;
  text-decoration: none !important;
  margin: 0px;
  margin-top: 3px;
  margin-left: 2px;
  font: 1.3em "HPSimplified", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
  background: #eee;
  border-bottom: 1px solid #eee;
}
.usual ul a:hover {
  color: #0099d8;
  background: #fff;
}
.usual ul a.selected {
  margin-bottom: 0;
  color: #000;
  background: #fff;
  margin-top: 3px;
  border-bottom: 2px solid #fff;
  cursor: default;
}
.usual div {
  padding-top: 10px;
  clear: left;
  background: #fff;
  font: 13px "HPSimplified", Arial, Helvetica, sans-serif;
}
.usual div a {
  color: #000;
  font-weight: bold;
}

#usual2 {
  background: #0a0a0a;
  border: 1px solid #1a1a1a;
}
#usual2 a {
  background: #222;
}
#usual2 a:hover {
  background: #000;
}
#usual2 a.selected {
  background: snow;
}

.commercial-tabs {
  padding-top: 30px;
}

.commercial-tabs__links {
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.tab-link {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 15px 30px;
  min-width: 120px;
  transition: all 200ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.tab-link:hover,
.tab-link.active {
  background: #0095d5;
  color: #fff;
  border-color: #0095d5;
  text-decoration: none;
}

.tab-content {
  display: none;
}

.table-wrapper {
  overflow-x: auto;
}

.table-wrapper table {
  min-width: 600px;
}

.tab-content.active {
  display: block;
}

.usual,
#container {
  width: 100% !important;
}

#container {
  padding: 0 15px !important;
}

@media screen and (min-width: 820px) {
  .usual,
  #container {
    width: 800px !important;
  }

  #container {
    padding: 0 !important;
  }
}
* {
  box-sizing: border-box;
}