.sectiontable thead .header {
    background-color: #f5f5f5;
    margin-bottom: 5px;
}

.sectiontable tbody tr.noalt {
    background-color: #f5f5f5;
}

.sectiontable tbody tr.alt {
    background-color: #ffffff;
}

.sectiontable tbody tr td, .sectiontable thead tr th {
    padding: 5px;
}

#cj-wrapper .item-count-box {
    min-width: 48px;
    margin-bottom: 0;
}

#cj-wrapper .item-count-box .panel-body {
    padding: 8px 5px;
}

#cj-wrapper .item-count-box .item-count-num {
    font-weight: bold;
    font-size: 110%;
    text-align: center;
}

#cj-wrapper .item-count-box .item-count-caption {
    padding: 0 2px;
    font-weight: bold;
    font-size: 60%;
    text-transform: uppercase;
    text-align: center;
}
