.title-col {
  width: 94%;
}
.common-middle-block {
  padding: 25px 30px;
}
.edit-email-block .form-control {
  margin-bottom: 18px;
}
.edit-email-block .error {
  margin-top: 8px;
}
#cke_my-ckeditor .cke_contents {
  min-height: 470px;
}
#cke_my-ckeditor.cke_chrome {
  border-color: #d6d6d6 !important;
}

.subscriber-email #cke_my-ckeditor .cke_contents {
  min-height: 200px;
}
.popup-content .subscriber-email .form-control .error {
  top: 100%;
  margin-top: 4px;
}
.payment-popup-content .subscriber-email .form-control {
  margin-bottom: 25px;
}
.form-control.title-no-md > label {
  font-size: 12px;
  background: transparent;
}

.edit-email-block h3.ns-section-title {
  padding-top: 10px;
}
@media screen and (min-width: 1800px) {
  .form-control.title-no-md > label {
    font-size: 16px;
  }
}
