.WebLink {
margin-bottom: 20px;
        box-shadow: var(--box-shadow);
        padding: 10px;
        border-radius:5px;
}
.WebLink .HeadLink {
       height: 34px;
}
.WebLink .HeadLink .Title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 34px;
    color: var(--color-red);
    font-family: 'Merriweather';
}
.WebLink .Content {
padding: 10px 0;
}
.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;
        border: 1px solid #ddd;
}
.RadComboBox table td.rcbArrowCell{
	display:none;
}
@media only screen and (max-width: 1023px) {
    .WebLink {
        padding: 10px!important;
    }
        .WebLink{
        	margin-bottom: 20px!important
        }
}