#video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width:320px;
  height:240px;
}

#photo {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width:320px;
  height:240px;
}

#canvas {
  display:none;
}

.camera {
  width: 340px;
  display:inline-block;
}

.allbuttons {
  font-size : 24px;
  }

label, input {
  font-size: 24px;
}
.schoolselect {
font-size : 24px;
}

.survey {
  font-size : 36px;
  text-shadow:1px 1px 0 #444
}

.backtostart {
  font-size : 36px;
  text-shadow:1px 1px 0 #444
}
.output {
  width: 340px;
  display:inline-block;
}

#myfile {
  display: i;
  border: 1px solid white;
  box-shadow: 0px 0px 1px 2px black;
  font-size: 24px;
  font-family: "lucida Grande", "Arial", sans-serif;
  color: white;
  }
.contentarea {
  font-size: 16px;
  font-family: "Lucida Grande", "Arial", sans-serif;
}

.row-bright > .jsgrid-cell {
    background-color: #C9E3C9 !important;
    border-color: #C9E3C9 !important;
}

.nowrapping{
  white-space: nowrap;
}