html {
    font-size: 16px;
}

.content-to-hide {
    display: none;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .content-to-hide {
        display: revert;
    }
}

img {
    max-width: 100%;
    display: block;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
}

.opc-dark {
    background-color: #196096;
}

.opc-nested-table td {
    border-bottom-width: 0px;
    padding: 0.15em;
}

.opc-nested-table tr:first-child td {
    padding-top: 0px;
}

.opc-nested-table tr:last-child td {
    padding-bottom: 0px;
}

opc-method p {
    margin-top: 1px;
    margin-bottom: 1px;
}

opc-method span {
    font-family:Courier New, Courier, monospace;
    white-space: pre;
}

a {
    text-decoration: none;
}

a:link, a:visited, a:active {
    color: #0d6efd;
}

a:hover {
    color: #198754;
}
