.warning-message {
    background: #2240ee;
    border-bottom: 1px solid #f4f4f4;
    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;
}

#review-button {
    max-width: 170px;
    margin: 0 auto;
}

.event-photos {
    float: right;
    margin: 0 0 5px 15px;
    width: 300px;
}