@charset "utf-8";
/* CSS Document */
.privacy-prompt {
	width: 600px;
	padding: 20px;
	position: fixed;
	background: #fff;
	z-index: 999999;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	border-radius: 5px;
	left: 10px;
	bottom: 10px;
}

	.privacy-prompt .text {
		font-size: 16px;
		line-height: 1.6em;
		margin-bottom: 10px;
		color: #333;
		text-align: center;
		margin-top: 10px;
	}

		.privacy-prompt .text a {
			text-decoration: underline;
			color: #333;
		}

	.privacy-prompt .agree-btn {
		background: #f1f1f1;
		color: #333;
		padding: 6px 20px;
		border-radius: 4px;
		font-size: 14px;
	}

	.privacy-prompt #reject-btn {
		background: #333;
		color: #FFF;
	}

	.privacy-prompt .agree-btn:hover {
		opacity: 0.7;
	}

.agree-btns {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
}

.privacy-close {
	text-align: right;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 16px;
	cursor: pointer;
	color: #333;
}



@media(max-width:640px) {
	.privacy-prompt {
		width: 80%;
	}
}

.sep-primary-b-2 {
	width: 100%;
	float: left;
}

.sep-primary-b-3 {
	width: 100%;
	float: left;
}
