
table.classifications {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 50px;
    font-family: 'Arial';
    font-size: 13px;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 90%;
    border-color: rgb(204, 204, 204);
}

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);
    height: 20px;
}

div.info {
    border: rgb(201, 173, 109) solid medium;
    font-weight: normal;
    text-align: left;
    font-style: normal;
    background-color: rgb(244, 236, 226);
    width: 298px;
    padding: 20px 5px 20px 5px;
}

div.descInfo {
    position: relative;
    top: -200px;
}

div.descInfo span {
    display: block;
    margin-top: 10px;
}

div.sectionInfo {
    position: relative;
    top: 0px;
}

div.sectionInfo span {
    display: block;
    margin-top: 10px;
}