/*
* Table
*/

.tablepress tfoot th,
.tablepress thead th {
	background-color: none;
}

.table{
    width: 100%;
}
.table-more{
    display: none;
}
.showTable {
    display: block;
}

