body .ddp-tab-section div.sectionSaved {
    display: block !important;
    text-align: center !important;
    max-width: 550px;
    margin: 40px auto;
    line-height: 155%;
}

body .ddp-tab-section div.sectionSaved p {
    font-size: 16px;
    margin: 0 !important;
    padding: 0 !important;
}

body .ddp-tab-section a.ddp_reload:hover,
body .ddp-tab-section a.ddp_reload:focus,
body .ddp-tab-section a.ddp_reload:active,
body .ddp-tab-section a.ddp_close:hover,
body .ddp-tab-section a.ddp_close:focus,
body .ddp-tab-section a.ddp_close:active {
    background: #76F546;
    box-shadow: none;
}

body .ddp-tab-section a.ddp_reload,
body .ddp-tab-section a.ddp_close {
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    color: #FFF;
    text-shadow:  none;
        height: 40px;
    line-height: 40px;
    cursor: pointer;
        background-color: #00C0FF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 20px;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

body .ddp-tab-section a.ddp_reload,
body .ddp-tab-section a.ddp_close {
    border-bottom: none !important;
    text-align: center;
    margin: 12px auto;
    display: block;
    max-width: 270px;
}

body .ddp-tab-section a.ddp_reload {
    max-width: 320px;
}

/* previews */

img.ddp_preview {
    max-width: 100%;
}

div.et-fb-settings-options-tab-modules_library ul li.with-image {
    padding:  0 !important;
    max-height: none !important;
    margin-bottom: -10px !important;
}

div.et-fb-settings-options-tab-modules_library ul li.with-image:hover {
	   max-height: none !important;
}


div.et-fb-settings-options-tab-modules_library ul li.with-image img.ddp_preview:not(:nth-child(2)) {
	display: none !important;
}

div.et-fb-settings-options-tab-modules_library ul li.with-image span.et_module_title{       text-align: center;
    display: block;}

body div.et-fb-settings-options-tab-modules_library ul li {
	width: 30% !important;
    margin: 0 2% 2% 0 !important;
    max-height: none !important;
    white-space: inherit !important;
    padding: 0 !important;
}

@media only screen and (max-width: 1200px) {
body div.et-fb-settings-options-tab-modules_library ul li {
	width: 48% !important;
    margin: 0 2% 3% 0 !important;
}
}


@media only screen and (max-width: 500px) {
body div.et-fb-settings-options-tab-modules_library ul li {
	width: 100% !important;
    margin: 0 0 3% 0 !important;
}
}