.post-table {
    border: 1px solid #444;
}
.post-table .post-header {
    margin-bottom: 3px;
}
.post-table .post-body {
    border-top: 1px solid #444;
}
.post-table .post-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.post-table .post-header, .post-table .post-row:not(:last-child) {
    border-bottom: 1px solid #444;
}
.post-table .post-row .post-data {
    padding: 8px 16px;
    flex: 1;
}
.post-table .post-row .post-data:not(:last-child) {
    border-right: 1px solid #444;
}
.post-table .post-row .post-data.data-index {
    width: 70px;
    flex: none;
}
.post-data .input-control {
    padding: 6px 16px;
}
.post-box .domain-input {
    margin: 0 auto;
    width: calc( 100% - 50px );
}