html, body {
	font-size: 12px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3{
	font-size: 1.35em;
	font-weight: 600;
}
h4{
	font-size: 1.15em;
	font-weight: 600;
}

table.table-customer-privacy tbody > tr > td{
	vertical-align: top !important;
	border-width: 1px;
}
table.table-customer-privacy tbody > tr > td + td{
	border-left: 0px;
}
table.table-customer-privacy tbody > tr + tr > td{
	border-top: 0px;
}
table.table-customer-privacy tbody > tr > td:nth-child(3){
	width: 50%;
}
table.table-customer-privacy tbody > tr > td > p:first-child{
	margin-top: 0px;
}
table.table-customer-privacy tbody > tr > td > p:last-child{
	margin-bottom: 0px;
}