.app-div {
	text-align: center;
}

.active {
	color: green;
	background: white;
}

.inactive {
	color: #E54945;
	background: white;
}

.success-message {
	color: green;
}

.error-message {
	color: #E54945;
}

.btn-group-vertical-center {
	max-width: 400px;
	margin: 0 auto;
}


#canvas-holder {
	max-width: 500px;
	margin: 0 auto;
}

.camera {
  width: 400px;
  display:inline-block;
}

#photo {
  width: 400px;
  display:inline-block;
}

#canvas {
  display:none;
}

.stickyTH {
  min-width: 100px;
  position: sticky;
  top: 0;
  background-color: #337ab7;
  color: white;
}