table {
    width:100%;
    margin: 0;
    border: 0;
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: show;
}

.col-table {
    width:85%;
    position: relative;
    padding-right: 1px;
    border-top: 2px solid #44465c;
    border-bottom: 1px solid #bec2c8;
}

.col-table table tbody th {
    height: 49px;
    padding: 12px 16px;
    text-align: center;
    border-top: 1px solid #e1e3e6;
    color: #3a3a4a;
    line-height: 1.6;
    font-size: 15px;
}

.col-table table tbody tr:first-child td {
    border-top: 1px solid #bec2c8;
}

.col-table table tbody td {
    height: 49px;
    padding: 12px 16px;
    text-align: center;
    border-top: 1px solid #e1e3e6;
    color: #3a3a4a;
    line-height: 1.6;
    font-size: 15px;
}

.list-text li a.button, .list-text li button.button {
    margin-top: -8px;
    margin-left: 15px;
}
.button.border {
    background-color: #fff;
    border: 1px solid #69727e;
    color: #44465c;
}
.button.small {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
}