table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.table {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
    letter-spacing: normal;
}

.table > thead > tr > th {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-bottom-width: 2px;
    /*background-color: #f2dede;*/
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table_detail > thead > tr > th {
    padding: 18px 8px;
    background-color: #F9F9F9;
    font-size: 18px;
}

.table_detail > tbody > tr > td {
    padding: 18px 8px;
    color: #707070;
}

.table_detail > tbody > tr > th {
    padding: 18px 8px;
    width: 90px;
    text-align: right;
}

.table-list {
    font-size: 16px;
}

.table-list .table-list-item {
    border-bottom: dashed 1px #dadada;
    margin-bottom: 15px;
}

.table-list .table-list-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.table-list .table-list-item .t-row {
    margin-bottom: 15px;
}

.table-list .table-list-item .t-row:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.table-list .table-list-item .t-title {
    font-size: 14px;
}

.table-list .table-list-item .t-link {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #ab2c31;
    text-align: center;
    color: #ab2c31;
    font-size: 14px
}

.table-list .table-list-item .t-label {
    color: #6f748a;
    font-size: 14px
}

.table-list .table-list-item .t-content {
    color: #6f748a;
    font-size: 14px
}