
.WebLink {
    margin: 10px 0;
}
.WebLink .HeadLink {
    background: url("images/news_title_bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
    height: 28px;
}
.WebLink .HeadLink .Title {
    color: #FFFFFF;
    font: bold 10pt/28px arial;
    padding-left:20px;
}
.WebLink .Content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 780px) {
   .WebLink .HeadLink {
		background: #0082E3!important;
        }
}