.noti-notification {
    padding: 0 0 0 30px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    position: relative;
    min-width: 100px;
    min-height: 50px;
    margin: 5px 5px 0 5px;
}
.noti-notification > div {
    margin: 6px 5px 5px 0;
}
.noti-close-btn {
    text-decoration: none;
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
}
