#main {
    float: left;
    width: calc(100% - 20px);
    padding: 20px 10px;
    font-size: 14px;
    color: #333;
}

.title {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    text-indent: 10px;
}

#items {
    float: left;
    clear: both;
    width: 100%;
}

#items .item {
    float: left;
    width: 50%;
}

#items .item.item_double {
    width: 100%;
}

#items .item .label {
    float: left;
    width: 90px;
    line-height: 22px;
    text-align: right;
}

#items .item .label a {
    color: blue;
}

#items .item.item_line {
    margin-bottom: 15px;
}

#items .item .component {
    width: calc(100% - 90px);
    float: left;
}

#items .item .component span.content {
    float: left;
    line-height: 22px;
}

.label_require:before {
    content: '*';
    display: inline;
    color: #f0422c;;
}

.component textarea {
    width: calc(100% - 20px);
    resize: none;
    border: 1px solid #ececec;
    outline: none;
    line-height: 22px;
    height: 200px;
    padding: 5px;
    font-size: 14px;
}

.buttons {
    padding-top: 10px;
    clear: both;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.buttons .button {
    margin-left: 3px;
    margin-right: 3px;
}

div.attachment_add {
    height: 20px;
}

#attachment_add {
    cursor: pointer;
    color: blue;
}

.attachments .attachment_item {
    background: url("/platform/commons/icons/attachment.gif") no-repeat;
    padding-left: 20px;
}

.attachments .attachment_action {
    margin-left: 15px;
}

.attachments .attachment_action a {
    color: blue;
}

.remark {
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    color: red;
}

.remark div {
    float: left;
    margin-right: 20px;
}

.remark div span {
}

.receipt_item_log {
    margin: 10px 0 10px 3%;
    cursor: pointer;
    color: #1b82d1;
}