/**
 * @author    Wolfgang Kowarschick <kowa@hs-augsburg.de>
 * @copyright 2016 - 2020
 * @license   MIT
 */

body, head
{ background-color: #999999; }

.hidden
{ display: none; }

#container
{ margin: 0 auto;
  border: 0;
}
#videoElement
{ width:  0;
  height: 0;
}