.column-oriented {
    margin-top: 0px;
}

.bottom-line > tr {
    border-bottom: 1px solid #ccc;
}

.bottom-line tr:nth-last-child() {
    border-bottom: none;
}

h2 {
    font-weight: 100;
    color: #555;
}

.description strong {
    text-transform: uppercase;
}

.black {
    color: black;
}