.WebLink {
        padding: 20px 0;
}
.WebLink .HeadLink {
        margin-bottom: 10px;
}
.WebLink .HeadLink .Title {
}
.WebLink .Content{
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.WebLink .Content .ImgWebLink{
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
}
.WebLink .Content .ImgWebLink .Item{
        flex: 1;
        width: 20%;
}
.WebLink .Content .ImgWebLink .Item img{
        flex: 1;
        object-fit: contain;
        height: 100px;
}
.WebLink .HeadLink .Title {
        color: #0b60a4;
        font-size: 16px;
        text-transform: uppercase;
        white-space: nowrap;
        display: flex;
        align-items: center;
        font-weight: 600;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: none !important;
        padding: 10px 0px !important;
        width: 100% !important;
}
tr.rcbReadOnly {
        /* border: 1px solid #ddd; */
        border-bottom: 1px solid #e9ecef;
        cursor: pointer;
}
.RadComboBox .rcbEmptyMessage {
        font-style: normal !important;
        color: #444444 !important;
}
.RadComboBoxDropDown .rcbList>li {
        padding: 10px;
}
.RadComboBox *{
        font-size: 16px !important;
}
@media only screen and (max-width: 768px){
        div.WebLink {
                padding: 10px !important;
                margin-bottom: 20px;
        }
}
