.sc-privacy-overlay {
    z-index: 999998;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
}

.sc-cookie-modal {
  position: absolute;
   top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	background: #FFF;
	width: 60%;
	border-radius: 5px;
	text-align: left;
	font-size: 16px;
	z-index: 999999;
	max-width: 600px;
	padding:20px;
}

.sc-cookie-modal .message{
	padding-bottom:25px;
}

.sc-cookie-modal .controls{
	text-align:center;
}

.sc-cookie-modal .controls button {
    background: #239de8;
    color: #FFFFFF;
	border: 0;
	padding:5px 20px;
    -webkit-appearance: none;
	font-size:80%;
}

.sc-cookie-modal a, .sc-cookie-modal a:link, .sc-cookie-modal a:visited, .sc-cookie-modal a:hover {
    outline: none;
    text-decoration: none;
    color: #239de8;
}