.container {
  padding-left: 15px;
  padding-right: 15px;
}

h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  /* border: 1px solid #ddd; */
  /* background-color: rgba(86,61,124,.15); */
  /* border: 1px solid rgba(86,61,124,.2); */
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}


.btn-custom {
  background-color: #08c;
  border-color: #08c;
  color: #DDD;
  font-size: 1em;
  font-weight:bold;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #0077b3;
  border-color: #006699;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #08c;
  border-color: #08c;
}
