.alert-message {
    line-height: 20px;
    font-size: 12px;
    padding-bottom: 12px
}

body #test {
    color: #fff
}

.unstyled {
    margin: 0;
    list-style: none
}

.unstyled #test,
.unstyled a {
    width: 120px;
    text-decoration: none;
    padding: .5em 1em;
    background-color: #213347;
    border-radius: 4px;
    display: block;
    margin-bottom: .5em;
    font-size: 15px;
    font-weight: 300
}

.unstyled #test:hover,
.unstyled a:hover {
    background-color: #f25c5d
}

.alert:after,
.alert:before,
.cf:after,
.cf:before {
    display: table;
    content: "";
    line-height: 0
}

.alert:after,
.cf:after {
    clear: both
}

#alerts {
    width: 350px;
    top: 12px;
    right: 30px;
    position: fixed;
    z-index: 99999999;
    list-style: none
}

.alert {
    width: 80%;
    margin-bottom: 12px;
    position: relative;
    border-left: 4px solid;
    right: -80px;
    line-height: 1;
    padding: 0;
     transition: right .1s, opacity .1s, line-height .1s .1s, padding .1s .1s; 
    display: table;
    margin-top: 6px;
    /* z-index: 9; */
}

.alert:hover {
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3)
}

.open {
    right: 0;
    opacity: 1;
    line-height: 2;
    padding: 3px 15px;
    transition: line-height 0.1s, padding 0.1s, right 0.1s 0.1s, opacity 0.1s 0.1s;

}

.alert-title {
    font-weight: 700
}

.alert-block {
    width: 80%;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    text-align: left
}

.alert-block em,
.alert-block small {
    font-size: .75em;
    opacity: .75;
    display: block
}

.alert i {
    font-size: 2em;
    width: 1.5em;
    max-height: 48px;
    top: 50%;
    margin-top: -12px;
    display: none;
    vertical-align: middle
}

.alert-success {
    color: #2c3a13;
    border-color: #539753;
    background-color: #b8df6e
}

.alert-error,
.alert-trash {
    color: #fff;
    border-color: #dc4a4d;
    background-color: #f25c5d
}

.alert-info {
    color: #fff;
    border-color: #076d91;
    background-color: #3397db
}

.alert-warning {
    color: #fff;
    border-color: #dd6137;
    background-color: #f7931d
}