.documentation h4 {
  font-size: 30px;
}
.documentation p {
  text-align: justify;
  line-height: 2em;
}
.documentation img {
  max-width: 100%;
  width: 90%;
  border: 1px solid #ebebeb;
  padding: 5px;
}
.documentation img .img-center {
  text-align: center;
}
.documentation img .img-o {
  width: 25%;
}
.documentation .warning {
  background: #f9e0e0;
  padding: 16px;
  border-radius: 5px;
  color: #6a2b13;
}
.documentation .warning > p {
  margin: 0;
  line-height: initial;
}
.documentation .warning > p > b {
  font-size: 18px;
  text-transform: uppercase;
}

#ed .ed-mod-ask {
	background-color: transparent;
    border: none;
}
#ed .ed-mod-ask .btn-success {
	background: #db3c27 !important;
    border-color: #db3c27 !important;
}

body .mod_quicklogin {
  padding: 1rem 0;
}