#toast-container>.toast {
    background-image: none !important;
}

#toast-container>.toast:before {
    font-family: qfont;
    position: absolute;
    font-size: 28px;
    line-height: 40px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    left: 20px;
    top: 10px;
}

@media (max-width: 480px) {
    #toast-container>.toast:before {
        left: 11px;
        top: 9px;
    }
}

#toast-container>div {
    padding: 15px 15px 15px 70px;
}

#toast-container>.toast-warning:before {
    content: "\52";
}

#toast-container>.toast-error:before {
    content: "\52";
}

#toast-container>.toast-info:before {
    content: "\e0e5";
}

#toast-container>.toast-success:before {
    content: "\78";
}

.toast-battery {
    background-color: #F89406;
}

#toast-container>.toast-battery:before {
    content: "\e0e0";
}