@charset "utf-8";

.alert,
#ss_floating_alert {
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  line-height: 150%;
  width: 500px;
  margin: 50px auto;
}

.alert-error,
#ss_floating_alert {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-error h4,
#ss_floating_alert h4 {
  color: #b94a48;
}

@media only screen and (max-width: 767px) {
.alert,
#ss_floating_alert{
  width: 80%;
  margin: 60px auto;
}
}/* END @media only screen and (max-width: 767px) */
