.add-container img {
  width: 100%;
  max-width: 750px;
  margin-bottom: 15px;
}

a.no-style {
  text-decoration: none;
}

a.go-pricing {
  background: #F3203E;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.6);
  border-radius: 2px !important;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding: 13px 20px;
  max-width: 280px;
  display: block;
  margin: 0 auto;
}

a.go-pricing:hover {
  background: #DB1D38;
  box-shadow: none;
}

a.go-pricing small {
  font-size: 12px;
  font-weight: normal;
}

div.go-login {
  margin-top: 15px;
}

div.go-login a{
  font-weight: bold;
  color: #F3203E;
}

div.explanations {
  margin-top: 3em;
}

img.explanation-helper {
  width: 48px;
}

div.explanation-text {
  margin-top: .5em;
}

div.explanation-text span{
  font-size: 16px;
  min-height: 50px;
}

div.license-video {
  margin-top: 50px;
  margin-bottom: 25px;
}

div.license-video iframe {
  width: 100%;
  max-width: 600px;
  height: 400px;
}

div.bottom-section {
  margin-bottom: 50px;
}

div.bottom-section a{
  color: #F3203E;
}
