table {
    background-color: transparent;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 1rem;
    width: 100%
}

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

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

table tbody+tbody {
    border-top: 2px solid #d7d7d7;
}

table table {
    background-color: #fff
}

table td,table th {
    padding: .8rem
}

table,table td,table th {
    border: 1px solid #d7d7d7;
}

table td,table th {
    vertical-align: middle
}

table thead td,table thead th {
    border-bottom-width: 2px
}

table tbody tr:nth-of-type(odd) {
    background-color: #f3f3f394;
}