.WebLink {
        margin: 0;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #fff none repeat scroll 0 0;
        border-color: #e9ecef #e9ecef #e9ecef;
        border-image: none;
        border-radius: 0;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 15px;
}
.WebLink .HeadLink {
        background: #eee;
        padding: 0;
}
.WebLink .HeadLink .Title {
        /* border-bottom: 1px solid #bd1f24; */
        color: #212529;
        display: inline-block;
        /* padding: 0 0 0 40px; */
        white-space: nowrap;
        width: 100%;
        font-size: 16px;
        line-height: 45px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.WebLink .Content {
        padding: 15px;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: none !important;
        padding: 10px 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;
}
.RadComboBox .rcbArrowCell a{
        display: none !important;
}
.RadComboBoxDropDown .rcbList>li {
        font-size: 14px;
}
ul.ImgWebLink {
        display: flex;
        flex-direction: column;
        gap: 15px;
}
@media only screen and (max-width: 768px){
        div.WebLink {
                width: 100vw;
                padding: 10px;
                border: none;
        }
        .WebLink .Content {
                margin: 0;
                border: 1px solid #e9ecef;
        }
}