.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table thead {
    background-color: #eee;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.table td, .table th {
    padding: .75rem;
    position: relative;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.viewMore{
    position: absolute;
    bottom: 20px;
    right: 10px;
    background: #229be7;
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
}
.btnFastBuyCmp{
    background: #229be7;
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    border: none;
    cursor: pointer;
}