
.result-message,
.suggested-heading {
    display: none;
}

.result-message.show,
.suggested-heading.show {
    display: block;
}

.suggested-heading {
    margin-top: 20px;
    font-size: 1.5em;
    color: #333;
}

.shaded {
    background-color: #f3f3f3 !important;
    padding-left: 25px !important;
}

/* Styling for the access-denied message (matches your inline style) */
.agh-access-denied {
    padding: 20px;
    background: #ffe0e0;
    border: 1px solid #ff0000;
    color: #900;
    font-weight: bold;
}