/*
Theme Name: Pescarini Company
Theme URI: https://www.scuolapescarini.it/
Author: Lucio Benini
Author URI: https://www.resmart.it/
Description: Pescarini's theme
Template: Divi
Version: 1.0
License: Copyright
*/

.wpcf7 .et_pb_newsletter_button_wrap { margin-top: 25px; }
.wpcf7-form .et_pb_contact { margin-bottom: 50px; }
.wpcf7-form .et_pb_contact .et_pb_contact_submit:after { content: none; }
.wpcf7-form .et_pb_contact .et_pb_contact_submit, .wpcf7-form .et_pb_contact .et_pb_contact_submit:hover { padding: .3em 1em; }
.wpcf7-form .et_pb_contact p input[type=checkbox] { width: 25px; height: 25px; display: inline-block; }
.et_section_regular h1, .et_section_regular h2, .et_section_regular h3, .et_section_regular h4 { margin: 18px auto; }

.table_block table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.table_block table tbody {
	display:block;
	width: 100%;
	overflow: auto;
	max-height: 560px;
}
.table_block table thead tr { display: block; }
.table_block table th, .table_block table td {
	padding: 4px;
	text-align: left;
	width: 200px;
}
.table_block table tr:nth-child(even) { background: #eee; }
.table_block table tr:nth-child(odd) { background: #fff; }