/*********************************************************************************
* Submit changes and confirmation
*********************************************************************************/
.float-right {
	float: right !important;
}

.align-right {
	text-align: right !important;
}

div.information {
	padding-top: 12px;
	padding-bottom: 8px;
	float: left;
	width: 95%;
	font-size: 16px;
}

/*********************************************************************************
* Mobile
*********************************************************************************/
@media screen and (max-width: 767px) {
	
	.invert-stacked-btns {
		display: flex;
		flex-direction: column-reverse;
	}
	.inverted-btn {
		padding-bottom: 8px;
	}
	
}