/*---------------------------------------------
    Table
---------------------------------------------*/
.ts-table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    border: 0;
    border-top: 6px solid #33ccff;
    margin-bottom: 30px;
}

table.ts-table th,
table.ts-table td{
    border: 0;
    padding: 15px 25px;
    background-color: #fff;
    vertical-align: middle;
}

table.ts-table th{
    font-weight: bold;
    background-color: #fff;
    font-size: 18px;
}

table.ts-table tr:nth-child(2n+1) td{
    background-color: #f6f6f6;
}

table.ts-table .ts-center{
    text-align: center;
}

table.ts-table .ts-min{
    width: 100px;
}

.ts-table-list{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 1px solid #ddd;
    table-layout: fixed;
}

.ts-table-list td{
    padding: 0;
    margin: 0;
    text-align: center;
    border: 1px solid #ddd;
}

.ts-table-list td a{
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

.ts-table-list td a:hover{
    background-color: #fff;
}

.ts-table-list-icon{
    display: block !important;
    font-size: 28px;
    margin-bottom: 10px;
}
