.CookieDeclarationType {
    border: 0px;
}

.CookieDeclarationTableCell {
		border-bottom: 1px solid white;
}

table tbody tr:hover>td {
		background-color: #0729a4;
}

table tbody>tr:nth-child(odd)>td {
		background-color: #0729a4;
}