/**
 * @Author   Gileba
 * @license	GNU/GPL http://www.gnu.org/copyleft/gpl.html
 **/

div:has(> .tablemaker) .pagination {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

div:has(> .tablemaker) .pagination button {
	margin: 5px;
	border: 0;
}
