/* Category-module CSS */

.background-list-item {
    font-size: 14px !important;
    position: relative;
    display: block;
    background: #f7f7f7;
    background-image: linear-gradient(to bottom, #f7f7f7, #e7e7e7);
    background-repeat: repeat-x;
}

.background-list-item-child {
    font-weight: bold;
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.4);

}

.toggle-child {
    display: block;
    float: right;
    width: 30px;
    background: rgba(255, 255, 255, 0.4);
}

.with-child {
    margin-right: 30px;

}