.my-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.my-table th,
.my-table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.my-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}

.my-table tbody + tbody {
    border-top: 2px solid #eceeef;
}

.my-table .my-table {
    background-color: #fff;
}

.my-table-sm th,
.my-table-sm td {
    padding: 0.3rem;
}

.my-table-bordered {
    border: 1px solid #eceeef;
}

.my-table-bordered th,
.my-table-bordered td {
    border: 1px solid #eceeef;
}

.my-table-bordered thead th,
.my-table-bordered thead td {
    border-bottom-width: 2px;
}

.my-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.my-table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.my-table-active,
.my-table-active > th,
.my-table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.my-table-hover .my-table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.my-table-hover .my-table-active:hover > td,
.my-table-hover .my-table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.my-table-success,
.my-table-success > th,
.my-table-success > td {
    background-color: #dff0d8;
}

.my-table-hover .my-table-success:hover {
    background-color: #d0e9c6;
}

.my-table-hover .my-table-success:hover > td,
.my-table-hover .my-table-success:hover > th {
    background-color: #d0e9c6;
}

.my-table-info,
.my-table-info > th,
.my-table-info > td {
    background-color: #d9edf7;
}

.my-table-hover .my-table-info:hover {
    background-color: #c4e3f3;
}

.my-table-hover .my-table-info:hover > td,
.my-table-hover .my-table-info:hover > th {
    background-color: #c4e3f3;
}

.my-table-warning,
.my-table-warning > th,
.my-table-warning > td {
    background-color: #fcf8e3;
}

.my-table-hover .my-table-warning:hover {
    background-color: #faf2cc;
}

.my-table-hover .my-table-warning:hover > td,
.my-table-hover .my-table-warning:hover > th {
    background-color: #faf2cc;
}

.my-table-danger,
.my-table-danger > th,
.my-table-danger > td {
    background-color: #f2dede;
}

.my-table-hover .my-table-danger:hover {
    background-color: #ebcccc;
}

.my-table-hover .my-table-danger:hover > td,
.my-table-hover .my-table-danger:hover > th {
    background-color: #ebcccc;
}

.thead-inverse th {
    color: #fff;
    background-color: #292b2c;
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef;
}

.my-table-inverse {
    color: #fff;
    background-color: #292b2c;
}

.my-table-inverse th,
.my-table-inverse td,
.my-table-inverse thead th {
    border-color: #fff;
}

.my-table-inverse.my-table-bordered {
    border: 0;
}

.my-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.my-table-responsive.my-table-bordered {
    border: 0;
}
