
.WebLink {
    margin: 20px 0;
    background: url("images/verBar.png") no-repeat scroll center top #fcf7c0;
    border: 2px dashed #5db006;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 10px 5px 1px;
}
.WebLink .HeadLink {
    background: url("images/bar.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 50px;
}
.WebLink .HeadLink .Title {
    color: #fff !important;
    font: bold 10pt/50px arial;
    padding-left: 50px;
}
.WebLink .Content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.WebLink  .Content {
    padding: 10px;
}
@media only screen and (max-width: 768px) {
        .WebLink {
        width:97vw!important;
        margin:5px!important;
        }
}