.CategoryControl {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ddd;
        margin: 10px 0;
                margin-top: 0;
}
.CategoryControl .Header {
        border-bottom: 1px solid #eabc00;
        height: 35px;
        margin: 0;
        padding: 0 10px;
        background: rgb(233 236 239);
}
.CategoryControl .Header span {
        border-bottom: 6px solid #0d99e4;
        color: #0079c2;
        display: inline-block;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        line-height: 32px;
}
.CategoryControl .Detail {
        padding: 10px;
        min-height: 150px;
}
.CategoryControl .Detail ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.CategoryControl .Detail .arrow {
        background: rgba(0, 0, 0, 0) url("images/arr.png") no-repeat scroll left center;
        display: inline-block;
        height: 9px;
        width: 9px;
}
.CategoryControl .Detail .UserItem > a {
        padding-left: 2px;
        color: #212529;
}
.CategoryControl .Detail .UserItem {
        padding: 2px 0;
}
.CategoryControl .Detail .UserItem > a:hover {
        color: #005e9d;
        text-decoration: underline;
}

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