.links-cats-box{text-align: center;margin-top: 0 !important;}
.links-table-cats{box-sizing: border-box;display: flex;flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;}
.links-table-cats a{color: #3b3a4a;  font-weight:800;text-decoration: none;}
.links-category-head{font-weight: 800;font-size: 120%;margin:30px 0;}
.links-category{flex-basis: 25%;}
.links-cats-box, .links-detail-box{background-color:#fff;margin: 20px 0;padding: 20px;box-sizing: border-box;}
.links-detail-box{line-height: 1.4;}
.links-detail-box a{    text-decoration: none;}
.links-title {
    color: #C71585;
    text-decoration: none;font-family: 'Roboto Slab', serif;font-size: 110%;
font-weight: 800;
}
.links-added{font-size: 90%; color: #888;clear: both;}
@media only screen and (max-width: 960px) {
    .links-table-cats{box-sizing: border-box;display: flex;}
    .links-category{flex-basis: 50%;margin: 15px 0;}
}
@media only screen and (max-width: 680px) {
    .links-table-cats{box-sizing: border-box;display: flex;flex-direction: column;}
    .links-category{flex-basis: 100%;margin: 10px 0;}
}