.WebLink {
        margin: 10px 0;
        /* border: 1px solid #ddd; */
        margin-top: 0;
}
.WebLink .HeadLink {
        /* margin-bottom: 10px; */
        /* border-bottom: 1px solid #ED1925; */
        width: 100%;
        /* background: #ED1925; */
        padding: 0;
        /* border-radius: 5px; */
        /* text-align: center; */
        /* border-bottom: 1px solid #e5e5e5; */
}
.WebLink .HeadLink .Title {
        padding: 0px 8px;
        white-space: nowrap;
        font-size: 23px;
        text-align: left;
        color: #3c2010;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 42px;
}
.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;
}
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;
}
.WebLink .Content{
        padding: 0;
        border-color: #ddd;
        border-image: none;
        border-style: solid;
        border-width: 0px;
        border-radius: 5px !important;
        margin-top: 3px;
        padding: 0px 20px;
        background: #fff;
        border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1024px){
        div.WebLink{
                max-width: calc(100vw - 20px);
                margin: auto;
                padding: 0 !important;
                margin-bottom: 10px;
                text-align: left;
        }
}
