@media (min-width: 992px) {
	.responsive-table {
		width: 100%;
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.responsive-table th,
	.responsive-table td {
		padding: 5px;
	}

	.responsive-table th {
		text-align: right;
		background: #f1f1f1;

		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}

	.responsive-table td {
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}

	.responsive-table caption {
		display: none;
	}

	.only-in-mobile {
		display: none;
	}
}

@media (max-width: 992px) {

	/* Force table to not be like tables anymore */
	.responsive-table,
	.responsive-table caption,
	.responsive-table thead,
	.responsive-table tbody,
	.responsive-table th,
	.responsive-table td,
	.responsive-table tr {
		display: block;
		width: 100%;
	}

	.responsive-table caption {
		margin-bottom: 10px;
		padding-right: 0.25rem;
	}

	.responsive-table thead tr {
		position: absolute;
		top: -9999px;
		right: -9999px;
	}

	.responsive-table tr {
		border: 1px solid #ccc;
		margin-bottom: 10px;
		padding: 10px;
	}

	.responsive-table td:before {
		font-weight: bold;
	}

	.only-in-mobile {
		display: inline;
	}
}

fieldset {
	margin: 0;
	margin-bottom: 20px;
}

legend {
	position: fixed;
	top: -999px;
}

.filter {
	padding: 10px;
}

.filter .f {
	display: inline-block;
	padding-left: 20px;
}