﻿
#toast {
    margin-right: 20px;
    padding: 0;
    z-index: 99999;
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 385px;
    height: 90px;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0 2px 11px 0 rgba(1,1,1,.3);
    box-shadow: 0 2px 11px 0 rgba(1,1,1,.3);
}

#toast-icon {
    height: 90px;
    width: 90px;
    float: left;
}

#toast-content {
    padding-top: 10px;
    padding-left: 105px;
    padding-right: 15px;
    padding-bottom: 10px;
    line-height: normal;
    text-align: left;
    font-size: 14px;
}

    #toast-content p {
        margin: 0;
        margin-bottom: .5em;
        -webkit-margin-before: 0em;
        -webkit-margin-after: .5em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }

    #toast-content a {
        color: #cc0000;
    }

#toast-title {
    font-weight: bold;
}
