html, body {
  font-family: Verdana, sans-serif;
  font-weight: 100;
  background-color: #999;
}

.uk-text-thin {
  font-weight: 100;
}

.uk-text-bold, strong {
  font-weight: 700;
}

.uk-text-bolder {
  font-weight: 900;
}

.uk-background-default {
  background: #eee;
}

.text-responsive[data-v-4c4bf72d] {
  font-size: calc(100% + 1vw + 1vh)
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.uk-navbar-nav>li.uk-active>a {
  font-weight: bold;
}

.replay .we-title {
  margin-top:16px;
  margin-bottom:8px;
  color:#274795;
  font-weight:400;
}
.replay .we-subtitle {
  margin-top:8px;
  color:#444;
  font-weight:400;
  font-size:15px;
}
