#dc_alerts_wrapper {
	padding: 25px 1.5%;
	position: absolute;
	top: 0;
	width: 97%;
	max-width: 100%;
	z-index: 9999999;
}
a#dc_alerts_dismiss {
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
	line-height: 1;
	background-color: #716969;
	box-shadow: none;
	transition: all .4s;
}
a#dc_alerts_dismiss:hover, a#dc_alerts_dismiss:focus {
	color: #716969;
	background-color: #fff;
	box-shadow: inset 3px -3px 3px -3px rgba(0,0,0,.6);
	transition: all .4s;
}
@media screen and (min-width: 760px) {
	#dc_alerts_wrapper {
		width: 84%;
		padding: 25px 8%;
	}
}