
/*
English:

CSS framework framework.averin.pro 
Version: 5.0.1
Prefix: ""
Author: Artemiy Averin (ya@averin.pro)
Company: Design studio Artemy Averin (https://averin.pro/) 

Docs & Examples: https://framework.averin.pro/ 

Русский: 

CSS фреймворк framework.averin.pro
Версия: 5.0.1
Префикс: ""
Студия Артемия Аверина (ya@averin.pro)
 
Документая и примеры: httpы://framework.averin.pro/
*/

/*** Start tables component ***/
.table { width: 100%; }
.table caption { text-align: left; font-size: 11px; font-weight: bold; text-transform: uppercase; color: rgba(17, 17, 17, 0.4); letter-spacing: 1px; margin-bottom: 2px; }
.table th { font-weight: 700; color: inherit; text-align: left; vertical-align: bottom; }
.table td { color: inherit; vertical-align: top; }
.table tbody.is-middle td, .table tr.is-middle td, .table td.is-middle { vertical-align: middle; }
.table th, .table td { padding: 0.8em 0.8em; border-bottom: 1px solid #eee; }
.table th:first-child, .table td:first-child { padding-left: 0; }
.table th:last-child, .table td:last-child { padding-right: 0; }
.table tfoot th, .table tfoot td { color: rgba(17, 17, 17, 0.5); }
.table.is-bordered td, table.is-bordered th { border: 1px solid #eee; }
.table.is-striped tr:nth-child(odd) td { background-color: #fafafa; }
.table.is-bordered td:first-child, .table.is-bordered th:first-child, .table.is-striped td:first-child, .table.is-striped th:first-child { padding-left: 0.8em; }
.table.is-bordered td:last-child, .table.is-bordered th:last-child, .table.is-striped td:last-child, .table.is-striped th:last-child { padding-right: 0.8em; }
.table .is-unstyled td, table.is-unstyled th { border: none; padding: 0; }
@media only screen and (max-width: 767px) {
	.table.is-responsive th { display: none; }
	.table.is-responsive tr, table.is-responsive td { display: block; }
	.table.is-responsive tr:nth-child(odd) { background-color: #fafafa; }
	.table.is-responsive td { padding: 1rem; text-align: right; }
	.table.is-responsive td:before { content: attr(data-label); float: left; font-size: 0.875em; font-weight: bold; text-transform: uppercase; }
}
/*** End tables component ***/

