﻿ .spro-Bottom{
	background: #FEFEFE;
	position: fixed;
	left: 25%;
	right: 0;
	bottom: 0;
	width: 50%;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #E0DFFF;
	-webkit-box-align: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	z-index: 2147483647;
	line-height: 1.4;
	margin: 5px;
	text-align: center;
}

.spro-LeftFooterContent {
	margin: 10px;
}

.spro-Centre {
	position: fixed;
	width: 50%; /* Set your desired with */
	z-index: 2; /* Make sure its above other items. */
	top: 50%;
	left: 50%;
	margin-top: -10%; /* Changes with height. */
	margin-left: -25%; /* Your width divided by 2. */
	/* You will not need the below, its only for styling   purposes. */
	padding: 10px;
	border: 1px solid #555555;
	background-color: white;
	border-radius: 5px;
	text-align: center;
}

.spro-close-button {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	float: right;
	width: 0.75em;
	height: 0.75em;
	position: relative;
	border: none;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	font: normal 3em/normal Arial, Helvetica, sans-serif;
	color: #555555;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #555555;
	left: 15px;
	bottom: 15px;
}

.spro-close-button::before {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 0.45em;
	height: 0.1em;
	position: absolute;
	content: "";
	top: 0.33em;
	left: 0.155em;
	border: none;
	font: normal 100%/normal Arial, Helvetica, sans-serif;
	color: rgba(0,0,0,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #ffffff;
	text-shadow: none;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.spro-close-button::after {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 0.45em;
	height: 0.1em;
	position: absolute;
	content: "";
	top: 0.33em;
	left: 0.155em;
	border: none;
	font: normal 100%/normal Arial, Helvetica, sans-serif;
	color: rgba(0,0,0,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #ffffff;
	text-shadow: none;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.spro-Centre .spro-poweredby {
	text-align:right;
	font-size:12px;
	color:#555555;
	padding:0px 0px 0px 0px;
}

.spro-Bottom .spro-poweredby {
	text-align:right;
	font-size:12px;
	color:#555555;
	padding:0px 5px 5px 0px;
}

.spro-poweredby a,spro-poweredby a:hover {
	color:#555555;
	text-decoration:underline;
}

.spro-field {
	font-size:16px;
	padding:10px;
}
.spro-field-wp {
	font-size:16px;
	padding:10px;
	color:#bbbbbb;
	width:250px;
}			
.spro-button {
	width:50px;
	font-size:16px;
	padding:10px;
	cursor:pointer;
}	
.spro-button-wp {
	width:50px;
	font-size:16px;
	padding:10px;
	cursor:pointer;
	color:#aaaaaa;
}

.spro-consent {
	padding:8px;
}			