/* Show it is fixed to the top */
body {
  min-height: 75rem;
  /*padding-top: 4.5rem;*/
padding-top: 70px;
}
#toastPlacement{
	padding-top: 4.5rem;
	padding-right: 1rem;
}
