/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
table.gdpr-compliance-table{
	border-collapse: collapse;
	border-width: 0;
	width: 100%;
}
table.gdpr-compliance-table thead tr{
	background: #CDC;
}
table.gdpr-compliance-table td{
	border: 1px solid rgba(51, 51, 51, 0.1);
	padding: .2em .4em;
}

table.gdpr-compliance-types, table.gdpr-compliance-types tr, table.gdpr-compliance-types td{
	border-width: 0;
}
table.gdpr-compliance-types tbody tr td:nth-child(2){
	padding-left: 0;
	width: 75%;
}
table.gdpr-compliance-type td:first-child{
	width: 75%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	max-width: 0;
}
table.gdpr-compliance-type td:nth-child(2){
	width: 25%!important;
}