body { font-size: small }
input.display { border: none; outline: none; font-weight: normal; }
table { border-collapse: collapse; width: 100%; border: 1px solid #ddd; }
div { margin-bottom: 3px; }

.ui-button[id$='Lookup'] {
    padding: 0em 0em;
}

.left { width: 40%; float: left; }
.right { width: 40%; float: left; }
.clear { height: 10px; clear: both; }
.field-title { width: 100px; float: left;}

.foo { border: 0; }

#addLine, .input-group-text, .actionable { cursor: pointer; }

.actionable { width: 39px; height: 39px }

#order_id {
    height: 30px;
}
#orderForm label.error {
    margin-left: 15px;
    color: red;
}

.hidden {
  display: none;
}
