.WebLink {
margin-top: 20px;
        box-shadow: var(--box-shadow);
        padding: 10px;
        border-radius:5px;
}
.WebLink .HeadLink {
       height: 34px;
}
.WebLink .HeadLink .Title {
       font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    padding-left: 0;
    line-height: 38px;
    margin-bottom: 0;
    font-family: Inter;
    letter-spacing: -1px;
            color: var(--color-red);
        text-transform:uppercase;
}
.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;
    }
}
@media only screen and (max-width: 768px) {
        .WebLink {
        	margin: 0 10px 20px 10px!important;
        }
}