.wppn-wrapper {
	width: 100%; 
	left: 0; 
	top: 0; 
	background: #258dc8; /* Old browsers */
background: -moz-linear-gradient(top, #258dc8 0%, #258dc8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#258dc8), color-stop(100%,#258dc8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #258dc8 0%,#258dc8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #258dc8 0%,#258dc8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #258dc8 0%,#258dc8 100%); /* IE10+ */
background: linear-gradient(to bottom, #258dc8 0%,#258dc8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
	color: #fff; 
	font-size: 13px; 
	font-weight: 700; 
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35); 
	z-index: 99999; 
	border-bottom: 1px solid #999;
	font-family: sans-serif;

	
}
.wppn-container {
	display: table;
	width: 940px;
	margin: 0 auto;
	padding: 5px 0;
	}
.wppn-btn {
	padding: 2px 7px;
	vertical-align: baseline;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	line-height: normal;
	white-space: nowrap;
	font-family: inherit;
	font-size: 100%;
	color: #444;
	color: rgba(0, 0, 0, 0.8);
	border: 1px solid #999;
	border: 0 rgba(0, 0, 0, 0);
	background-color: #E6E6E6;
	text-decoration: none;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset,0 0 6px rgba(0, 0, 0, 0.2) inset;
	
}
.wppn-btn:hover{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0, 0, 0, 0)),color-stop(40%,rgba(0, 0, 0, 0.05)),to(rgba(0, 0, 0, 0.1)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.05) 40%,rgba(0, 0, 0, 0.1));
	background-image: -moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));
	background-image: -o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
	background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.05) 40%,rgba(0, 0, 0, 0.1));
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset,0 0 6px rgba(0, 0, 0, 0.2) inset;
}
.wppn-cookie-text {
	display: table-cell;
	text-align: left;
	padding-left: 10px;
}
.wppn-read-more {
	display: table-cell;
	text-align: right;
	padding-right: 10px;
}
.wppn-wrapper a, .wppn-wrapper a:hover { 
	color: #fff; text-decoration: none; 
}
.wppn-wrapper a:hover { 
	text-decoration: underline; 
}
@media (min-width: 1200px) {
	.wppn-container {
	width: 1170px;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	.wppn-container {
	width: 724px;
	}
}

@media (max-width: 767px) {
	.wppn-wrapper { 
		position: relative; 
		float: left; 
	}
	.wppn-container {
		width: auto;
	}
}