#offer-notification {
	padding: 10px;
	text-align: center;
}
#offer-notification .notif-block {
	padding: 5px;
	background: #ece429;
	border-radius: 5px;
	border: solid 5px #d5661d;
	border-style: dashed;
}
#offer-notification .notif-top {
	font-weight: bold;
	font-size: 1.2em;
}
#offer-notification .notif-bot a {
	color: #4f54a3;
}