.col-sm-12.form_block {
  border: 1px solid #b4d5f3;
  margin-bottom: 10px;
  background: #f9f9f9;
}

h4 {
  font-size: 14px;
  margin: 5px 0;
}

.aui .row {
  margin-left: -15px !important;
}

.tnt-form .form-group {
  margin-bottom: 5px;
}

label {
  font-weight: bold;
  font-size: 12px;
}

.aui label {
  cursor: auto !important;
}

@media (min-width: 768px) {
  .tnt-form select {
    font-size: 14px !important;
  }
}
.aui input[type=text], input[type=text], select {
  height: 32px !important;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff !important;
  border-radius: 2px;
  vertical-align: middle;
  width: 350px !important;
  border-color: #d3d3d3 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 13px;
  color: inherit;
  text-rendering: optimizelegibility;
}

table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
}

.btn {
  font-size: 14px !important;
}