.row{
	margin-right: 0;
	margin-left: 0;
}
.alert-warning{
	background-color: #ffea7c;
	border-color: #ffea7c;
	color: #8a6d3b;
}
label{
	cursor: pointer;
}

.formTable .form-check-inline, .evenTable .form-check-inline{
	display: inline-flex !important;
}
.form-check-label .radio{
	margin-top: .3rem !important;
	margin-left: -1.25rem !important;
}