#cookie-notice {
	left: 0px; height: auto; text-align: center; line-height: 20px; font-size: 13px; display: none; position: fixed; z-index: 100000; min-width: 100%;
}
.cookie-notice-container {
	padding: 10px;
}
.cn-top {
	top: 0px;
}
.cn-bottom {
	bottom: 0px;
}
#cookie-notice .button {
	margin-left: 10px;
}
#cookie-notice .button.wp-default {
	background: linear-gradient(rgb(254, 254, 254), rgb(244, 244, 244)) 0px 0px rgb(243, 243, 243); padding: 2px 12px; border-radius: 3px; border: 1px solid rgb(187, 187, 187); color: rgb(51, 51, 51); line-height: 18px; font-family: sans-serif; font-size: 12px; font-style: normal; text-decoration: none; display: inline-block; white-space: nowrap; cursor: pointer; text-shadow: 0px 1px 0px #fff; -moz-box-sizing: border-box;
}
#cookie-notice .button.wp-default:hover {
	background: linear-gradient(rgb(255, 255, 255), rgb(243, 243, 243)) 0px 0px rgb(243, 243, 243); border-color: rgb(153, 153, 153); color: rgb(34, 34, 34);
}
#cookie-notice .button.wp-default:focus {
	background: linear-gradient(rgb(255, 255, 255), rgb(243, 243, 243)) 0px 0px rgb(243, 243, 243); border-color: rgb(153, 153, 153); color: rgb(34, 34, 34);
}
#cookie-notice .button.bootstrap {
	border-width: 1px; border-style: solid; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); padding: 2px 10px; border-radius: 3px; text-align: center; color: rgb(255, 255, 255); line-height: 20px; font-family: sans-serif; font-size: 12px; font-style: normal; text-decoration: none; margin-right: 0.3em; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 68, 204)); background-repeat: repeat-x; background-color: rgb(0, 109, 204); -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#cookie-notice .button.bootstrap:hover {
	background-position: 0px -15px; transition:background-position 0.1s linear; color: rgb(255, 255, 255); background-color: rgb(0, 68, 204); -moz-transition: background-position 0.1s linear; -webkit-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear;
}
#cookie-notice .button.bootstrap:focus {
	background-position: 0px -15px; transition:background-position 0.1s linear; color: rgb(255, 255, 255); background-color: rgb(0, 68, 204); -moz-transition: background-position 0.1s linear; -webkit-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear;
}
