.margin-top-64 {
	margin-top: 64px;
}
.button-fixed-lowerleft {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 32px;
	z-index: 2
}
.button-fixed-lowerright {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 32px;
	z-index: 2
}
@media (max-width: 601px) {
	.button-fixed-lowerleft {
		margin: 16px
	}
}
.align-center {
	text-align: center;
}
#current-gps-data{
	text-align: left;
	font-size: 12px;
}