#tabs {
  padding-top: 50px;
}

#tabs > ul {
  display: flex;
  list-style: none;
  overflow-wrap: break-word;
  word-break: break-word;
}

#tabs > ul > li {
  text-decoration: none;
  padding-right: 10px;
  border-right: 1px solid #1BB0C4;
  margin-right: 10px;
}

#tabs > ul > li a {
  font-weight: bold;
  color: #222;
  font-family: josefin sans, sans-serif;
  text-transform: uppercase;
}

#tabs > ul > li a:focus,
#tabs > ul > li a.active {
  color: #1BB0C4;
  text-decoration: underline;
}

#tabs table tbody tr {
  border: none;
  border-bottom: 1px dashed #cdcdcd;
  padding: 0;
  margin-bottom: 22px;
}

#tabs table tbody th {
  color: #222;
  font-family: josefin sans, sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.3em;
  border: none;
}

#tabs table tbody td {
  font-family: source sans pro, sans-serif;
  background-color: #f0efed;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin-bottom: 0;
}

#tabs > ul > li a:hover {
 color: #1BB0C4;
}

@media only screen and (max-width: 680px) {
  #tabs > ul > li a {
    font-size: 12px;
  }

  #tabs table tbody td {
    font-size: 14px;
  }
}
