.cookiesUp {
	position: fixed;
	display: none;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px;
	color: #fff;
	background: rgba(0,0,0,0.7);
	text-align: center;
	z-index: 1000;
}

.cku-yes, 
.cku-no {
	margin-left: 5px;
    padding: 5px 20px;
	background: #37859B;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    cursor: pointer;
}
.cku-no {
	background: #424071;
}

.cku-yes:hover {
	background: #309CBA;
    box-shadow: inset -10px -10px 20px #37859B;
}
.cku-no:hover {
	background: #5451A0;
    box-shadow: inset -10px -10px 20px #424071;
}

.cku-label {
	margin: 10px 20px 10px 0;
	display: inline-block;
}
