
#wpse1_6817 * {
  font-family: 'helveticaneue-light';
  font-weight: 300;
  font-size: 17px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#wpse1_6817 b,
#wpse1_6817_who b {
  font-family: 'helveticaneue-light';
  font-weight: 600 !important;
}

#wpse1_6817_who {
  font-family: 'helveticaneue-light';
  text-align: right;
  max-width: 1169px;
  margin-left: 2px;
  margin-top: 1px;
}

#wpse1_6817 {
  background: #fff;
  border: 2px solid #4fbe99;
  border-radius: 3px;
  max-width: 1413px;
  margin-top: 20px;
  padding: 15px 20px;
  margin-right: 20px;
  background: url('../wpses/wpse1_6817_cdp_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#wpse1_6817_container {
  position: relative;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* #wpse1_6817_container::after {
  content: '';
  display: block;
  clear: both;
} */

#wpse1_6817_text {
  float: left;
  line-height: 22px;
  padding-left: 70px;
  padding-top: 2px;
}

#wpse1_6817_img {
  position: absolute;
  pointer-events: none;
}

#wpse1_6817_btns {
  float: right;
  top: 4px;
  position: relative;
}

#wpse1_6817_other {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  display: flex;
}

#wpse1_6817_btns::after {
  content: '';
  display: block;
  clear: both;
}

#wpse1_6817_install {
  float: left;
}

#wpse1_6817_show {
  display: inline-block;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

#wpse1_6817_dismiss {
  display: inline-block;
  padding-left: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

#wpse1_6817_dismiss span {
  transition: all .3s;
}

#wpse1_6817_show a {
  line-height: 48px;
  color: #000;
  text-decoration: none !important;
  cursor: pointer;
}

#wpse1_6817_dismiss input {
  line-height: 48px;
  color: #c5c5c5;
  text-decoration: none !important;
  cursor: pointer;
  border: 0px #000 solid;
  background-color: inherit;
  cursor: pointer;
}

#wpse1_6817_show a,
#wpse1_6817_dismiss a {
  opacity: 1;
  transition: all .3s;
}

#wpse1_6817_show a:hover,
#wpse1_6817_dismiss a:hover {
  opacity: .6;
}

#wpse1_6817_install button {
  border: 0;
  outline: none;
  width: 238px;
  max-width: 238px;
  height: 48px;
  max-height: 48px;
  cursor: pointer;
  background: url('../wpses/wpse1_6817_cdp_button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  opacity: 1;
  transition: all .3s;
}

#wpse1_6817_install button:hover {
  opacity: .8;
}

@media screen and (max-width: 1375px) {
  #wpse1_6817_who {
      max-width: calc(100% - 25px);
      margin-left: 2px;
      margin-top: 1px;
  }
}

@media screen and (max-width: 1320px) {
  #wpse1_6817_btns {
      float: left;
  }

  #wpse1_6817_btns:not(.wpse1_6817_btns_installing) {
      padding-left: 69px;
  }

  #wpse1_6817_text {
      float: none !important;
      padding-bottom: 10px;
  }

  #wpse1_6817_text br {
      display: none;
  }
}

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