.version_v1 {
  display:none;
}

.version_be2 {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0px;
  left: 0px;
  background-color: rgba(31, 37, 50, 0.9);
  z-index: 99999;
}

.version_be2_wrapper{
  position: relative;
  width: 1600px;
  max-width: 85%;
  margin: 0 auto;
  padding: 15px 0;
}

.overlay_accept_text {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #e5e8e9;
}

.overlay_accept_text a:link,
.overlay_accept_text a:visited {
  color: #e5e8e9;
  text-decoration: underline;
}

.overlay_accept_text a:hover {
  text-decoration: none;
}

.version_be2_btn-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.overlay_accept_button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  -webkit-flex: 0 1 200px;
  flex: 0 1 200px;
  position: relative;
  display: block;
  padding: 7px 30px;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  cursor: pointer;
  text-shadow: 0 0 2px rgba(31, 37, 50, 0.5);
  border-radius: 2px;
  box-shadow: 0 1px 0 0 #00885e, 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  background-color: #44b282;
}

.overlay_accept_button:hover {
  background-color: #44b282;
}

@media screen and (min-width: 768px) {
  .version_be2_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 80%;
  }

  .version_be2 .overlay_accept_text {
    flex: 0 1 auto;
  }

  .version_be2_btn-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    -webkit-flex: 0 1 200px;
    flex: 0 1 200px;
    margin-left: 30px;
  }

  .overlay_accept_button {
    margin-top: 0;
  }
}
