html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #fff;
  color: #000;
  margin-bottom: 50px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 0.8em;
}
footer p {
  margin: 0;
}

@media (min-width: 992px) {
  .container {
    width: 854px;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

.asterisk {
  color: #ff0000;
}

.nav-tabs a.nav-link {
  color: #000;
}

.player-msg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#webcast {
  padding-bottom: 30px;
}

#webcast-header {
  background-color: #fff;
}

#logo img {
  max-width: 100%;
  max-height: 100px;
}

#webcast-title h4 {
  line-height: 40px;
}

#social-icons {
  text-align: right;
}

#share {
  text-align: right;
  margin-bottom: 6px;
}
/* LinkedIn fix */
#share span {
  vertical-align: top !important;
}

#instructions, #indicates-required-field {
  font-size: 0.8em;
  color: #888888;
}

#questions-big-wrapper .wrapper-recaptcha > div {
  float: right;
}
#questions-small-wrapper .wrapper-recaptcha > div {
  margin-bottom: 10px;
}

#evaluation-big-wrapper .wrapper-recaptcha > div {
  float: right;
}
#evaluation-small-wrapper .wrapper-recaptcha > div {
  margin-bottom: 10px;
}
