.blur {
    text-shadow: 0 0 4px rgba(0,0,0,0.2);
    color: transparent;
}

.share-checked {
    margin-right:20px;
}

.reject-checked {
    margin-right:20px;
}

.review-checked {
    margin-right:20px;
}

.bold-green {
    color:#28c76f;
    font-weight:bold;
}

.bold-red {
    color:#ea5455;
    font-weight:bold;
}

.bold-gray {
    color:#82868b;
    font-weight:bold;
}