.hit-admin-back {
    /*clear: both;
    overflow: auto;*/
    background: #FFFFFF;
    padding: 50px;
    padding-top: 10px;
}

.hit-admin-back h1 {
    margin-left: 50px;
}

.hit-form-box {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 35px;
    border: #7d8e963b thin solid;
    padding: 20px;
    margin-bottom: 35px;
}

.hit-form-box p {
    line-height: 1;
    margin: 0;
    /* padding: 1px; */
    padding-bottom: 10px;
}

.hit-service-page-list-wrapper {

    margin-top: 35px;
    border: #7d8e963b thin solid;
    padding: 20px;
    margin-bottom: 35px;

    margin-left: 43px;

}

.hit-form-page-wrapper {
    display: flex;
    flex-direction: row;

}

table.hit-service-table, table.hit-service-table th, table.hit-service-table td{
    border: solid 1px #d4d1d1;
    border-collapse: collapse;
    padding-left: 10px;
    padding-right: 10px;
}

th.hit-service-title {
    width: 150px;
}