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

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

.notifyjs-sltec-base.expand {
    width: 100%;
    max-width: 100%;    
}
.notifyjs-sltec-base .notifyjs-sltec-header {
    font-size: 1.4em;
    line-height: 1;
    display: inline-block;
    margin: 3px 10px 0px;
    padding: 0px;
    width: calc( 100% - 56px );    
}

.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 img{
    display: none;
}*/

.notifyjs-sltec-base.expand .text-wrapper{
    overflow-y: scroll;
}

/*.notifyjs-sltec-base.expand .text-wrapper img{
    display: block;
}*/

.notifyjs-sltec-base .text-wrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    /**margin: 10px 10px 10px 52px;*/
    margin: 10px;
    clear: both;
    font-family: 'Segoe UI';
    height: 125px;
    width: calc( 100% - 10px );
    overflow-y: hidden;
    overflow-x: hidden;
}

.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, .notifyjs-sltec-base .buttons2 {
    /**margin-left: 52px;*/
    margin-left: 10px;
    margin-bottom: 5px;
}

.notifyjs-sltec-base .image-button {
    cursor: pointer;
}

.notifyjs-sltec-base .buttons .yes,
.notifyjs-sltec-base .buttons .no,
.notifyjs-sltec-base .buttons2 .yes,
.notifyjs-sltec-base .buttons2 .no,
.notifyjs-sltec-base .buttons .expand-notify,
.notifyjs-sltec-base .buttons .compact-notify,
.notifyjs-sltec-base .buttons2 .expand-notify,
.notifyjs-sltec-base .buttons2 .compact-notify {
    height: 32px;
    float: left;
}

.notifyjs-sltec-base .buttons .expand-notify img,
.notifyjs-sltec-base .buttons .compact-notify img,
.notifyjs-sltec-base .buttons2 .expand-notify img,
.notifyjs-sltec-base .buttons2 .compact-notify img{
    height: 100%;
}

.notifyjs-sltec-close-btn {
    cursor: pointer;
    float: right;
    right: 0;
    position: absolute;
    margin: 0px;
    padding: 0px;
    background: #cd0a0a;
    color: #fbe3e4;
    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;
}

.notifyjs-sltec-helper-note{
    font-style: italic;
    font-size: .77em;
    width: 82px;
    float: left;
    padding: 0px 0px 0px 7px;
    line-height: 1em;
}