

body {
    font-size: 12px;
    font-weight: 400;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.text-under {
    text-decoration: underline;
}

#roc-juvenile {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.roc-page {
    position: relative;
    width: 808px;
    height: auto;
    min-height: 1044px;
    margin: 0.5em auto;
    padding-top: 1em;
    padding-bottom: 1.8em;
    border: 2px solid gray;
}

.roc-page > ol, .roc-page > p, .roc-page > h1,  .roc-page > h2, .roc-page > ul {
    padding: 0;
    width: 84%;
    margin: 1em auto;
}

.roc-page > ol {
    width: 81% !important;
    padding: 0 0 0 1em !important;
}

.top-link {
    width: 200px;
    position: absolute;
    bottom: .3em !important;
    left: 10%;
}

#toc ol.toc-list, #app_1 ol.toc-list {
    list-style-type: none;
    padding: 0;
}

#toc ol.toc-list li, #app_1 ol.toc-list li {
    margin: .5em auto;
}

#toc ol.toc-list li a, #app_1 ol.toc-list li a {
    display: grid;
    grid-template-columns: auto max-content;
    align-items: end;
    color: black;
}

#toc ol.toc-list li > a > .pnum, #app_1 ol.toc-list li > a > .pnum {
    text-align: right;
}            

#toc ol.toc-list li > a > .title, #app_1 ol.toc-list li > a > .title {
    position: relative;
    overflow: hidden;
}

#toc ol.toc-list li > a .title::after, #app_1 ol.toc-list li > a .title::after {
    position: absolute;
    padding-left: .25ch;
    text-align: right;
    content: " . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . . . . ";
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

#app_1 a, #app_1 a:hover {
    text-decoration: none;
}

    #app_2 table thead tr th {
    background-color: black !important;
    color: white !important;
}

#app_2 table {
    border-collapse: collapse;
    width: 81%;
    margin: 1em auto 1em auto;
    padding: 0;
    border: 1px solid black;
}

#app_2 table th, #app_2 table td {
    width: 12.5%;
    text-align: center;
    border: 1px solid black;
}

.under {
    border-bottom: 1px solid black;
    display: inline-block;
    text-decoration: underline;
    max-width: 96%;
    min-width: 88%;
    margin: 0 auto;
}

table.binary {
    width: 82%;
    margin: 1em auto;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid black;
}

table.binary tr td {
    width: 50%;
    padding: .3em;
    border: 1px solid black;
}

.no-border {
    border: 0 none transparent !important;
}

.spanr {
    position: relative;
    bottom: -5px;
    display: inline-block;
    width: 75%;
    margin: 0 auto;
    border-bottom: 1px solid black;
}

table.dependents {
    width: 82%;
    margin: 1em auto;
    padding: 0;
    border-collapse: collapse;
}

table.dependents tr:first-of-type td {
    text-align: center;
    color: white;
    background-color: black;
}

table.dependents tr {
    border-bottom: 1px solid black;
}

table.dependents tr td:first-of-type {
    width: 80%;
}            

table.dependents tr td:last-of-type {
    width: 20%;
}

table.judge {
    width:50%;
    margin: 1em auto 1em 40%;
    padding: 0;
    border-collapse: collapse;
}

table.judge tr, table.judge tr td {
    width: 100%;
}