.WebLink {
        background-color: #fff;
        border: 1px solid #b7b7b7;
        margin-bottom: 10px;
}
.WebLink .HeadLink {
        text-transform: uppercase;
        background-color: #009afe;
        text-align: center;
        height: 30px;
        line-height: 30px;
        /* display: none; */
}
.WebLink .HeadLink .Title {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.WebLink .Item{
        padding-bottom:5px;
}
.WebLink .Item:hover img{
        opacity:70%;
}
.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 {
                width: 100vw;
                padding: 0 10px;
                margin-bottom: 15px;
                border: none;
        }
}

