.center-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}

.img-responsive {
	margin: 0px auto;
	border-radius: 8px;
   border: 1px solid #c3d2e1;
}
.img-timecard {
	padding-top: 25px;
	max-width: 160px;
	height: auto;
	opacity: 0.7;
}
.camera-btn {
	padding: 8px;
}
/* This is the part that actually hides the 'Choose file' text box for camera inputs */
label.camera-button input[capture*="camera"] {
	display: none;
 }

.header-message {
	font-weight: 500;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #777;
	margin: 25px 35px 25px 35px;
}

.info-title {
	margin: 25px 20px 15px 20px;
	font-size: 1.4em;
	line-height: 1.1em;
	color: chocolate;
	font-weight: bold;
}

.info-body {
	font-weight: normal;
}

.info-link {
	font-size: 1.2em;
	font-weight: bold;
}

.submit-error, .position-error {
	display: none;
}

.faster-checkin {
	margin: 30px 25px;
	text-align: center;
	display: none;
}
.fc-title {
	line-height: 1.2em;
	margin-bottom: 12px;
}

.noscript-view {
	text-align:center;
	margin: 30px 25px;
	font-weight: bold;
}
.capture-view {
	text-align: center;
	display: none;
}
.progress-view {
	margin: 50px 25px;
	text-align: center;
	display: none;
}
.gps-view {
	text-align: center;
	display: none;
}
.gps-output {
	margin-top: 25px;
	display: none;
}

@media(max-width: 321px) {
	.img-timecard {
		max-width: 90px;
	}
	.header-message {
		font-size: 1.1em;
		line-height: 1.2em;
	}
	.center-img {
		max-width: 250px;
	}
}