.showhide {
	display:none;
	margin-left: 1.5em;
	margin-top: 1.5em;
	margin-right: 1.5em;
}
.embolded {
	font-weight: bold;
	margin: 0.6471em 0;
	margin-left: 1.5em;
	display:block;
}

.gdprNotice {
    background: rgba(0,0,0,0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 99999999;
    display: none;
}
.gdprNotice .content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.gdprNotice .content .text {
    width: 100%;
    vertical-align: middle;
    padding: 10px 20px;
}
.gdprNotice .content .buttons {
    width: 100%;
    vertical-align: middle;
	padding-bottom:20px;
}
.gdprNotice .content .buttons>a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
	background:#009900;
}
.gdprNotice .content .buttons>a.later {
    color: #fff;
	background:#AA0000;
}