.column.main .tabs {
    margin-bottom: 0;
    margin-top: 1.5em;
}
.column.main .tabs li.active {
    border: 1px solid #999;
    border-bottom-width: 0;
}
.column.main .tabs li {
    text-align: center;
    width: 85px;
    float: left;
    border: 1px solid #c8c8c8;
    background: #e7e6d9;
    border-bottom-width: 0;
    font-size: 1em;
    line-height: 1em;
    margin-right: .3em;
    font-weight: normal;
}
.column.main .tabs li.active a, .tabs li.active a:hover {
    background-color: #b7b795;
}
.column.main .tabs a {
    display: block;
    padding: 6px;
    height: 30px;
    line-height: 1.3;
}
a:visited {
    color: #521733;
}
.column.main .tabs li.active a, .tabs li.active a:hover {
    background-color: #b7b795;
}
.column.main .tabs a:hover {
    background-color: #b7b795;
    text-decoration: none;
    color: #453012;
}
a {
    text-decoration: underline;
    color: #453012;
}
.column.main .padder {
    border: 5px solid #bfb795;
    padding: 10px;
    margin-bottom: 1em;
    font-weight: normal;
}
ul, ol {
    list-style: none;
}