
.duplicator-gen-admin-notice {
    position: relative;
}

.duplicator-gen-admin-notice .notice-dismiss {
    text-decoration: none;
}

.dpro-admin-notice {
    background: #fff;
    border-left: 4px solid #ED494D;
    border-top: 4px;
    width: 96%;
    padding: 1px;
    overflow: hidden;
}

.dpro-admin-notice p {
    overflow: hidden;
}

.dpro-admin-notice.dpro-yellow-border {
    border-left-color: #dba617;
}

.dup-updated {
    margin-left: 0;
    background: #fff;
    border-left: 4px solid #fff;
    box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
    margin: 5px 15px 2px;
    padding: 1px 12px;
}

.dup-updated p {
    margin: 0.5em 0;
    padding: 2px;
}

.dup-updated a {
    padding-bottom: 2px;
}

.dup-updated {
    border-left-color: #46b450;
}

.wrap .dup-updated {
    margin: 5px 0 15px;
    margin: 20px 0 10px 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 175%;
}

.dpro-invalid-license {
    text-align:center;
    font-size:16px;
    line-height:22px
}

.dpro-invalid-license h2 {
    font-size: 55px;
    text-shadow: 0px 5px 10px #989894;
    color: red;
    text-transform: uppercase;
}

.dpro-invalid-license p {
    font-size: 1.5em;
}

.dpro-invalid-license small {
    font-size: 0.8rem;
}

