.holidaysmode-message {
    background-color: #d9534f;
    border: 1px solid;
    color:white;
    padding: 0;
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: 0.8rem;
    text-align: center;
    border-radius: 4px;
}
.holidaysmode-message strong, .holidaysmode-message p {
    color: #fff;
    display: inline;
}
.holidaysmode-message a {
    font-weight: bold;
    text-decoration: underline;
}