.homepage #content #suggested {display:none;}

.button-rounded a {
    border-radius: 25px;
    font-size: 1em;
    padding: 12px 20px;
    background-color: #284481;
    color: #fff;
}

.button-rounded a:hover {
    background-color: #223a6e;
    color: #fff;
}