#pluginSettings {
  width: 975px;
  border-spacing: 0px 15px;

  .columnTitle {
    width:400px
  }
  .columnField {
    width:220px
  }
  .columnHelp {
    width:200px
  }

  .control_text, .control_password {
    max-width: 220px;
  }

  .title {
    font-weight: bold
  }

  .settingIntroduction {
    padding-bottom: 0px;
  }

  .form-description {
    font-style: normal;
    margin-top: 3px;
    display: block;
  }

  .superUserSettings {
    margin-top: 1em;
  }
}

#pluginsSettings {
  .submitSeparator {
    background-color: #DADADA;
    height: 1px;
    border: 0px;
  }
}