/*
 Theme Name: Asuni Divi Child
 Description: Asuni Divi Child
 Author: Fran Montero
 Author URI: https://www.asuni.com
 Template: Divi
 Version: 1.0.3.10
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


div.et_pb_section {
    padding-top: 10px !important;
}

@media screen and (min-width: 768px) {
	table.tb-responsive th.desktop, td.desktop, th.tablet, td.tablet {
		display: table-cell;
	}
	table.tb-responsive th.mobile, td.mobile {
		display: none;
	}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	table.tb-responsive th.desktop, td.desktop, th.mobile, td.mobile {
		display: none;
	}
	table.tb-responsive th.tablet, td.tablet {
		display: table-cell;
	}
}

@media screen and (max-width: 480px) {
	table.tb-responsive th.tablet, td.tablet, th.desktop, td.desktop {
		display: none;
	}
	table.tb-responsive th.mobile, td.mobile {
		display: table-cell;
	}
}

table.nb, tr.nb, td.nb {
	border: 0;
}