
body.table #content {
    padding: 96px 0px 40px;
}

.ht_table_wrapper {
    overflow-x: scroll;
    width: 100%;
    display: block;
    margin: 0 0 60px 0;
}

.ht_table_wrapper_interior {
    margin-right: 30px;
    display: inline-table;
    width: calc(100% - 30px);
    overflow: auto;
    box-sizing: content-box;
}

.ht_table {
    float: left;
    min-width: calc(100% - 31px);
    margin: 10px 0 0 31px;
    padding: 0 30px 100px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .075);
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: stretch;
}
.ht_table_col.ht_table_fixed {
    position: absolute;
    left: 30px;
    top: 0;
    display: none;
}
.ht_table:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: 55px;
    background: rgba(128, 128, 128, 1);
    border-radius: 6px 6px 0 0;
}

.ht_table_col {
    display: inline-table;
    float: left;
    height: 100%;
    margin: -1px 0 0 0;
    padding: 0;
    position: relative;
    z-index: 10;
    flex-grow: 1;
}
.ht_table .ht_table_col_last {
    flex-grow: 1000;
}
.ht_table_col li:first-child {
    background: rgba(128, 128, 128, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    height: 55px;
    padding: 24px 20px 8px;
    box-shadow: -1px 0px 0 0 rgba(0, 0, 0, .1);
}
.ht_table_col li, .ht_table_row li {
    list-style-type: none;
    padding: 8px 20px;
    box-sizing: border-box;
    height: 40px;
    white-space: nowrap;
    box-shadow: -1px -1px 0 0 rgba(0, 0, 0, .1);

    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0em;
    font-size: 15px;
    line-height: 22px;
    color: rgba(0, 0, 0, .85);
    -webkit-font-smoothing: antialiased;
}


.ht_table_col_1 {
    background: rgba(230, 230, 230, 1);
    margin-left: -31px;
    margin-top: -1px;
    padding: 0 0 20px 30px;
    border-radius: 6px 0 0 0;
    position: sticky;
    left: 0;
    z-index: 100;
}
.ht_table_col_1 li {
    padding-left: 0;
    box-shadow: 0px -1px 0 0 rgba(0, 0, 0, .1);
    font-weight: 600;
}
.ht_table_col_1 li:first-child {
    border-radius: 6px 0 0 0;
    margin-left: -30px;
    padding-left: 30px;
    box-shadow: 1px 0 0 0 rgba(130, 130, 130, 1);
}

.ht_table_col_2 li {
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .1);
}

.ht_table .edit {
    text-transform: uppercase;
    padding: 10px 20px;
    
        -webkit-transition: all linear 80ms;
           -moz-transition: all linear 80ms;
                transition: all linear 80ms;
}
.ht_table .edit:hover {
    color: rgba(22, 34, 76, 1);
    background: rgba(54, 156, 241, .1);
    
        -webkit-transition: all linear 120ms;
           -moz-transition: all linear 120ms;
                transition: all linear 120ms;
}

.ht_table_button_placement {
    position: relative;
    top: -80px;
    left: 0;
    width: calc(100% - 60px);
    height: auto;
    padding: 0 0 0 60px;
    float: left;
    margin: 0 0 -50px;
}



.ht_table button.secondary {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: auto;
    margin: 0;
    padding: 12px 30px;
    position: relative;
}

.ht_table_wrapper_interior button.secondary.button_half {
    position: sticky;
    width: auto;
    left: 30px;
    bottom: 84px;
    margin: 0;
    padding: 12px 30px;
}

.ht_table_1axis .ht_table_col li:first-child {
    background: rgba(230, 230, 230, 1);
    font-weight: 600;
    color: rgba(0, 0, 0, .85);
}
.ht_table_1axis .ht_table_col_1 {
    background: none;
}




.ht_table_row {
    display: flex;
    list-style-type: none;
}
.ht_table_horizontal_data table {
    width: 100%;
    position: relative;
    z-index: 10;
}

.ht_table_horizontal_data tr {
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .1);
}
.ht_table_horizontal_data tr:first-child {
    box-shadow: none;
}

.ht_table_horizontal_data th {
    background: rgba(230, 230, 230, 1);
    font-weight: 600;
    color: rgba(0, 0, 0, .85);
    height: 54px;
    padding: 8px 20px;
    box-sizing: border-box;
    white-space: nowrap;

    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: left;
}
.ht_table_horizontal_data td {
    padding: 8px 20px;
    box-sizing: border-box;
    height: 40px;

    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0em;
    font-size: 15px;
    line-height: 22px;
    color: rgba(0, 0, 0, .85);
    -webkit-font-smoothing: antialiased;
}
.ht_table.ht_table_horizontal_data:before {
    background: rgba(230, 230, 230, 1);
}
.ht_table_horizontal_data tr td:first-child {
    padding-left: 0px;
}
.ht_table_horizontal_data tr td:last-child {
    width: 100%;
}






@media (min-width: 1000px) {

    body.table #content {
        padding: 110px 0px 40px 250px;
    }

}
































