.ipc-template-overlay {z-index:10000000 !important;}
#sgpb-popup-dialog-main-div-wrapper .sg-animated {z-index:100000000 !important;}

.ipc-template-popup h3 {
	font-weight:bold;
}
.ipc-template-popup p a:not(.small-button) {text-decoration: underline;}

.ipc-template-popup .small-button {
    color: #fff!important;
    text-shadow: none;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    font-weight: 400!important;
    border-radius: 5px;
}
.ipc-template-popup .small-button.smallgreen{
    background: #00C851!important;
    border: 1px solid #00C851;
}
.ipc-template-popup .small-button.smallred {
    background: #ff4444!important;
    border: 1px solid #ff4444;
}
.ipc-template-popup .small-button.smallorange{
    background: #FF5C01!important;
    border: 1px solid #FF5C01;
}
.ipc-template-popup .small-button.smallblue{
    background: #0094d8!important;
    border: 1px solid #0094d8;
}
