h3 {
	font-weight: 300;
}

#cookie_accept_cont {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 300px;
	height: auto;
	z-index: 30000;
}
@media screen and (min-width : 992px) {
	#cookie_accept_cont { bottom: 30px; right: 30px; width: 340px; }
}

	.cookie_accept_cont_body {
		position: relative;
		top: 0px;
		left: 0px;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		padding-top: 15px;
		height: 250px;
		
		background: #454c4f;
		color: #fff;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
	}
	@media screen and (min-width : 480px) {
		.cookie_accept_cont_body { height: auto; }
	}
	
	.cookie_accept_cont_body a {
		color: var(--third_color);
	}
		
		.cookie_accept_close_box {
			font-size: 28px;
			text-align: end;
			padding-bottom: 10px;
		}
			.cookie_accept_close {
				display: inline-block;
				cursor: pointer;
			}
		
		
		.cookie_accept_box {
			width: 280px;
			margin: auto;
		}
		@media screen and (min-width : 480px) {
			.cookie_accept_box { width: auto; }
		}
		
		#cookie_accept_cont .font_reduced_80 {
			font-size: 0.8em;
		}
	
		#cookie_policy_aye, #cookie_policy_nay {
			display: inline-block;
			width: 110px;
			margin: 15px auto 0 auto;
		}
		
		#cookie_policy_aye {
			margin-left: 30px;
		}
	