.wpex-alert {
    color: inherit;
    padding: 20px;
}


.wpex-alert {
    position: relative;
    margin: 0 0 20px;
    padding: 20px;
    color: #32373c;
    background: #eeeeee;
    border-width: 0 0 0 4px;
    border-style: solid
}

.wpex-alert p:last-child {
    margin: 0
}

.wpex-alert h4,.wpex-alert__heading {
    color: inherit;
    margin: 0 0 5px;
    font-size: 1.231em;
    font-weight: 600;
    line-height: 1.375;
}

.wpex-alert a:not([class]) {
    color: inherit;
    font-weight: 700;
    text-decoration: underline
}

.wpex-alert-info {
    background-color: #e5f5fa;
    border-color: #00a0d2;
}

.wpex-alert-success {
    background-color: #ecf7ed;
    border-color: #46b450;
}

.wpex-alert-warning {
    background-color: #fff8e5;
    border-color: #ffb900;
}

.wpex-alert-error {
    background-color: #fbeaea;
    border-color: #dc3232;
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}





            .critical,.help,.important,.info,.note,.stop,.tips,.summary,.verify,.warning,div.error {
                border: 1px solid;
                border-radius: 5px;
                margin: 20px 15px;
                padding: 15px 15px 15px 50px;
                background-repeat: no-repeat;
                background-position: 10px 12px;
                font-family: Arial,Helvetica,sans-serif;
                font-size: 13px
            }

            .note {
                color: #53338a;
                background-color: #e2daf1;
                border: 1px solid #b7a3dc;
                background-image: url('https://a-d.site/css/note.png')
            }

            .info {
                color: #00529b;
                background-color: #bde5f8;
                background-image: url('https://a-d.site/css/info.png')
            }

            .important {
                border-color: E39F44;
                color: E39F44;
                background-color: #faebd7;
                background-image: url('https://a-d.site/css/important.png')
            }

            .warning {
                color: #9f6000;
                background-color: #feefb3;
                background-image: url('https://a-d.site/css/warning.png')
            }

            div.error {
                color: #f55d5d;
                border-color: #f55d5d;
                background-color: #ffd7d2;
                background-image: url('https://a-d.site/css/error.png')
            }

            .critical {
                color: #d8000c;
                border-color: #d58f87;
                background-color: #ffbaba;
                background-image: url('https://a-d.site/css/error.png')
            }

            .tips {
                color: #8a6d3b;
                background-color: #ffc;
                border-color: #ecc849;
                background-image: url('https://a-d.site/css/tips.png')
            }

            .summary {
                background-color: #d8fbe8;
                border: 1px solid #b2d3c1;
                background-image: url('https://a-d.site/css/summary.png');
                font-size: 17px;
            }

            .summary h3 {
                padding: 15px 25px
            }

            .summary li {
                font-size: 17px;
            }

            .help {
                border-color: #8ed2ff;
                color: #0048a4;
                background-color: #dcf0f7;
                background-image: url('https://a-d.site/css/help.png')
            }

            .stop {
                background-color: #c59f9f;
                color: #600;
                background-image: url('https://a-d.site/css/stop.png')
            }

            .verify {
                background-color: #d4edda;
                color: #26832e;
                background-image: url('https://a-d.site/css/verify.png')
            }
            
            
            
            







.pdbox {
        font-weight: 600;
        border: 3px solid #3740ff;
        border-radius: 4px;
        color: #3740ff;
        padding: 15px;
        border-left: 8px solid #3740ff
}

.pdnote {
        background-color: #fd7;
        color: #810000;
        border: 3px solid #ff9800;
        padding: 1em
}





.box {
    background-color: #e1f1fd;
    padding: 1em;
    margin-bottom: 1em
}