
body { position: relative; }

#hr-toast {
  -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.51);
  -moz-box-shadow: 0 0 12px rgba(255, 255, 255, 0.51);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.51);
  background: none repeat scroll 0 0 rgba(67, 74, 83, 0.9);
  border-radius: 25px;
  bottom: 150px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  left: 0;
  line-height: 22px;
  margin: auto;
  max-width: 300px;
  min-width: 100px;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  width: 90%;
  z-index: 2000;
}
