.settings {
  label {
    width: 175px;
    display: block;
    float: left;
    font-weight: bold;

    span {
      display: block;
      font-size: 0.85em;
      font-weight: normal;
    }
  }

  input[type='text'], input[type='email'], textarea, select {
    min-width: 300px;
    border: 1px solid rgba(0,0,0,0.2);
  }

  h3 {
    margin: 10px 0;
    padding: 0;
  }

  section {
    margin-bottom: 30px;
  }

  .wp-editor-wrap {
    float: left;
    max-width: 600px !important;
  }

  .placeholders {
    float: left;
    padding: 10px 20px;

    a {
      display: block;
      padding: 5px;
    }

    h4 {
      font-size: 14px;
      margin-bottom: 5px;
    }
  }
}

.postbox {
  label {
    font-weight: bold;
    width: 100px;
    display: inline-block;
  }

  span {
    display: inline-block;
  }
}