.metal-tabs {
    display: flex;
    margin-bottom: -1px;
}

.metal-tab {
    padding: 8px 16px;
    cursor: pointer;
    background: #fff;
    border-bottom: none;
    margin-right: 2px;
}

.metal-tab.active {
    background: #171b1e;
    color: #fff;
}

.metal-content {
    display: none;
    margin-top: 0;
    border: none;
    border-top: none;
}

.metal-content.active {
    display: block;
}

.metal-table {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    background-color: #fff;
}

.metal-table th,
.metal-table td {
    border: none;
    padding: 8px;
    text-align: center;
}

.metal-table th {
    background-color: #171b1e;
    color: #fff;
}

.metal-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
  .metal-table th,
  .metal-table td {
    font-size: 12px;
  }
}
