.logo a {
	background-image: url(../img/logo.png);
	position: fixed;
	width: 170px;
	height: 170px;
	/*top: -25px;*/
	background-size: 66%;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.fixed-header .logo a {
	top: -35px;
	background-size: 40%;
}

.header.cloned {
    background: #1d305b;
}
.ce_headline_extended h3.background-text {
     opacity: 0.07;
}

.table {
	width: 100%;
	margin: 10px 0 25px 0;
	border-collapse: collapse;
	border-spacing: 0;	
}
.table td {
	padding: 5px;
	border: 1px solid #cacaca;
	vertical-align: top;
}


@media only screen and (max-width: 767px) {
	.table.privacy tr {
		border-bottom: 1px solid #cacaca;
	}
	.table.privacy tr td, .table.privacy tr td strong {
		display: block;
		border: 0 solid;
	}
}

.widget-explanation {
	margin-bottom: 0 !important;
}
.privacy.widget-checkbox fieldset {
	border: 0;
	padding: 0;
}

.widget-explanation a {
	color: #5886c4;
}
