#taxonomy-term-form label {
    width: 90px;
    display: inline-block;
    font-weight: bold;
    margin-right: 1em;
}

#taxonomy-form label {
    font-weight: bold;
}

#taxonomy-form .form-type-textfield label {
    width: 30px;
    display: inline-block;
    margin-right: 1em;    
}

#taxonomy-form .form-item-display-options {
    margin-top: 2em;
}


.manage-column.column-refer,
.manage-column.column-delivery,
.manage-column.column-value,
.manage-column.column-helpful,
.manage-column.column-comms
{
    width: 50px;
}


.manage-column.column-title {
    width: 300px;
}

.form-submit {
  cursor: pointer;
  background: #0085ba;
  border-color: #0073aa #006799 #006799;
  -webkit-box-shadow: 0 1px 0 #006799;
  box-shadow: 0 1px 0 #006799;
  color: #fff;
  text-decoration: none;
  text-shadow: 0;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eq3f-collapsible-settings-section {
    padding-left: 15px;
}
.eq3f-collapsible-settings-section:hover {
    text-decoration: underline;
    cursor: pointer;
}
.eq3f-collapsible-settings-section-expanded {
    background: url('images/menu-expanded.png') 5px 65% no-repeat;
}

.eq3f-collapsible-settings-section-collapsed {
    background: url('images/menu-collapsed.png') 5px 65% no-repeat;
}

#remsto_feedback-general form input[type=text] {
    width: 400px;
}
