﻿/* TOASTER STYLING */
.toast img {
    height: 1.5em;
    margin-right: 0.2em;
}

.toast {
    position: fixed;
    top: 7em;
    right: 50%;
    transform: translate(50%, 0);
    z-index: 11;
}
