﻿html, body {
    font-family: Verdana;
    font-size: 14px;
    margin: 0;
}

#toast-container > div {
    opacity: 1;
}

    #toast-container > div > div.toast-message {
        font-size: 13px;
    }