.cga-cookies-table {
	width:100%;
	background: #f0f0f0;
	min-width:1000px;
}
.cga-cookies-table td,
.cga-cookies-table th {
	padding:10px;
	border: 1px solid #fff;
}
.cga-cookies-table thead th {
	text-transform: uppercase;
	font-weight:bold;
}
.cga-cookies-table-group th {
	font-weight: bold!important;
    background: #0E1F8F;
    color: #fff!important;
    text-align:center;
}
@media (max-width:1000px) {
	.cga-cookies-table-wrapper {
		overflow-x:auto;
	}
}