public/css/vc.css
@@ -1380,7 +1380,7 @@
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    font-size: 12px;
    background: #fff;
    margin-bottom: 0;
}
@@ -1416,7 +1416,7 @@
.cost-detail-container table td a {
    color: #1677ff;
    text-decoration: none;
    margin-right: 12px;
    margin-right: 10px;
    cursor: pointer;
    white-space: nowrap;
}
@@ -1607,6 +1607,45 @@
    cursor: pointer;
}
.form-container .form-row .form-label {
    padding: 12px 0 15px 0;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: right;
    vertical-align: middle;
    line-height: 32px;
}
.form-label-detail{
    padding: 0px 0 15px 0;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: right;
    vertical-align: middle;
    line-height: 32px;
}
.form-container .form-row p {
    margin-right: 15px;
}
#ownerScope{
    position: relative;
    top: 12px;
    width: 180px;
    height: 32px;
}
#buildingScope{
    position: relative;
    top: 12px;
    width: 180px;
    height: 32px;
}
#button-container,
#data-container {
    display: flex;