table {
    width: 100%;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

td.text-center {
    text-align: center;
    border-bottom: 1px solid #dee2e6;
}
tr td {
    padding: 0.5rem 0.5rem;
    line-height: 22px;
    font-size: 14px;
}
.table_border_none {
    border: none;
}
tr td.padding_none{
    padding: 0;
}
tr td.padding_b_none {
    padding-bottom: 0;
}
.border-bttom_none {
    border-bottom: none;
}
.table_bordered td {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
td.table_border_right {
    border-right: 1px solid #dee2e6;
}
td.table_border_bottom {
    border-bottom: 1px solid #dee2e6;
}
.table_bordered td.border-bttom_none {
    border-bottom: none;
}
.table_bordered td.border-right_none {
    border-right: none;
}
td {
    font-family: "Open Sans", sans-serif;
}
td.cmpny_address  {
    border-right: 1px solid #dee2e6;
}