.help-alert {
    background-color: #e6f3e6;
    border: 1px solid #b6dcb6;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: left;
    color: #538853;
    display: none;
}

.help-alert .question {
    font-weight: bold;
    text-decoration: underline;
}

.help-alert a {
    color: #538853;
    text-decoration: underline;
}