﻿.categoryTable {
    width: 100%;
}

    .categoryTable .imageCell {
        padding: 2px;
    }

    .categoryTable .textCell {
        padding-left: 20px;
        width: 100%;
    }

.textCell .label {
    color: #969696;
    text-transform: uppercase;
}

.textCell .description {
    font-size: 13px;
    width: 230px;
}

.captionCell {
    min-width: 120px !important;
    font-weight: bold;
}
