/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.form-control {
  padding:4px 8px;
  border-radius:2px;
  height:30px;
  width:500px;
}
.select-inline-long {
  display: inline;
  min-width: 20%;
  max-width: 50%;
  width: auto;
}

table.form td.fieldarea{max-width: 500px !important;}