#tooltip {
    position: absolute;
    display: none;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 15px;
    border-radius: 4px;
    background: rgba(0,0,0,.8);
    color: #ddd;
    font-size: 80%;
    text-shadow: 0 1px 0 #000;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .06em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    pointer-events: none;
    z-index: 10;
}
#tooltip::after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    content: "";
    height: 0;
    margin: 0 0 0 -6px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid rgba(0,0,0,.7);
    line-height: 0;
    z-index: 10;
}

#tooltip-left {
  position: absolute;
  display: none;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 4px;
  background: rgba(0,0,0,.8);
  color: #ddd;
  font-size: 80%;
  text-shadow: 0 1px 0 #000;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  pointer-events: none;
  z-index: 10;
}
#tooltip-left::after {
  position: absolute;
  top: 40%;
  right: -5px;
  content: "";
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgba(0,0,0,.7);
  line-height: 0;
  z-index: 10;
}

.chart-text {
    fill: #000;
    -moz-transform: translateY(0.25em);
    -ms-transform: translateY(0.25em);
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em);
  }
  
.chart-line1 {
  font-size: 0.4em;
  line-height: 1;
  text-anchor: middle;
  -moz-transform: translateY(-0.4em);
  -ms-transform: translateY(-0.4em);
  -webkit-transform: translateY(-0.4em);
  transform: translateY(-0.4em);
}

.chart-line2 {
  font-size: 0.2em;
  text-anchor: middle;
  -moz-transform: translateY(0.7em);
  -ms-transform: translateY(0.7em);
  -webkit-transform: translateY(0.7em);
  transform: translateY(0.7em);
}

.chart-line0a {
  font-size: 0.25em;
  text-anchor: middle;
  text-align: center;
  -moz-transform: translateY(-1.6em);
  -ms-transform: translateY(-1.6em);
  -webkit-transform: translateY(-1.6em);
  transform: translateY(-1.6em);
}
.chart-line1a {
  font-size: 0.25em;
  text-anchor: middle;
  text-align: center;
  -moz-transform: translateY(-0.6em);
  -ms-transform: translateY(-0.6em);
  -webkit-transform: translateY(-0.6em);
  transform: translateY(-0.6em);
}

.chart-line2a {
  font-size: 0.25em;
  text-anchor: middle;
  -moz-transform: translateY(0.4em);
  -ms-transform: translateY(0.4em);
  -webkit-transform: translateY(0.4em);
  transform: translateY(0.4em);
}

.w3-theme-l5 {color:#000 !important; background-color:#f3f6fb !important}
.w3-theme-l4 {color:#000 !important; background-color:#d7e1f0 !important}
.w3-theme-l3 {color:#000 !important; background-color:#afc3e1 !important}
.w3-theme-l2 {color:#fff !important; background-color:#86a5d2 !important}
.w3-theme-l1 {color:#fff !important; background-color:#5e87c4 !important}
.w3-theme-d1 {color:#fff !important; background-color:#39609a !important}
.w3-theme-d2 {color:#fff !important; background-color:#335589 !important}
.w3-theme-d3 {color:#fff !important; background-color:#2c4b78 !important}
.w3-theme-d4 {color:#fff !important; background-color:#264067 !important}
.w3-theme-d5 {color:#fff !important; background-color:#203556 !important}

.w3-theme-light {color:#000 !important; background-color:#f3f6fb !important}
.w3-theme-dark {color:#fff !important; background-color:#203556 !important}
.w3-theme-action {color:#fff !important; background-color:#203556 !important}

.w3-theme {color:#fff !important; background-color:#3f69aa !important}
.w3-text-theme {color:#3f69aa !important}
.w3-border-theme {border-color:#3f69aa !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#3f69aa !important}
.w3-hover-text-theme:hover {color:#3f69aa !important}
.w3-hover-border-theme:hover {border-color:#3f69aa !important}

.fast-fading {animation:fading 0.5s infinite}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

.countryflag { width: 1.5em; height: 1.5em; padding: 0 0.2em 0 0.2em; margin-right: 0.3em; background-color: rgba(0,0,0,.1); } 

.icon1em { width: 1.2em; height: 1.2em; margin: 0 } 
.icon2em { width: 2em; height: 2em; margin: 0.1em } 
.icon4em { width: 4em; height: 4em; margin: 0.1em } 
.icon8em { width: 8em; height: 8em; margin: 0.2em } 

.center { margin: 0 auto; }

div.overlap_img {
  position: relative; 
  left: 50%; 
  top: 0;
  height: 5em;
  width: 5em;
}
div.overlap_img > img {
  position: absolute;
  top: 0px;
  left: 0px;
}
td.j_top {
  border-top: 0.5em solid white;
}
td.j_bottom {
  border-bottom: 0.5em solid white;
}
.set-scroll td.j_top {
  border-top: 0.5em solid #d7e1f0;
}
.set-scroll td.j_bottom {
  border-bottom: 0.5em solid #d7e1f0;
}
td.j_l {
  padding: 4px 0px 4px 4px !important; 
  min-width: 12em;
}
td.j_m {
  padding: 4px 0px 4px 2px !important; 
  min-width: 2em;
  text-align: center;
}
td.j_r {
  padding: 4px 4px 4px 0px !important; 
  min-width: 1em;
  text-align: center;
}
td.j_conn {
  width: 2.4em;
  padding: 0px;
  border: 0px;
  margin: 0px;
}

html, body {
  height: 100%;
  margin: 0;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}

.footer,
.push {
  height: 50px;
}

.animate-fading {animation:fading 3s infinite}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.animate-fading-invert {animation:fading-invert 3s infinite}
@keyframes fading-invert{0%{opacity:1}50%{opacity:0}100%{opacity:1}}

#live { position: absolute; right: 2.0em; width: 2.5em; height: 2.5em; padding: 0.3em; top:0; z-index: 3; fill: #000; animation: colorchg 2s infinite; } 
@keyframes colorchg{0%{fill:#d00}50%{fill:#800}100%{fill:#d00}}
@media only screen and (min-width: 1024px) {
  #live { right: 0; width: 4em; height: 4em; padding: 1em; }
}

.animate-small-fading {animation:fading-small 2s infinite}
@keyframes fading-small{0%{opacity:0.5}50%{opacity:1}100%{opacity:0.5}}

#alerts {
  z-index: 5; 
  position: fixed; 
  bottom: 0; 
  right: 0;
}
.alert {
  padding: 20px;
  background-color: #2c4b78;
  color: white;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  animation: opac 0.6s;
  min-width: 20em;
}
@keyframes opac{from{opacity:0}to{opacity:1}}
.alertbtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.alertbtn:hover {
  color: black;
}

#cam1 {
  width: 3em; 
  height: 3em; 
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
#cam2 {
  width: 3em; 
  height: 3em;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
#yt {
  width: 3em; 
  height: 3em; 
  cursor: pointer;
  position: absolute;
  left: 4em;
  top: 0;
}

.playicon {
  position: absolute;
  top: 1.5em;
  left: -0.8em;
  opacity: 0.9;
}

#video, .video {
  width: 100%
}