.manifest--info {
    display: flex;
    justify-content: space-between;
}

.manifest--info-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    float: left;
}

.manifest--info-block-field {
    clear: both;
    text-align: right;
    line-height: 30px;
    margin-bottom: 10px;
}

.manifest--info-block-field label {
    float: left;
    padding-right: 15px;
}

.manifest--info-block-field input {
    width: 200px;
}

.manifest_errors_box {
    margin-left: 15px;
    color: red;
}