
.CategoryControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.CategoryControl .Header {
    background: #d70d0d none repeat scroll 0 0;
    height: 30px;
}
.CategoryControl .Header > span {
    color: #ffffff;
    display: inline-block;
    font: bold 14px/30px Arial;
    padding-left: 15px;
    text-transform: uppercase;
}
.CategoryControl .Detail {
    padding: 0 10px 10px;
    min-height: 150px;
}
.CategoryControl .Detail .UserItem {
    background: rgba(0, 0, 0, 0) url("images/arr.png") no-repeat scroll left center;
    padding: 2px 0 2px 10px;
}


@media only screen and (max-width: 768px){
        .CategoryControl {
                width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10px;
        }
}
