.WebLink {
    margin-bottom:10px;
    background: #fff;
    padding: 0 0 10px 0;
}
.WebLink .HeadLink {
    font-size: 24px;
    position: relative;
    padding: 0;
     /*background: linear-gradient(to right, #d60c0c 0%, #ffc500 100%);*/
	background: #f20d0d;
}
.WebLink .HeadLink span {
    /* font-size: 14px;
    font-weight: 600; */
    display: inline-block;
    margin: 0;
    padding-left: 30px;
    text-transform: uppercase;
    color: #ffffff;
    /*font-family: 'Roboto';*/
	font-family: Oswald;
    line-height: 30px;
	font-size: 16px;
    font-weight: 400
}
.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;
}
.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){
        .WebLink {
                padding: 20px 0 !important;
        }
}