.temporary-message {
background: orange;
color: white;
text-align: center;
padding: 0.6em 0.8em;
font-size: 90%;
}
.temporary-message a {
color: white;
border-color: rgba( 255, 255, 255, 0.4 );
}
.temporary-message a:hover {
border-color: white;
}