.related_content {
    background: #f2f2f2;
    margin-top: 20px;
    margin-bottom:20px;
    padding: 10px;
    background: #EAEAEA;
    border-left: 5px solid #1ABC9C;

}

.related_content a:link,
.related_content a:visited {
    color: #141414;
    text-decoration: underline;
    font-size: 16px;
}

.related_content a:hover {
    color: #1ABC9C
}

