/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       LingMarco
 Author URI:   https://lingmarco.es/
 Template:     Divi
 Version:      4.22.2
 Tags:         divi, child-themes
 Text Domain:  divi-child
*/
@import url("../divi/style.css");

/* =Aquí empieza la personalización de tu tema */

/* Módulos LM */

.error {
	border: solid red;
    margin-right: 2em;
    padding: 0em 1em;
    text-align: center;
}
#damaged_modules_list ul {
	border: solid blue;
    margin-right: 2em;
    padding: 0em 1em;
    text-align: center;
}
.damaged_module_entry {
	border: solid blue;
    margin-right: 2em;
    padding: 0em 1em;
    text-align: center;
}