.notifyjs-metro-base {
	position: relative;
    min-height: 45px;
    color:#444;
    margin-top: 40px;
    border-top-left-radius:4px 4px;
    border-top-right-radius:4px 4px;
    border-bottom-right-radius:4px 4px;
    border-bottom-left-radius:4px 4px;
}

    .notifyjs-metro-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-metro-base .text-wrapper {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin: 14px 10px 10px 45px;
        clear: both;
    }

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