a.tabledrag-handle .handle{
	height: 1.5rem;
  width: 1.5rem;
}

.field-ui-overview tr.add-new .label-input,
#webform-components .webform-add-form .form-item-add-name{
  width: calc(100% - 1.5rem);
  float:left;
}

/* border:none; after border color causes .prefix, .postfix border color to inherit text color */
button, .button{
	border-color:#007295;
}

[class*="block-grid-"]{
	margin:0;
}

.row [class*="block-grid-"]{
	margin: 0 -0.625rem;
}

/* Animated throbber */
html.js input.form-autocomplete{
  background-image: url(../images/throbber.gif);
  background-position: 100% .75rem; /* LTR */
  background-repeat: no-repeat;
}

html.js input.throbbing {
  background-image: url(../images/throbber_rotating.gif);
}
