.tilesContainer{
	width: 100%;
}

.tileGroup{ 
	display:flex;
	flex-wrap: wrap;
	width:100%;
	padding:0px; 
	margin:0px;
}

.tile{ 
	height:auto; 
	width:auto; 
	flex-grow: 1;
	text-align: center;
	margin: 0px 8px 8px 0px;   /* Apply margin to right and bottom */
	padding:0px 0px 10px 0px;
	background:#e0e0eb;
	transition:500ms;
	text-decoration:none;
	color:black;
}

.tile:hover, .tile:focus{
	background:#99b1ff;
}

.tileContent{
	user-select: none;
	pointer-events: none;
	color: black;
}

.tileTitle{
	font-weight:bold;
	padding: 10px;
}

.tileImage{
	width: 90%;
	max-width: 290px;
	margin: 10px;
}


.cookie_radio{
	cursor: pointer;
	width: 40px;
	min-width: 20px;
	height: 40px;
	margin: 0;
}

.cookie_label{
	margin-bottom: 0;
	padding: 10px 15px 5px;
	cursor: pointer;
}

.cookie_block{
	font-family: "nta",arial,sans-serif;
	display: flex;
	margin-bottom: 12px;
}

.cookie_button{
	width: auto;
	line-height: 1;
	font-family: "nta",arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 40px;
	padding: 8px 10px 7px;
	border: 2px solid transparent;
	border-radius: 0;
	color: #fff;
	background-color: #00703c;
	box-shadow: 0 2px 0 #002d18;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	-webkit-appearance: none;
}

.cookie_table{
	border-collapse: collapse;
    border-spacing: 0;
	display: block;
    margin: 30px 0;
    overflow-x: auto;
    width: 100%;
    font-family: "nta",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    text-align:left;
}

.cookie_table tbody tr{
    line-height:3;
    border: solid grey;
    border-width: 1px 0;
}

.cookie_table td{
	padding-right:50px;
}