.notifyjs-corner, 
.notifyjs-container { 
    margin: 0px !important;
}

.notifyjs-sltec-base {
    position: relative;
    min-height: 52px;
    color:#444;
    max-width: 200px;
    border-radius: 16px 0 0 16px;
    width: 225px;
}

.notifyjs-sltec-base .image {
    display: table;
    position: absolute;
    height: auto;
    width: auto;
    left: 25px;
    top: 50%;

    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notifyjs-sltec-base .text-wrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 10px 10px 10px 52px;
    clear: both;
    font-family: 'Segoe UI';
}

.notifyjs-sltec-base .title {
    font-size: 15px;
    font-weight: bold;
}

.notifyjs-sltec-base .text {
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

.notifyjs-sltec-base .buttons {
    margin-left: 52px;
    margin-bottom: 5px;
}

.notifyjs-sltec-close-btn {
    cursor: pointer;
    float: right;
    right: 0;
    position: absolute;
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-align: center;
    height: 24px;
    width: 24px;
    font-size: 16px;
    font-weight: 800;
    z-index: 999999;
    border-radius: 24px;
}


.notifyjs-sltec-close-btn:hover {
    background: #c00;
}