.WebLink {
        margin: 8px 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: #e5e6e9 #dfe0e4 #d0d1d5;
        border-image: none;
        border-radius: 0;
        border-style: solid;
        border-width: 1px;
}
.WebLink .HeadLink {
        background: rgb(255 128 0) url(images/logo.png) no-repeat scroll left 10px center;
        padding: 0;
}
.WebLink .HeadLink .Title {
        /* border-bottom: 1px solid #ecbc04; */
        color: #fff;
        display: inline-block;
        padding: 0 0 0 35px;
        white-space: nowrap;
        width: 100%;
        font-size: 14px;
        line-height: 35px;
        font-weight: 600;
        text-transform: uppercase;
}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.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;
}
.RadComboBox .rcbArrowCell a{
        display: none !important;
}
@media only screen and (max-width: 768px){
        div.WebLink {
                padding: 0;
                margin: auto;
                margin-bottom: 10px;
                width: calc(100vw - 20px);
        }
        .WebLink .Content {
                margin: 0;
        }
}
