/* Bootswatch preview styles*/
.section-preview .preview {
  margin-bottom: 4em;
  background-color: #eaf1f1;
}

.section-preview .preview .image {
  position: relative
}

.section-preview .preview .image:before {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none
}

.section-preview .preview .options {
  padding: 1em 2em 2em;
  border: 1px solid rgba(0, 0, 0, .05);
  border-top: none;
  text-align: center
}

.section-preview .preview .options p {
  margin-bottom: 2em
}

div.form-item.form-type-radio.form-item-bootstrap-lite-bootswatch {
  display: inline-block;
  padding: 5px;
  width: 100%;
  text-align: center;
  float: left;
}

@media (min-width:900px){
  div.form-item.form-type-radio.form-item-bootstrap-lite-bootswatch {
    width: 50%;
  }
}


@media (min-width:1200px){
  div.form-item.form-type-radio.form-item-bootstrap-lite-bootswatch {
    width: 30%;
  }
}

.form-radios .radio+.radio {
  margin-top: 0.4em;
}