.header-scaled {
    margin-bottom: 40px;
    text-align: center;
}

.header-scaled h2 {
    margin-bottom: 0;
}

.header-scaled .sub-info {
    font-size: 14px;
    line-height: 18px;
}

.fm-scaled {
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.table-scaled {
    width: 100%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: safe center;
    overflow-x: auto
}

.table-scaled table {
    border-spacing: 0;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 12px;
}

.table-scaled th, 
.table-scaled td {
    text-align: center;
    padding: 8px;
    white-space: pre-line;
    line-height: 1.5;
}

.table-scaled tr:first-of-type {
    color: white;
    background-color: #555;
}

.table-scaled td:first-child {
    font-weight: bold;
}

.table-scaled tr:nth-child(odd):not(:first-of-type) {
    background-color: #f7f7f7;
}

.table-scaled tr:nth-child(even) {
    background-color: #dee6eb;
}

.table-scaled tr:first-of-type td:first-of-type {
    border-top-left-radius: 10px;
}

.table-scaled tr:first-of-type td:last-of-type {
    border-top-right-radius: 10px;
}

.table-scaled tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 10px;
}

.table-scaled tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 10px;
}

.scaled-MobID {
    vertical-align: middle;
    position: relative;
}
.scaled-MobID span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.scaled-MobID img {
    margin-top: 10px;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 720px) {
    .table-scaled table {
        font-size: 12px;
    }
}
@media only screen and (max-width: 450px) {
    .table-scaled table {
        font-size: 10px;
    }
    .table-scaled th,
    .table-scaled td {
        padding: 2px 4px;
    }
}

#scaled-db ul {
    margin-left: 36px;
}

#scaled-db li {
    font-size: 0.9em;
    line-height: 1.3;
}

#scaled-db code {
    background-color: white;
    padding: 4px 14px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 1.2em;
}