.spacer {
	height: 55px;
}

ul.indent a {
	text-decoration: none;
	color: #333;
}

ul.indent a:hover {
	text-decoration: underline;	
}

.fas {
	font-size: 70px;
}

.figure{
	font-size: 30px;
	text-align: center;
}

.overview {
	margin-top: 25px;
}

.cookies-overview {
	margin-top: -140px !important;
}

@media only screen and (max-width: 1068px) {
.cookies-overview {
	margin-top: -110px !important;
}
}


@media all and (max-width:580px){
    table{
        width:100%;
		margin-left:auto; 
		margin-right:auto;
    }

    td{
        display: block;
        width:100%;
		white-space: nowrap;
    }

	td:first-child {
	border-bottom:none !important;
	}

	td:nth-child(2) {
	border:none !important;
	}	
	td:last-child {
	border-top:none !important;
	}
    tr{
       display: block;
        margin-bottom:20px;
		border:none !important;
		width:300% !important;
    }

    tr tr{
        margin-bottom:0;
    }
}