/* page.css */
ol > li.procedure-item > p {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    table.default-table td:first-child {
        width: 30%;
    }
}

@media (max-width: 1199px) {
    table {
        border-width: 1px;
    }

        table.default-table td {
            display: block;
            width: 100%;
        }
}

/* OB */
div.spectable > h3 {
    font-size: 1.25rem;
    margin-top: 0;
}

ol.loweralpha {
    list-style-type: lower-alpha;
}

ol.upperalpha {
    list-style-type: upper-alpha;
}