.error {
	color: red;
	font-size: 13px;
	text-align: center;
}
.js-error {
	color: red;
	font-size: 13px;
}
.alert-sm {
	font-size: 12px;
	padding: 6px;
	line-height: 1.2;
}

@media (max-width: 768px) {
	.table-mobile thead {
		display: none;
	}

	.table-mobile tr {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 13px;
		border: 1px solid #ddd;
		padding: 8px;
		border-radius: 6px;
	}

	.table-mobile td {
		display: block;
		flex: 50%;
		font-size: 13px;
		padding: 5px !important;
		height: auto !important;
	}


}