.oecd-alert {
	max-width: 1300px;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.oecd-alert.system .jive-alert-announcement-label {
	color: #ff0000;
}

.oecd-alert-type {
	padding: 10px;
	position: relative;
	width: 95%;
}

.oecd-alert-content {
	padding: 8px 0 0 22px;
	width: 100%;
	display: inline-block;
}

.oecd-alert-counter {
	position: absolute;
	top: 7px;
	right: 10px;
}

.oecd-alert-counter .j-anncmt-control {
	opacity: .6;
	font-size: 18px;
	position: relative;
	top: 3px;
}

.oecd-alert-counter .j-anncmt-control:hover {
	opacity: 1.0;
}

.oecd-alert-counter-display {
	display: inline-block;
	padding: 0 8px;
}

@media screen and (min-width: 0) {
	.oecd-alert {
		margin: auto auto 20px;
	}
}

@media screen and (max-width: 1340px) {
	.oecd-alert {
		margin: auto 20px 20px;
	}
}

@media only screen and (max-width: 40em) {
	.oecd-alert {
		min-width: 0;
	}
	.oecd-alert-content {
		width: auto;
		padding: 10px 0 0;
	}
	.oecd-alert-content .jive-rendered-content {
		display: inline;
	}
}