/* atc code table */
.atc-code-table {
  width: auto;
}

.atc-code-table td {
  padding: 4px 0px;
}

.atc-code-table-head {
  font-weight: bold;
}

a.atc-code {
  background-color: #5DBA7C;
  color: white;
  font-weight: bold;
  padding: 2px 4px
}

a.atc-code:hover {
  background-color: #CCC;
  color: black;
  text-decoration: none;
}

.atc-code-help {
  color: #6A6C6C;
  padding: 10px 0px;
}

.atc-code-help a {
  text-decoration: underline;
}