.WebLink {
        margin: 25px 0;
        background-color:#fff;
        margin-top: 0;
        border: 1px solid #dddddd;
        border-radius: 0;
}
.WebLink .HeadLink {
        height: 34px;
        margin-bottom: 0;
        padding: 3px 15px;
        line-height: 12px;
        position: relative;
        background: #00519b;
        border: none;
        border-radius: 0;
}
.WebLink .HeadLink .Title {
        color: white;
        display: inline-block;
        font: bold 16px/30px arial;
        padding: 0;
        text-transform: uppercase;
        white-space: nowrap;
        position: relative;
        /* background-image: url(images/logo_title.png); */
        background-position: left center;
        background-position-x: 5px;
        background-repeat: no-repeat;
}
.WebLink .HeadLink .Title:before {
        width: 0;
        height: 0;
        content: " ";
        position: absolute;
        top: -9px;
        left: 0;
        background: none;
}
.WebLink .Content ul {
        list-style: outside none 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 #ddd;
        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) {
    .WebLink {
        padding: 0 !important;
        margin: 10px !important;
    }
}