/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.et_pb_section {
	padding: 1em 0;
}
.instructions .et_pb_row:nth-child(even) {
	background:#f5f5f5;
	color:#050505;
	border-left:1px solid #dee3e7;
	border-right:1px solid #dee3e7;
}
.instructions .et_pb_row:nth-child(odd) {
	border:1px solid #dee3e7;
}
.instructions .et_pb_row:last-child {
	border-bottom:1px solid #dee3e7;
}
.instructions .et_pb_module {
	padding:0 1em;
}
.instructions p {
	font-size:1em;
}

/* Code panels */
.hljs {
	border:1px solid #dee3e7;
	background:#fff !important;
}
