.class-container {
    margin: auto;
    width: 800px;
}
.skill-image {
    background: #000000;
    text-align: center;
    vertical-align: middle;
}
.skill-info {
    width: 100%;
    background: #3B2517;
    border: 2px #3B2517;
    border-style: solid solid none solid;
    text-align: left;
    border-spacing: 0;
}
.skill-info-title td {
    font-weight: bold;
    color: #F0F0F0;
}
.skill-info-description {
    background: #f0f0f0;
}
.skill-req {
    width: 100%;
    background: #F0F0F0;
    border: 2px solid #3B2517;
    border-spacing: 0;
    text-align: center;
}
.skill-req-attr td {
    font-weight: bold;
}
.skill-req-value {
    font-weight: normal;
}
.skill-add {
    width: 100%;
    background: #3B2517;
    border: 1px #3B2517;
    border-style: none solid solid solid;
    border-spacing: 1px 1px;
    text-align: left;
}
.skill-add-attr tr th {
    font-weight: bold;
    color: #000000;
    background: #F0F0F0;
}
.skill-add-value {
    background: #F0F0F0;
}
.skill {
    width: 100%;
    float: left;
    margin-top: 15px;
}