.md-support-title {
    text-align: center;
    font-size: 1.15em;
    padding-bottom: 1em;
    font-weight: 600;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
}

.md-support-title a {
    cursor: pointer;
}

.md-support-container {
    display: grid;
    row-gap: 5px;
    max-width: 15rem;
    margin: 1rem auto;
}

.md-support-container hr {
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

.md-support-container svg {
    color: black;
    stroke-width: 2px;
}

.md-support-container__icon {
    padding-top: 2rem;
}

.md-support-container p {
    margin-top: 0;
}

.md-support-container__icon, .md-support-container__description {
    align-self: center;
    justify-self: center;
}

.md-support-container__description {
    text-align: center;
    padding-left: 0px;
}

.icon__large {
    width: 4rem;
    max-height: 4.2rem;
}

.icon__tutorial {
    transform: translateX(-3px);
}

.print_only {
    display: none;
}

.no_print {
    display: block;
}

@media print {
    .md-typeset .h_600 {
        height: 600px;
    }
    .print_only {
        display: block;
    }
    .no_print {
        display: none;
    }
}

@media screen and (min-width: 45em) {
    .md-support-container {
        display: grid;
        grid-template-columns: 100px 1fr;
        row-gap: 50px;
        column-gap: 10px;
        max-width: 20rem;
        margin: 2rem auto;
    }

    .md-support-container p {
        margin-top: 1em;
    }

    .md-support-container__icon {
        padding-top: .5rem;
    }

    .md-support-container__icon, .md-support-container__description {
        align-self: center;
    }

    .md-support-container__description {
        text-align: unset;
        justify-self: start;
        padding-left: 15px;
    }

    .md-support-container hr {
        display: none;
    }

    .icon__large {
        padding-left: 10px;
    }

    .icon__tutorial {
        transform: translateX(0px);
    }
}

#power-req-tabs ~ .tabbed-set ul { list-style-type: none; }
#power-req-tabs ~ .tabbed-set li { margin-left: 0; }

#power-req-tabs ~ .tabbed-set thead tr th {
    min-width: 1rem;
    vertical-align: middle;
    text-align: center;
}

#power-req-tabs ~ .tabbed-set tbody tr td {
    vertical-align: middle;
    text-align: center;
}
