.margin-top-60{
    margin-top: 60px;
}
#errorMsg, #editErrorMsg {
    display: none;
    padding: 15px;
    background-color: #fbe1e3;
    color: #e74253;
}
.user-action > a {
    position: relative;
    margin: 1vh;
}
.user-action > a.suppress-user {
    color: #e7505a;
}
.user-action > a.suppress-user:hover {
    color: #e12330;
}