@charset "utf-8";

/**
*
* -------------------------------------------------
*
* Template : UKskins - Uikit Element Packages
* Author : thecodude
* Author URI : http://thecodude.com
*
* --------------------------------------------------
*
**/

/*-----------------------
    Table
-------------------------*/
.tc-table {width: 100%;max-width: 100%;}
.tc-table > thead > tr > th {padding: 17px;font-size: 17px;text-align: center;background: #252525;color: #bbb;border-bottom: 0;font-weight: 600;letter-spacing: 0.5px;}
.tc-table > tbody >tr > td {padding: 25px 15px;text-align: center;color: #777;font-size: 17px;}
.table-responsive {border-color: #252525;}
.tc-table-border > tbody >tr > td {border-top: 1px solid rgba(0, 0, 0, 0.1);}
.tc-table-border.tc-table-transparent > tbody >tr > td {border-color: rgba(255, 255, 255, 0.07);}
.tc-table-striped tbody tr:nth-of-type(even) {background: rgba(0, 0, 0, 0.05);}
.tc-table-striped.tc-table-transparent tbody tr:nth-of-type(even) {background: rgba(255, 255, 255, 0.05);}