body {
    background-color: transparent;
    background-image: url("/static/pages/mct2_midlo_1_bg.webp");
    
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #111111;
    font-family: Heuristica, Utopia, "New York", "Times New Roman", serif;
    font-size: 16px;
    margin: 0;
}

hr {
    color: #000000;
    border-color: #000000;
}

ul {
    margin: 0.5em 0 1.25em 0;
    padding-left: 18px;
    list-style: square;
}

div.header {
    background-color: #ffffff;
}

div.header h1 {
    margin-left: 1.5em;
}

div.content {
    min-height: 100vh;
    padding: 1.5em;
}

table.section {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1.5em 0;
}

table.section th {
    background-color: #ffffff;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    
    border-bottom: none;
    padding: 6px 12px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

table.section th h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
}

table.section td.topfill {
    background-color: #ffffff;
    border-top: 2px solid #000000;
    border-left: none;
    border-right: 2px solid #000000;
    border-bottom: none;
    padding: 0;
    width: 100%;
}

table.section td {
    background-color: #ffffff;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-top: none;
    padding: 16px 20px;
    vertical-align: top;
    width: fit-content;
}

table.section.notitle td {
    border-top: 2px solid #000000;
}

table.menu {
    background-color: #d4d4d4;
    padding: 8px;
    
}

table.menu td {
    margin: 8px;
}

table.menu td a {
    color: #000000;
}

a.pagebuttonlink {
    text-decoration: none;
}

table.pagebutton {
    background: #ffffff;
    border: 2px solid #000000;
    border-collapse: collapse;
    line-height: 1;
    height: 128px;
    max-height: 128px;
    color: #000000;
    margin-top: 8px;
    margin-bottom: 8px;
}

table.pagebutton td.pb-icon {
    width: 128px;
    padding: 0;
    border-right: 2px solid #000000;
}

table.pagebutton td.pb-icon img {
    width: 128px;
    height: 128px;
}

table.pagebutton {
    border-right: 2px solid #000000;
    width: 100%;
}

table.pagebutton td {
    border: none;
    padding: 8px;
}

table.pagebutton .pb-titlerow td.pb-title {
    vertical-align: middle;
}

table.pagebutton .pb-titlerow td.pb-title a {
    color: #000000;
}

table.pagebutton .pb-titlerow td.pb-title h3 {
    margin: 0;
}

table.pagebutton .pb-titlerow td.pb-titlefill {
}

table.pagebutton .pb-titlerow td {
}

table.pagebutton .pb-descrow td {
    height: 50%;
    width: 100%;
}

table.pagebutton .pb-daterow td {
    height: 50%;
    width: 100%;
}

div.footer {
    background-color: #ffffff;
    text-align: center;
}

div.footer p {
    margin: 0;
    padding: 16px;
}