.videosource {
  max-width: 100%;
}

#start-button {
  margin: 24px 0px;
}

#id-button {
  margin: 24px 0px;
}

thead {
  background-color: #eee;
}

#data-stub {
  background-color: #ffeec2;
}

h2,
h3,
h4 {
  padding: 20px 0px;
}

#indicator {
  width: 50px;
  height: 50px;
  background-color: red;
  position: absolute;
  bottom: 30px;
  margin: 30px;
  left: 0px;
}

@media print{
   .noprint{
       display:none !important;
   }
}