@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.WebLink {
    margin-bottom: 10px;
}
.WebLink .HeadLink {
    background: #b50000 url("images/i.png") no-repeat scroll right 10px center;
    height: 25px;
    word-break: break-all;
}
.WebLink .HeadLink .Title {
    color: #ffffff;
    display: inline-block;
    font: bold 12px/25px roboto;
    padding-left: 20px;
    text-transform: uppercase;
}
.WebLink .Content {
    padding: 5px;
}
.WebLink .Content ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
