.WebLink {
    width: 100%;
    padding: 15px;
    background: #f2f2f2;
    margin-bottom:20px;
}
.WebLink .HeadLink {
    position: relative;
    margin: 0 0 15px 0;
    text-align: center;
}
.WebLink .HeadLink:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: initial;
    left: 0;
    bottom: 0px;
    background: linear-gradient(90deg, #f5f5f5 0%, #717473 10%, #080909 10%, #121212 90%, #717473 90%, #f5f5f5 100%);
}
.WebLink .HeadLink .Title {
    padding: 15px 0 10px 10px;
    margin-top: 0px;
    font-family: 'Roboto', Arial;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
}
.WebLink .Content {padding: 10px;}
.WebLink .Content ul {
    list-style: none outside none;
    margin: 0;
}