﻿.modal p {
    margin-bottom: 5px;
}

.modal .modal-body {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal .form-wrapper {
    float: none;
    margin: 0 0px 0 -10px;
}

.modal .form-wrapper fieldset {
    margin: 10px 0;
}

.modal h2 {
  font-weight: 700;
  margin: 5px 0 10px 0;
}
.modal h3 {
  font-weight: 600;
  margin: 5px 0 10px 0;
  font-size: 22px!important
}
.modal h4 {
    color: #494d53;
    font-style: italic;
    margin: 20px 0 10px 0;
    font-weight: 700;
  font-size: 14px!important;
}
.modal h5 {
  color: #494d53;
  margin: 5px 0 10px 0;
  font-weight: 700;
  font-size: 13px!important
}
.modal h6 {
  color: #494d53;
  margin: 5px 0 10px 0;
  font-weight: 600;
  font-size: 12px!important
}

.modal .modal-footer em {
    float: left;
    margin-top: 4px;
    color: #999;
}
