#newsletter-screenshot {
  background: url('//media.gadventures.com/media-server/static/subscriptions/images/newsletter-screenshot.png?10ca25a00926') no-repeat;
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
  width: 400px;
  height: 495px;
  float: right;
  position: absolute;
  top: 160px;
  right: 80px;
  -webkit-box-shadow: 1px 1px 30px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 1px 30px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 1px 30px rgba(50, 50, 50, 0.3); }

#subscription-form {
  float: left;
  position: relative;
  padding-bottom: 250px; }

#newsletter_contact_form {
  margin-left: 30px; }

#subscription_submit {
  margin-left: 15px;
  font-size: 1.2em; }

/* Size dropdowns the same */
#id_source, #id_country, #id_details {
  width: 165px; }

.feature {
  padding: 1em; }

.feature.primary {
  font-size: 1.2em; }

/** Unsubscribe */
#unsubscribe-form {
  padding: 15px 0 0 0; }

#unsubscribe-form input {
  margin-left: 10px; }

.description {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #5A4099;
  padding: 10px;
  margin: 20px 50px 10px 50px; }

.description p {
  color: #FFF;
  margin: 0 30px;
  padding: 0 0 5px 0; }

#unsubscribe-message {
  font-weight: bold;
  font-size: 16px;
  text-align: center; }

.extra-message {
  margin: 30px 50px 10px 50px; }
