/*---- noscript STA ----*/
noscript.lp_noscript{
  text-align: center;
}
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  margin: 20px auto;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #eed3d7;
  -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%;
  font-size: 0.75em;
  width: 50%;
  text-align: center;
}
.alert-error h4 {
  color: #b94a48;
  background-color: #f2dede;
  margin: 0;
  font-size: 17.5px;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  text-rendering: optimizelegibility;
}
@media only screen and (max-width: 767px) {
  .alert-error {
    width: auto;
    margin-top: 60px;
  }
}
/*---- noscript END ----*/