﻿#changelog {
  display: none;
}

#tableLoading {
  text-align: center;
}

@media screen and (max-width: 760px) {
  #changelog {
    display: none;
  }
}

#show_log {
  display: none;
}

.state1 {
  background-color: #ffc0cb;
}

.state2 {
  background-color: #add8e6;
}

.state3 {
  background-color: #90ee90;
}

.state4 {
  background-color: #ffff00;
}

.state5 {
  background-color: #808080;
}

.state6 {
  background-color: #2793e6bd;
}

.video_wrap {
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.video_iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
