.WebLink {
        margin: 10px 0;
        background-color: transparent;
    border: 1px solid #ff8c09;
    border-radius: 5px;
    box-shadow: none;
}
.WebLink .HeadLink {
          background: linear-gradient(#ffbc6f, #ff8c09 95%);
    padding: 0;
}
.WebLink .HeadLink .Title {
       display: block;
    line-height: 30px;
    background: url(images/bg-h1.png) no-repeat 5px center;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 30px;
    color: #fff;
}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.WebLink .Content{
        padding: 10px;
        
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        width: 100% !important;
        display: table-cell;
}
tr.rcbReadOnly {
        border: 1px solid #cccc;
        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;
        }
}
