
.WebLink {margin-bottom: 10px;border: 1px solid #e0e0e0;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.WebLink .HeadLink {
    background: #002664 no-repeat scroll right center;
    text-align: center;
    height: 32px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* border-bottom: 2px solid #FF8000; */
}
.WebLink .HeadLink .Title {
      color: #fff !important;
      font: bold 13px/20px arial;
      text-transform: uppercase;
      white-space: nowrap;
      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;
   }
}
