body {
    background-color: black;
    color:white;
    font-family: 'Arial';
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}
.img_container {
    position: relative;
    text-align: center;
    color: white;
}
#events li {
    float: left;
}
.img_motion
{
    max-width: 100%;
}

img {
  border-radius: 6%;
}
.still
{
  border: 2px solid white;
  opacity:0.9;
}
.movement
{
  opacity:1;
  border: 2px solid red;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: small;
}
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-size: small;
}
.bottom-center {
  position: absolute;
  bottom: 8px;
  left: 150px;
  font-size: small;
}
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: small;
}
.top-left {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: small;
}
#events li {
  float: left;
}
.img_motion
{
  max-width: 300px;
}
.delay_warn
{
  color: red;
}
.gray_img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.storage{
  width: 140px;
  height: 140px;        
  border-radius: 50%;
  float:left;
}

ul { list-style: none outside none; margin:0; padding: 0; }
.linline { display: inline; margin: 0 10px; }

#foto
{
  width: 650px;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btn_switch
{
  
}