.warning-message {
    background: #007CC3;
    border-bottom: 2px solid #FCD157;
    color: #fff;
}
.warning-message p {
    color: #fff;
    text-align: center;
     font-weight: bold;
}

.warning-message a,
.warning-message a:active,
.warning-message a:hover,
.warning-message a:visited {
    color: #fff;
}