a > button {
	background-color: var( --e-global-color-primary );
	color: white;
	border: 0px;
	font-size: 12px;
	padding: 6px 12px;
	margin-left: 20px;

}
td, th {
	border-width: 1px 0 !important;
}
tr td:first-child {
	border-width: 2px 0 2px 2px;
}
tr td:last-child {
	border-width: 2px 2px 2px 0;
}
.entry-title {
	display: none !important;
}
#liste a {
	color: var(--e-global-color-primary);
}