.WebLink {
        background: none repeat scroll 0 0 #f5f5f5;
        border: 1px solid #efefef;
        border-radius: 5px 5px 0 0;
        height: 100%;
        margin-bottom: 10px;
}
.WebLink .HeadLink {
        background: url("images/bar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 37px;
        margin-left: -10px;
}
.WebLink .HeadLink .Title {
        color: #fff;
        font: bold 10pt/28px arial;
        padding-left: 20px;
        text-transform: uppercase;
}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.WebLink .Content {
        padding: 10px;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: none !important;
        padding: 5px 10px !important;
        width: 100% !important;
}
tr.rcbReadOnly {
        border: 1px solid #cccc;
        border-radius: 3px;
        background: #fff;
}
.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 {
                width: calc(100% - 10px);
                margin: auto;
                margin-bottom: 10px;
        }
}
