.notifyjs-metro-base {
	position: relative;
    min-height: 52px; width: 250px;
    color:#444;
}

    .notifyjs-metro-base .image {
        display: block;
        position: absolute;
        height: 50px;
        width: 50px;
        left: 15px;
        top: 15px;
    }

    .notifyjs-metro-info .image:before{content: "\ef4f"; color: #fff;}
    .notifyjs-metro-error .image:before{content: "\ef16"; color: #fff;}
    .notifyjs-metro-success .image:before{content: "\eed9"; color: #fff;}

    .notifyjs-metro-base .text-wrapper {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin: 15px 15px 15px 52px;
        clear: both;
    }

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

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