﻿div.toastr {
    width: 400px;
    position: fixed;
    right: 5%;
    bottom: 5%;
    display: block;
    border-radius: 10px;
    margin: 0;
    padding-left: 10px;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.25);
    color: white;
}

div.success {
    height: 70px;
    background-color: #41B3A3;
    text-align: center;
    font-weight: bold;
    padding: 2px 0 0 0;
    margin: 0 0 0 0;
}

div.error {
    background-color: #C38D9E;
}
