/*
FomenticUI toasts are somehow offset to outside their container.
This fixes it.
*/
.toast {
    bottom: 0;
    right: 0;
}
