#loader {
	
  display: none;
  
}


#camera {
	
	display: inline-block;
	background-color: #eee;
	width: 100%;
	height: 400px;
	margin: 0px;
	
}

#camera .placeholder {
	
	padding: 0.5em;
	
}

#snapshots {
	
  height: 150px;
  margin: 0.5em 0;
  padding: 3px;

  border: 1px solid #aaa;

  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

#snapshots canvas, #snapshots img {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;

  height: 100%;
  margin-left: 3px;
  border: 3px solid transparent;
}

#snapshots .selected {
  border: 3px solid #000;
}