
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 170%;
}

a>button.related_tag {
    background-color: #f5f5f5;
}

div.content>table>tbody>tr>td {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 15px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

.red-background-white-font {
    color: #fff;
    background-color: #d9534f;
}
.blue-background-white-font {
    color: #fff;
    background-color: #337ab7;
}
.yellow-background-white-font {
    color: #fff;
    background-color: #f0ad4e;
}
.green-background-white-font {
    color: #fff;
    background-color: #449d44;
}
