#announcement {
	text-align: center;
	border-bottom: 1px solid black;
	max-width: 100%;
	padding: 1.5em 2em;
	font-size: 20px;
}

#announcement.theme_blue {
	background:#263d90;
}

#announcement.theme_green {
	background:#15cfa5;
}

#announcement.theme_blue, #announcement.theme_blue p {
	color: white;
}

#announcement.theme_grey {
	background: #ccc;
}

#announcement .dismiss {
	font-size:12px;
	text-decoration:underline;
}

#announcement.theme_blue .dismiss {
	color: #ddd;
}