/* Oh Snap */

#ohsnap {
  position: fixed;
  bottom: 100px;
  right:5px;
  margin-left: 5px;
  z-index:99;
  cursor:pointer;
}

.alertnew {
  text-align: right;
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #eed3d7;
  border-radius: 0px 20px 0px 20px;
  float: right;
  clear: right;
  background-color: white;
  font-size:16px;
  line-height: 10px;
}
.alertnew p{
	margin: 0 0 0px;	
}
.alertnew-red {
  color: white;
  background-color: #DA4453;
}
.alertnew-green {
  color: white;
  background-color: #37BC9B;
}
.alertnew-blue {
  color: white;
  background-color: #4A89DC;
}
.alertnew-yellow {
  color: white;
  background-color: #F6BB42;
}
.alertnew-orange {
  color:white;
  background-color: #E9573F;
}
.alertnew-white {
  color: #000;
  background-color: #ffffff;
}

.buttons {
  margin-bottom: 20px;
  display: block;
}

.buttons a {
  margin:auto;
  margin-bottom:10px;
  float: none !important;
  text-align: center;

}

.buttons a span { 
  padding-left: 0px; 
}

#ohsnap { text-shadow: none; }
@media (max-width: 450px) {
  .buttons {
    margin-bottom: 334px;
  }
}
