#politicsWarning {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 100;
}
#politicsText {
	background-color: #4ec778;
}
#politicsText {
	box-shadow: 0 0 10px #fff;
	border-radius: 10px;
	padding: 10px 10px 0 10px;
	color: #fff;
	font-size: 13px;
	width: 610px;
}
#politicsText div {
	margin-top: 5px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 10px;
}
#politicsWarningClose {
	text-decoration: none;
	color: #525252;
	border-bottom: 1px dashed #525252;
	font-size: 18px;
}