.container.first {
  padding-bottom: 64px;
}

div.lead,
p.lead {
  font-weight: normal;
  font-size: 18px;
}

div.lead ol {
  margin-top: 16px;
}

section {
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 5px;
  padding: 16px;
}

section.caption {
  background-color: transparent;
  padding: 0;
  font-size: 13px;
  color: #555;
}

section .heading {
  font-size: 21px;
  margin-bottom: 8px;
}

.pro,
.brand {
  color: crimson;
}

.mono {
  font-family: monospace;
}

section.features .feature {
  margin: 8px 0;
  padding: 8px 8px 8px 16px;
  font-size: 17px;
  border-left: 2px solid #ccc;
}

section.features .buy-wrapper {
  margin-top: 16px;
}

.sidebar .badges div.service {
  margin-top: 0;
}

fieldset {
  border: 2px solid #ccc;
  padding: 0 16px 16px;
  margin: 16px 0 32px;
}

fieldset legend {
  padding: 0 8px;
  font-size: 15px;
  width: auto;
  min-width: auto;
}

.feature a.demo-link {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #007bff;
  padding: 4px 6px;
  margin-left: 4px;
  margin-top: 2px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.feature a.demo-link:hover {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}

/*** TEST TABLES ***/

#test-wrapper div.section {
  margin-bottom: 32px;
  padding: 8px;
  border-radius: 5px;
  background-color: #fff;
}

#test-wrapper div.section .table {
  margin-bottom: 0;
}

#test-wrapper div.section .table td img {
  width: 32px;
}

#test-wrapper .red {
  color: crimson;
}

#test-wrapper .green {
  color: rgb(10, 113, 1);
}

/*** FAUX TABLE ***/

.faux-table {
  display: table;
  width: 100%;
}

.faux-table .table-row {
  display: table-row;
}

.faux-table .header .column {
  font-weight: 900;
  border-bottom: 1px solid #999;
}

.faux-table .cell {
  padding: 8px 0;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  display: table-cell;
}

.faux-table-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faux-table-list li {
  display: block;
  padding: 8px 0;
  margin: 8px;
}

.faux-table-list li select.form-control {
  margin-top: 8px;
}

/*** APPSUMO ***/

.appsumo .alert.alert-success {
  display: none;
}

.appsumo.activation-success .alert.alert-success {
  display: block;
  margin-top: 16px;
}

.appsumo section span.step-num {
  font-size: 17px;
  display: inline-block;
  border-radius: 4px;
  background-color: cornflowerblue;
  opacity: 0.75;
  color: #fff;
  padding: 4px 12px;
  margin-right: -28px;
  position: relative;
  left: -36px;
  transition: all 0.2s ease-in-out;
}

.appsumo section:hover span.step-num {
  opacity: 1;
}

.appsumo .form-wrapper {
  margin-top: 24px;
}

.appsumo .form-explainer {
  color: #666;
  font-size: 15px;
  margin-bottom: 24px;
  border-top: 1px solid #e9e9e9;
  padding-top: 8px;
}

@media (max-width: 992px) {
  .appsumo .form-wrapper form {
    margin-bottom: 16px;
  }
  .appsumo section span.step-num {
    position: inherit;
    margin-right: 4px;
  }
}
