
body {
    background-color: white;
    color: #333333;
    font-family: serif, sans-serif, monospace;
    margin: 20px;
    padding: 0;
    line-height: 1.5;
    font-size: 17px;
}
h1 {
    color: #23bfcc;
    font-size: 2.2rem;
    font-weight: 900;
    margin: 0 0 15px;
    padding: 0;
}
h2 {
    color: rgb(10, 156, 13);
    font: bold 1.75rem verdana,arial,helvetica,sans-serif;
    margin: 0 0 5px;
    padding: 0;
}

h3 {
    color: #5510b4;
    font: bold 1.35rem verdana,arial,helvetica,sans-serif;
    margin: 0 0 5px;
    padding: 0;
}

h4 {
    color: #3b4881;
    font: bold 1.1rem verdana,arial,helvetica,sans-serif;
    margin: 0 0 5px;
    padding: 0;
}

p {
    font-family: serif, sans-serif, monospace;
    margin: 0 0 16px;
    padding: 0;
}

.Content > p + p {
    text-indent: 30px;
}

a {
    color: #0099CC;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none;
}
a:link {
    color: #0099CC;
}
a:visited {
    color: #0077AA;
}
a:hover {
    background-color: #EEEEEE;
}
.content {
    background-color: white;
    border: 1px solid black;
    margin: 0 210px 20px 170px;
    min-width: 120px;
    padding: 10px;
    position: relative;
    width: auto;
    z-index: 3;
}

#note {
    width: 500px;
    overflow-x: auto;
}
#navAlpha {
    background-color: #EEEEEE;
    border: 1px dashed black;
    left: 20px;
    padding: 10px;
    position: absolute;
    top: 20px;
    width: 128px;
    z-index: 2;
}
body > #navAlpha {
    width: 128px;
}
#navBeta {
    background-color: #EEEEEE;
    border: 1px dashed black;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 168px;
    z-index: 1;
}
body > #navBeta {
    width: 168px;
}

#navFooter {
    text-align: center;
}

#pagination {
    text-align: center;
}

label {
    line-height: 1.75;
}
textarea {
    resize: none;
}

.error {
    color: red;
}

/* manage_entries table styling */
/* spacing */
table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse; /* remove border spacing being applied to thead and tbody */
    border: 1px solid saddlebrown;
}

caption.cr-caption {
    font-size: x-large;
    font-weight: bold;
}

caption.cr-caption span {
    color: plum;
    background-color: black;
}

table.cr-grid tbody tr:nth-child(odd) {
    background: #cde6ff;
}

table.cr-grid th:nth-child(1) {
    width: 10%;
}

table.cr-grid th:nth-child(2) {
    width: 30%;
}

table.cr-grid th:nth-child(3) {
    width: 10%;
}

table.cr-grid th:nth-child(4) {
    width: 10%;
}

table.cr-grid th:nth-child(5) {
    width: 10%;
}

table.cr-grid th:nth-child(6) {
    width: 10%;
}

table.cr-grid th:nth-child(7) {
    width: 10%;
}

table.cr-grid th:nth-child(8) {
    width: 10%;
}


table.index-grid tbody tr:nth-child(odd) {
    background: #cde6ff;
}

table.index-grid th:nth-child(1) {
    width: 5%;
}

table.index-grid th:nth-child(2) {
    width: 7%;
}

table.index-grid th:nth-child(3) {
    width: 38%;
}

table.index-grid th:nth-child(4) {
    width: 50%;
}

th {
    font-size: medium;
    border: 1px solid #999;
    padding: 10px;
    text-align: left;
}

td {
    font-size: medium;
    border: 1px solid #999;
    padding: 10px;
    text-align: left;
}

td a {
    font-size: .8rem;
}