/* Back-end styles */
/* styles for theme options page */
#drop-dashboard-wrap h2 {
  margin-bottom: 24px;
}

.content {
  margin-top: 12px;
  padding: 12px 24px 24px;
  border: solid 1px #e5e5e5;
  background: white;
}
.content .button-primary {
  margin: 12px 0;
}
.content ul {
  list-style: disc;
  margin-left: 36px;
}

/* 600px */
@media all and (min-width: 37.5em) {
  .content {
    width: 39%;
    float: left;
  }
  .content p {
    min-height: 57px;
  }

  .content-premium-upgrade p {
    min-height: 0px;
  }

  .content-customization,
  .content-premium-upgrade {
    margin-right: 2%;
  }
}
/* 1100px */
@media all and (min-width: 68.75em) {
  .content {
    width: 27%;
  }

  .content-customization,
  .content-support,
  .content-resources {
    margin-right: 1%;
  }

  .content-premium-upgrade {
    margin-right: 0;
  }
}
