#ohsnap {
  position: fixed;
  top: 30px;
  right:45%;
  z-index:99999;
}

.alert {
  text-align: right;
  margin-top: 10px;
  padding: 17px 15px;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.25);
  border-radius: 4px;
  float: right;
  clear: right;
  background-color: white;
  font: 14px/18px 'HelveticaNeue', Arial;
}

.alert-red {
  color: white;
  background-color: #DA4453;
}
.alert-green {
  color: white;
  background-color: #37BC9B;
}
.alert-blue {
  color: white;
  background-color: #4A89DC;
}
.alert-yellow {
  color: white;
  background-color: #F6BB42;
}
.alert-orange {
  color:white;
  background-color: #E9573F;
}

#ohsnap { text-shadow: none; }