div.t-element {
    position: fixed;
    border-radius: 2px;
    width: auto;
    clear: both;
    background-color: #212121;
    padding: 8px 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5em;
    align-items: center;
    justify-content: space-between;
    display: initial;
    display: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /*
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    z-index:10000000 !important;
}


div.t-element.bottom-right {
    bottom: 40px;
    right: 40px;
}

div.t-element.middle-center {
    left:50%;
    bottom: 50%;
}

div.t-element.bottom-left {
    bottom: 40px;
    left: 40px;
}


div.t-element.error {
    background: #B71C1C !important;
}

div.t-element.log {
    background: #212121 !important;
}

div.t-element.warn {
    background: #F4511E !important;
}

div.t-element.notify {
    background: #0288D1 !important;
}

div.t-element.success {
    background: #33691E !important;
}
