.WebLink {
        margin: 10px 0;
}
.WebLink .HeadLink {
        background: url("images/logo.png") no-repeat scroll 8px 1px, url("images/bar.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
        border-radius: 5px 5px 0 0;
        height: 26px;
        width: 100%;
        border: 1px solid #e0e0e0;
        border-radius: 5px 5px 0 0;
}
.WebLink .HeadLink .Title {
        color: #000000;
        font: bold 10pt/26px arial;
        padding-left: 35px;
}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
@media only screen and (max-width: 768px){
        div.WebLink {
                width: 100vw;
        }
}
