.toast
{
  z-index: 1051; /* bootstrap.css .modal z-index +1 (navibar = 1030) */
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff; /* prevent default alpha opacity for readability */
  min-width: 350px;
  max-width: 350px;
}