.order {
    margin-right: 10px;
}

.order .field-number input {
    width: 40px;
}

.order .field-email input {
    width: 200px;
}

.order .field-street input {
    width: 200px;
}

.order .field-city input {
    width: 120px;
}

.order .field-zipcode input {
    width: 50px;
}

.order .field-phone input {
    width: 110px;
}

.order .field-note textarea {
    width: calc(100% - 20px);
    height: 60px;
}

.order table {
    margin-bottom: 20px;
    border-collapse: collapse;
}

.order table th {
    width: 200px;
    padding: 0;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

.order table td {
    width: 40px;
    white-space: nowrap;
}

.order table tr.field-note td {
    white-space: normal;
}

.required {
    color: red;
}

.error {
    display: block;
    color: red;
    font-size: 0.9em;
}