table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    padding: .5em 0 .75em;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(0,171,194,1) 0%, rgba(1,189,214,1) 35%, rgba(5,192,217,1) 100%);
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
    color: black;
}

table th,
table td {
    padding: .625em;
    text-align: center;
    color: black;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #22d5ec;
}

.skeleosis {
    display: grid;
    grid-template-columns: 17% 83%;
    font-size: 18px;
    background-color: aliceblue;
    border: 2px #029baf solid;
    color: midnightblue;
    font-weight: bold;
    align-items: center;
}

    .skeleosis-child {
        text-align: center;
        background: #00abc2;
        margin: 0;
        border-right: 2px #029baf solid;
        color: aliceblue;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
    }













