/* Shadows (from mdl http://www.getmdl.io/) */
.toast-container > div
{
    opacity: .9;
    border: none;
    border-radius: .15rem;
    box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, .11); 

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
}

.toast-top-full-width > div,
.toast-bottom-full-width > div
{
    max-width: 100%;
}

.toast
{
    background-color: #f49c13;
}

.toast-success
{
    background-color: #189b66;
}

.toast-error
{
    background-color: #c03a2a;
}

.toast-info
{
    background-color: #2980ba;
}

.toast-warning
{
    background-color: #f49c13;
}
