#shutdown-message-banner {
    width: 100%;
    background-color: #0b3d91;
    padding: 1.5px;
    box-shadow: 0px 2px 1px #f1f1f1;
}

#shutdown-message-banner h5 {
    color: white;
	font-family: Arial;
    text-align: center;
    padding: 12px 0 8px 0;
    /* font-style: italic; */
    font-size: 1.2em;
}
