.cookie.side.right{ right: 0; }
.cookie.side.left{ left: 0; }
.cookie.top, .cookie.bottom { width:100%; padding: 12px;  }
.cookie.top { top: 0;  }
.cookie.bottom { bottom: 0; }
.cookie.side {
	padding: 10px 15px 10px 15px;
    top: 50%;
    width: 170px;
    text-align: center;
}	
.cookie {
	display: block;
	position: fixed; 
	overflow: hidden; 
	font-size: 16px; 
	vertical-align: middle; 
	z-index: 9001
}	

.cc_got_it.top, .cc_got_it.bottom, .cc_reject_it.top, .cc_reject_it.bottom{ min-width: 100px; margin-right: 50px; float: right }
.cc_got_it.side, .cc_reject_it.side{ width: 100%; margin-top: 10px;}

.cc_got_it, .cc_reject_it{
	display: block; 
	box-sizing: border-box;
	padding: .4em .8em; 
	font-size: 15px; 
	font-weight: 700; 
	border-width: 2px; 
	border-style: solid; 
	text-align: center; 
	cursor: pointer; 
	text-decoration: none; 
	white-space: nowrap; 
	border-color: transparent; 
}

.cc-message.top, .cc-message.bottom { float: left; }
.cc-message{ font-family: Arial, sans-serif; font-size: 15px; padding: .4em .8em}

.cc-compliance.top, .cc-compliance.bottom{ float: right; }
.cc-compliance.side{ margin-top: 20px; }
.cc-compliance{
	font-family: Arial, sans-serif; 
	font-size: 15px; 
	align-items: center; 
	align-content: space-between; 
	box-sizing: border-box; 
}
