
.WebLink .HeadLink {
        text-transform: uppercase;
        /* border-left: 10px solid #037dba; */
        /* line-height: 20px; */
        width:100%;
        /* background: #f7f7f7; */
        border-bottom: 3px solid #b10804;
        height: 33px;
        position: relative;
        margin-bottom: 5px;
}
.WebLink .HeadLink .Title {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: nowrap;
        line-height: 33px !important;
        display: inline-block;
        border-bottom: 3px solid #f9c41a;
        padding: 0px 10px 5px 0px;
        color: #b10804;
        height: 33px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.28em;
        margin: 0;
        text-align: left;
        /* width: 100%; */
        margin-bottom: 5px;
        position: absolute;
        left: 0;
}

.WebLink .HeadLink .Title:after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f9c41a;
}

.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.WebLink .Content{
        padding: 0;
        border-color: #eee;
        border-image: none;
        border-style: solid;
        border-width: 1px;
        border: 1px solid #bcd8eb;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: none !important;
        padding: 5px 10px !important;
        width: 100% !important;
        display: table-cell;
}
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){
        div.WebLink{
                padding: 0 10px;
                margin-bottom: 10px;
        }
}
