.gdpr_font {

    font-family: "PT Sans";
}

.gdpr_main_title {

    font-size: 30px;
    font-family: "PT Sans";
    color: #25405a;
}

#gdpr_main_sub_title {

	font-family: 'PT Sans'; 
	color: #25405a; 
	font-size: 15px; 
	background-color: #edeff1; 
	padding: 15px; 
	border: 1px solid white; 
	width: 100%;
}

.gdpr_main_second_title {

	font-family: 'PT Sans'; 
	color: red;
	font-weight: bold;
	font-size: 15px; 
	padding: 15px;
	width: 100%;
}

#gdpr_next_button_1 {

    cursor: hand;
}

#gdpr_display_affected_tables {

	color: #f39c12; 
	font-family: 'PT Sans'; 
	font-size: 18px; 
	text-align: center; 
	width: 30%;
}

.gdpr_main_table {

	font-family: 'PT Sans'; 
	color: #25405a; 
	font-size: 12px; 
	background-color: #edeff1; 
	padding: 15px; 
	border: 1px solid white; 
	width: 100%;
	margin-top: -3px;
}

.gdpr_td {

	font-family: 'PT Sans';
	padding: 8px;
}

.gdpr_th {

	text-align: center;
	padding: 8px;
}

.gdpr_main_table tr:nth-child(even) {
    
    background-color: #dbdbdb;
}

#gdpr_expand_area:hover {

	cursor: pointer;
	color: #f39c12;
}