.notifyjs-warning-step-error .title,
.notifyjs-warning-step-error .body,
.notifyjs-info-step-base .title,
.notifyjs-info-step-base .body {
    font-size: 0.75rem;
}

.notifyjs-warning-step-error,
.notifyjs-info-step {
    width: 50rem;
}

.notifyjs-warning-step-error .title,
.notifyjs-info-step .title {
    font-weight: bolder;
}

.notifyjs-container {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

.notifyjs-info-step,
.notifyjs-warning-step-error {
    border-radius: 3px;
}

.notifyjs-info-step-base {
    border: 1px solid #E8EAEE;
    width: 15rem;
}

.notifyjs-info-step-base .body {
    font-weight: bolder;
}

.link-notify {
    text-decoration: underline !important;
    cursor: pointer;
    font-weight: bolder !important;
    color: #003399 !important;
}