.module_notify p {
  display: inline-block;
  margin-bottom:0.5em;
}
.module_notify.alert-box {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin:0px 0px 0.5em 0;
  position: relative;
  padding: 1.2em 1.3125em 0.7em 0.6875em;
  font-size: 1.54em;
  background-color: #2ba6cb;
  border: none;
  color: #0f0f0f;
  text-align:center;
}
.module_notify.alert-box a{
  color: #0f0f0f;
  text-decoration:underline;
}
.module_notify.alert-box.radius {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.module_notify.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.alert-box.alert {
  background-color: #970b0e;
}
.alert-box.info {
  background-color: #2ba6cb;
}
.alert-box.success {
  background-color: #5da423;
}
.module_notify.alert-box .close {
  font-size: 1.375em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.7em;
  right: 0.3125em;
  color: #333333;
  opacity: 0.3;
}
.module_notify.alert-box .close:hover,
.module_notify.alert-box .close:focus {
  opacity: 0.5;
  text-decoration: none;
}
.sf-right {
  display: none;
}
