#video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  display: block;
  width:100%;
  height:100%;
  
}

#photo {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  /*
  width:320px;
  height:240px;
  */
}

#canvas {
  display:none;
}

.camera {
  width: 100%;
  display:inline-block;
}

.output {
  /* width: 340px; */
  display:block; 
  /* display: none; */
}

#startbutton1 {
  display:block;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  top:70px;  
  background-color: rgba(0, 140, 186, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 32px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  color: rgba(255, 255, 255, 1.0);
  border-radius: 15px;
}

.contentarea {
  /* font-size: 16px; */
  font-family: "Lucida Grande", "Arial", sans-serif;
  width: 100%; 
  margin: auto;
}

.btn {
  background-color: rgba(0, 140, 186, 0.6);
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  color: rgba(255, 255, 255, 1.0);
  height: 50px;
  width: 150px;
  border-radius: 5px;
  z-index: 2;
} 

button:active{
    background:#FFA500;
}

.message {
  background-color: rgba(220, 155, 60, 0.6);
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  color: rgba(255, 255, 255, 1.0);
  height: 32px;
  width: 300px;
  border-radius: 5px;
  z-index: 2;
} 


.show {
  display: none;
  /*
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  */
  width:100%;
  height:100%;
}
