.herbyCookieConsent .herbyBtn{
	float:right;font-size:1em;
	text-decoration:none;
	border-bottom:1px solid #b0b0b0;
	border-top:none;
	border-left:none;
	border-right:none;
	text-align:center;
	padding:10px 8px 9px 8px;
	cursor:pointer;
	cursor:hand;
	line-height:21px !important;
	position:relative;
	border-radius:5px;
	border-bottom-width:3px;
	overflow:hidden;
	display:inline-block;
	word-wrap:break-word;
	background-color:#15B8D2;
	color:#fff;
	border-color:#15B8D2;
	font-size:20px;
	padding-left:10px;
	padding-right:10px;
	width:auto;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	vertical-align:middle;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	tap-highlight-color:rgba(255,255,255,0)
	}
.herbyCookieConsent .herbyBtn:hover{
	background-color:#b2e9f2;
	border-color:#b2e9f2;
	color:#fff;
	text-decoration:none;
	outline:none
}
.herbyCookieConsent .herbyBtn:focus{
	text-decoration:none;
	outline:none
}
.herbyCookieConsent .herbyBtn:active{
	background-color:#b2e9f2;
	border-color:#b2e9f2;
	color:#fff;
	padding-top:13px;
	padding-bottom:6px
}
@media all and (max-width:1000px){
	.herbyCookieConsent p {
		width:66%;
		font-size:.8em
		}
	.herbyCookieConsent .herbyBtn{
		padding:9px 8px 8px 8px
		}
	.herbyCookieConsent .herbyBtn:active{
		padding-top:12px;
		padding-bottom:5px
		}
}
@media all and (max-width:500px){
	.herbyCookieConsent{
		text-align:center
	}
	.herbyCookieConsent p{
		width:100%;
		float:none;
		text-align:left;
		font-size:.7em
	}
	.herbyCookieConsent .herbyBtn{
		float:none;
		margin-top:10px;
		padding:6px 8px 5px 8px
	}
	.herbyCookieConsent .herbyBtn:active{
		padding-top:9px;
		padding-bottom:2px
		}
}