.WebLink {
        margin: 10px 0;
}
.WebLink .HeadLink {
        background: #c70d0c;
        /* border-radius: 3px 3px 0 0; */
        height: 32px;
}
.WebLink .HeadLink .Title {
        line-height: 32px;
        padding-left: 15px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        font-size: 14px;
}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: none !important;
        padding: 5px 10px !important;
        width: 100% !important;
}
tr.rcbReadOnly {
        border: 1px solid #e4e4e4;
        border-radius: 3px;
}
.RadComboBox .rcbEmptyMessage {
        font-style: normal !important;
        color: #444444 !important;
}
.RadComboBoxDropDown .rcbList>li {
        padding: 10px;
}
.RadComboBox *{
        font-size: 14px !important;
}
@media only screen and (max-width: 768px){
        div.WebLink {
                padding: 0 10px;
                margin-bottom: 10px;
        }
}
