.required {
	color: #FF0000;
}

.position-stiky {
	position: sticky;
	bottom: 0px;
	width: 100%;
}

.position-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
}