.modal-content-width {
  width: 768px;
}
@media (max-width: 767px) {
  .modal-content-width {
    width: 100%;
    max-width: 100%;
  }
}

.main-title {
  padding: 0 25px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: bold;
}

h1 {
  margin-bottom: 25px;
}

.main-content {
  padding: 0 25px;
}
.main-content .sub-title {
  margin-bottom: 25px;
}
.main-content .czd-tab {
  position: relative;
  border: 1px solid #aaaaaa;
  border-bottom-width: 0;
  height: 50px;
}
.main-content .czd-tab .czd-tab-item {
  position: absolute;
  width: 50.1%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #999;
  font-size: 22px;
  background-color: #ccc;
  z-index: 1;
  cursor: pointer;
  border-bottom: 1px solid #aaaaaa;
}
.main-content .czd-tab .czd-tab-item.active {
  color: #333;
  font-weight: bold;
  background-color: #f2f2f4;
  z-index: 2;
  border-bottom-width: 0;
}
.main-content .czd-tab .czd-tab-item-1 {
  top: 0;
  left: 0;
}
.main-content .czd-tab .czd-tab-item-1.active {
  border-right: 1px solid #aaaaaa;
}
.main-content .czd-tab .czd-tab-item-2 {
  top: 0;
  right: 0;
}
.main-content .czd-tab .czd-tab-item-2.active {
  border-left: 1px solid #aaaaaa;
}
.main-content .czd-tab-container {
  padding: 20px;
  border: 1px solid #aaa;
  background-color: #f2f2f4;
}
.main-content .guide {
  margin-bottom: 20px;
}
.main-content .guide-take-trial {
  padding: 10px 15px;
}
.main-content .inst-name-content {
  padding: 6px 3px;
}
.main-content .inst-name-content .radio {
  padding-top: 1px;
}
.main-content .action-buttons {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #aaa;
}
.main-content .terms-confirm {
  margin-bottom: 15px;
  font-size: 12px;
}
.main-content .guide-section {
  margin-top: 40px;
}
.main-content .guide-section .sub-title {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}
.main-content .guide-section table.table {
  font-size: 14px;
  border: 0 none;
  border-spacing: 12px 15px;
  border-collapse: separate;
}
.main-content .guide-section table.table th, .main-content .guide-section table.table td, .main-content .guide-section table.table tr {
  border: 0 none;
}
.main-content .guide-section table.table th {
  padding: 3px 6px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: #F6AA1B;
  vertical-align: middle;
}
.main-content .guide-section table.table td {
  padding: 5px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  background: #A1C7DD;
}
.main-content .guide-section table.table .light td {
  background: #7B8FAE;
}
.main-content .guide-section table.table td:first-child {
  padding: 4px;
  font-weight: bold;
  font-size: 16px;
  background: #F6AA1B !important;
}
.main-content .guide-section table.table .empty {
  background: none !important;
}
.main-content .guide-section table.table .empty > td {
  background: none !important;
}
.main-content .js-inst-input-validation {
  margin-top: 8px;
}

.siteseals {
  margin-top: 15px;
}
.siteseals .ssl-certification {
  padding-top: 20px;
}

.captcha-verification {
  width: 304px;
  margin: 0 auto;
}

.ui-autocomplete {
  max-height: 200px !important;
}
