.alert-bar {
	background-color: #023465;
	padding: 15px 0;
}
.alert-bar p {
    text-align: center;
    color: #fff;
    margin: 0;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    font-family: inherit;
}
.alert-bar p a {
    color: #fff;
    text-decoration: underline;
}

