@media (max-width: 768px) {
	.dt-responsive tr th,
	.dt-responsive tr td {
		width: 100%;
		display: block;
		border-top: none !important;
		border-bottom: 1px solid #ddd;
	}
	
	.dt-responsive tr th:last-child,
	.dt-responsive tr td:last-child {
		border-bottom: none;
	}
	
	.dt-responsive tr th {
		line-height: 100%;
	}
	
	.dt-responsive tr th a {
		width: 100%;
		display: inline-block;
	}
	
	.dt-responsive tr th:last-child {
		border-bottom: 2px solid #ddd !important;
	}
	
	.dt-responsive tr {
		border-top: 1px solid #ddd !important;
	}
	
	.dt-responsive tr:first-child {
		border-top: none !important;
	}
	
	ul.pagination li.itens-stats {
		display: block !important;
	}
	
	.stats.pagination {
		display: block;
		width: 100%;
	}
	
	.pagination.pagination-sm {
		margin: 0.3em 0;
	}
}

.btn.btn-icon {
	margin: 0.2rem 0.05rem;
}

table p {
	padding: 0;
	margin: 0;
	font-size: inherit !important;
}
