
body {
/*    background-color: #43b047;*/
/*    background-color: #fe9a0a;*/
/*    background-color: #e0e0e0;*/
    background-color: #cfcfc4;
}

.expandable {
    background-color: #777;
    color: #333;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: solid black 1px;
    text-align: center;
    outline: none;
}

.expandable:hover {
    background-color: #ccc;
}

.expandable_link {
    background-color: #e0e0e0;
    color: blue;
    cursor: pointer;
    padding: 1px;
    border: none;
    outline: none;
}

.expandable_link:hover {
    background-color: #ccc;
}

.content {
    background-color: #000000;
    padding: 0 14px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

ol > li::marker {
    font-weight: bold;
}

/* intended for headers, "back" buttons, etc. */
.informational_no_border {
    border: none;

    margin-left: 10%;
    margin-right: 10%;

    width: 80%;
}

div.informational {
/*    align: center;
    text-align: left;*/
/*    padding: 1px;*/
    border-width: 1px;
    border-style: solid;
    border-color: black;

    margin-left: 10%;
    margin-right: auto;

    width: 80%;
}

h1.title {
    text-align: center;
    font-size: 84px;
}

h1.subtitle {
    text-align: center;
    font-size: 60px;
}

h2.header-indent {
    text-indent: 10px;
}

td.banner {
    text-align: center;
    vertical-align: center;
    padding: 2%;
}

td.bordered_cell {
    border: /*none*/ 1px solid black;
}

