/* Add here all your CSS customizations */

	.with-errors {color:red}
	.text-success {background:green;color:#fff !important;font-size:18px;margin-top:20px;padding:10px}
	.text-danger {background:#f00;color:#fff !important;font-size:18px;margin-top:20px;padding:10px}

	.table td, .table th {
		padding: .35rem;
	}