
.WebLink {margin-bottom: 10px;border: 1px solid #e0e0e0;}
.WebLink .HeadLink {
    background: #3088e7 no-repeat scroll right center;
    text-align: center;
    height: 32px;
}
.WebLink .HeadLink .Title {
      color: #fff !important;
    font: bold 13px/20px arial;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid;
    border-left: none;
    margin-top: 5px;
    border-right: none;
    display: inline-block;
    width: 100%;
}
.WebLink .Content{
    list-style: outside none none;
    margin: 0;
    padding: 5px 10px 10px;
    /* margin-top: 1em; */
}
@media only screen and (max-width: 768px){
   .table-3-col .WebLink td{
       display: revert!important;
   }
}
