.report-block {
    border-left-color: #1b809e !important;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.report-block h4 {
    color: #1b809e;
    margin-top: 0;
    margin-bottom: 5px;
}
.report-block a {
    color: black;
}