
body {
    margin: 0;

}

a {
    font-family: Arial;
    color: rgb(111, 11, 11);
}

#top {
    margin-left: 10%;
    margin-right: 10%;
}

#content {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 1em;
}

h1 {
    font-family: Arial;
    margin-left: 10px;
    color: rgb(50, 67, 79);
    font-size: 15px;
    font-weight: bold;
}

table.classifications {
    margin: auto;
    margin-bottom: 1em;
    width: 100%;
    font-family: 'Arial';
    font-size: 13px;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.classifications thead {
    background-color: rgb(244,236,226);
}

table.classifications thead tr th {
    font-style: italic;
    font-weight: normal;
    border: 1px solid rgb(204, 204, 204);
}

table.classifications tbody tr td {
    border: 1px solid rgb(204, 204, 204);
}

.debugCode {
    visibility: hidden;
    display: none;
}