.status-dot {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 auto;
}

.status-dot.status-red {
    background-color: #d91714;
}

.status-dot.status-yellow {
    background-color: #dbc823;
}

.status-dot.status-green {
    background-color: #36d40f;
}

.status-dot.status-grey {
    background-color: #878787;
}

.comment-status.has-comment {
    color: #7b97c7;
}