.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #FFF;
}
body.go_premium,
body.referrals {
  background: #3e3e3e;
}
#top h1 a {
  text-decoration: none;
}
#success_contain {
  text-align: center;
  margin-top: 100px;
  font-family: "Open Sans";
}
#success_contain h1 {
  font-size: 50px;
  font-weight: 100;
  color: #0070BC;
}
#success_contain h2 {
  font-size: 20px;
  font-weight: 100;
}
#success_contain hr {
  max-width: 80%;
  margin: 0 auto;
  border: 0px;
  height: 1px;
  background: #ddd;
  margin-top: 40px;
  margin-bottom: 40px;
}
#success_contain p {
  font-weight: 100;
}
#success_contain p.title {
  font-size: 18px;
}
@-webkit-keyframes animate_button_bg {
  from {
    background: #0877BB;
  }
  to {
    background: #06588a;
  }
}
@keyframes animate_button_bg {
  from {
    background: #0877BB;
  }
  to {
    background: #06588a;
  }
}
@keyframes animate_border {
  from {
    border: 1px solid #aaa;
  }
  to {
    border: 1px solid #444444;
  }
}
@-webkit-keyframes animate_border {
  from {
    border: 1px solid #aaa;
  }
  to {
    border: 1px solid #444444;
  }
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
div.copy_alert {
  position: fixed;
  width: 200px;
  background: rgba(232, 247, 237, 0.8);
  border: 1px solid red;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  left: 50%;
  margin-left: -100px;
  top: 45px;
  z-index: 999;
  font-size: 12px;
  -webkit-animation: fade_in 1s;
  display: none;
}
#container {
  padding: 20px 0px 0px 0px;
  background: #fff;
  text-align: center;
}
#container a.skip {
  position: relative;
  top: -40px;
  color: #4D68A2;
  text-decoration: none;
}
#container #tooltip_lightbox_container {
  display: none;
  position: fixed;
  padding-top: 50px;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
#container #tooltip_lightbox_container #tooltip_lightbox {
  width: 500px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-top: 60px;
  margin-left: -250px;
  border-radius: 10px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container #tooltip_lightbox_container #tooltip_lightbox a {
  text-decoration: none;
  color: #1D77B9;
}
#container #tooltip_lightbox_container #tooltip_lightbox a.close {
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  top: -20px;
  right: -20px;
  background: url('/include/img/close-icon.png') no-repeat center center;
}
#container #tooltip_lightbox_container #tooltip_lightbox a.close:hover {
  background: url('/include/img/close-icon-selected.png') no-repeat center center;
}
#container #tooltip_lightbox_container #tooltip_lightbox a.upsell {
  display: block;
  margin-top: 20px;
  text-align: left;
  text-decoration: none;
  color: #1D77B9;
}
#container #tooltip_lightbox_container #tooltip_lightbox a.upsell:hover {
  color: #165b8d;
}
#container #tooltip_lightbox_container #tooltip_lightbox p {
  padding: 0px;
  margin: 0px;
}
#container #tooltip_lightbox_container #tooltip_lightbox p.tooltip_title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #1D77B9;
  font-weight: bold;
}
#container #tooltip_lightbox_container #tooltip_lightbox ul {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
#container #tooltip_lightbox_container #tooltip_lightbox ul li {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container #tooltip_lightbox_container #tooltip_lightbox ul li:nth-child(odd) {
  background: #F9F8F6;
}
#container.referral_page {
  padding: 60px 0px 0px 0px;
  background: #fff;
  width: auto;
  overflow: hidden;
}
#container.referral_page.success {
  padding: 200px 0px;
  background: #FAFAFA;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#container.referral_page.success h1 {
  margin-bottom: 20px;
}
#container.referral_page p.feature_title,
#container.referral_page p.feature_desc {
  display: none;
}
#container.referral_page h1,
#container.referral_page h2 {
  padding: 0px;
  margin: 0px;
  color: #000;
}
#container.referral_page h1 a,
#container.referral_page h2 a {
  color: #1D77B9;
  text-decoration: none;
}
#container.referral_page h1 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 40px;
}
#container.referral_page h2 {
  font-size: 16px;
  margin-bottom: 40px;
}
#container.referral_page a.skip {
  display: inline-block;
  text-decoration: none;
  color: #054872;
  margin-top: 20px;
}
#container.referral_page .error {
  width: 100%;
  background: red;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container.referral_page .error p {
  margin: 0px;
  color: #fff;
  font-style: italic;
}
#container.referral_page form {
  text-align: center;
  margin: 0 auto;
  background: #F9F8F6;
  overflow: hidden;
  padding: 40px 0px;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  position: relative;
}
#container.referral_page form div#cover {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 6, 0.8);
}
#container.referral_page form div#cover button {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -150px;
}
#container.referral_page form div#cover button a {
  color: #fff;
  text-decoration: none;
}
#container.referral_page form p {
  font-style: italic;
  color: #555;
}
#container.referral_page form label {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}
#container.referral_page form a.add {
  width: 600px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px;
  background: #eee;
  color: #555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0px;
  text-decoration: none;
}
#container.referral_page form a.add:hover {
  background: #e9e9e9;
}
#container.referral_page form button {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  padding: 0px;
  border: 0px;
  background: #0877BB;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  width: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "HelveticaNeue-Light", sans-serif;
  letter-spacing: 0.8px;
}
#container.referral_page form button:hover {
  -webkit-animation: animate_button_bg 1s;
  animation: animate_button_bg .2s;
  background: #06588a;
}
#container.referral_page form input {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 10px;
}
#container.referral_page form input[type="text"],
#container.referral_page form input[type="email"] {
  display: inline-block;
  width: 300px;
  padding: 0px;
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #AAA;
}
#container.referral_page form input[type="text"]:hover,
#container.referral_page form input[type="email"]:hover {
  -webkit-animation: animate_border 1s;
  animation: animate_border 1s;
  border: 1px solid #5e5e5e;
}
#container.referral_page form input[type="submit"] {
  padding: 0px;
  border: 0px;
  background: #0877BB;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  width: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "HelveticaNeue-Light", sans-serif;
  letter-spacing: 0.8px;
}
#container.referral_page form input[type="submit"]:hover {
  -webkit-animation: animate_button_bg 1s;
  animation: animate_button_bg .2s;
  background: #06588a;
}
#container.referral_page form .copyLink {
  width: 600px;
  margin: 0 auto;
  font-size: 0px;
  margin-top: 20px;
  text-align: left;
}
#container.referral_page form .copyLink a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 14px;
  margin-left: 10px;
  border-radius: 10px;
}
#container.referral_page form .copyLink a i {
  margin-right: 5px;
}
#container.referral_page form .copyLink a.facebook {
  background: #4D68A2;
}
#container.referral_page form .copyLink a.twitter {
  background: #55ACEE;
}
#container.referral_page form .copyLink button {
  width: auto;
  font-size: 12px;
  border-radius: 0px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aaa;
  height: 40px;
  width: 100px;
  padding: 0px;
  background: #eee;
  color: #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 0px;
  float: left;
}
#container.referral_page form .copyLink button:hover {
  -webkit-animation: none;
  animation: none;
  background: #eee;
}
#container.referral_page form .copyLink input[type="text"] {
  display: inline-block;
  border: 1px solid #aaa;
  border-left: 0px;
  border-radius: 0px;
  font-size: 12px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  height: 40px;
  width: 335px;
  padding: 0px 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #777;
  line-height: 0px;
  float: left;
  clear: right;
}
#container.referral_page form .copyLink input[type="text"]:hover {
  -webkit-animation: none;
  animation: none;
  border: 1px solid #aaa;
  border-left: 0px;
}
#container.premium_page {
  padding: 40px 0px 0px 0px;
  border-top: 1px solid #eee;
}
#container.premium_page h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 20px;
  color: #1A74BC;
}
#container.premium_page .heading {
  font-size: 40px;
  font-weight: 700;
  color: #1A74BC;
}
#container p.title_desc {
  width: 560px;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 20px;
  color: #9CA5AA;
}
#container p.desc {
  margin: 0px;
  padding: 0px;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 20px;
}
#container p.sep {
  margin: 0px;
  margin-bottom: 20px;
  font-style: italic;
}
#container a.button {
  margin: 40px 0px 20px 0px;
  display: inline-block;
  background: #0877BB;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .5px;
}
#container a.button:hover {
  background: #06588a;
}
#container a.free_btn {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  margin-left: 20px;
}
#container #grid {
  font-family: "HelveticaNeue-Light", sans-serif;
  margin: 0px;
  padding-top: 20px;
  background: #f9f8f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#container #grid .lists {
  width: 700px;
  margin: 0 auto;
  overflow: hidden;
}
#container #grid ul {
  text-align: left;
  margin: 0px;
  padding: 0px;
  width: 350px;
  float: left;
  padding: 20px 0px;
}
#container #grid ul li {
  overflow: hidden;
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  height: 60px;
  width: 100%;
  margin: 0px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container #grid ul li a {
  display: inline-block;
  background: #EEEEEE;
  text-align: center;
  font-size: 10px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 20px;
  color: #49386B;
  position: relative;
  z-index: 1;
}
#container #grid ul li img {
  float: left;
  max-height: 40px;
  margin: 0px;
  padding: 0px;
  margin-right: 20px;
  max-width: 40px;
}
#container #grid ul li p {
  float: left;
  line-height: 40px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
#container #grid ul li p.feature_desc {
  display: none;
}
#container #grid ul li p span {
  font-size: 12px;
  float: right;
  margin-left: 20px;
  color: red;
}
.other_options {
  background: #0877BB;
  color: #fff;
  width: 350px;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 0px;
  padding: 10px;
  font-size: 14px;
}
.other_options a {
  color: #fff;
  font-weight: bold;
}
.other_options a:hover {
  color: #eee;
}
body.webview .other_options {
  top: 0px;
}
body.webview .included {
  top: 0px;
}
.included {
  background: #ffdd03;
  position: absolute;
  top: 50px;
  left: 0px;
  padding: 10px;
}
.included a {
  color: #000;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}
#contain {
  text-align: center;
}
#contain h1,
#contain h2 {
  font-size: 35px;
  line-height: 35px;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  color: #333;
  font-weight: 400;
}
#contain h2 {
  font-size: 20px;
  line-height: 20px;
}
#contain a {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  background: #0877BB;
  box-shadow: inset 0px 0px 10px #0767a3;
  border-bottom: 3px solid #054872;
  border-radius: 5px;
  padding: 15px 35px 15px 35px;
  font-weight: 400;
  letter-spacing: .5px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
#contain a:hover {
  background: #0767a3;
}
#contain a i {
  font-size: 15px;
  margin-left: 10px;
}
#contain table {
  text-align: left;
  border: 1px solid #000;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 20px;
}
#contain table tr td,
#contain table tr th {
  max-width: 200px;
  padding: 20px;
}
#contain table tr th {
  text-align: center;
  background: #0877BB;
  border-bottom: 1px solid #333;
  color: #fff;
  font-weight: 400;
}
#contain table tr td {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#contain table tr td:not(.row_type) {
  text-align: center;
}
#contain table tr td span {
  font-weight: bold;
}
#contain table tr td.row_type {
  vertical-align: top;
  position: relative;
  padding: 15px;
  padding-left: 70px;
}
#contain table tr td.row_type img {
  position: absolute;
  top: 7px;
  left: 7px;
}
#contain table tr td.row_type p {
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  line-height: 20px;
}
#contain table tr td.row_type ul {
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  font-size: 16px;
  list-style: none;
}
#contain table tr td.row_type ul li {
  margin: 0px;
  padding: 0px;
}
#container {
  width: 860px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
}
#container h1 {
  color: #5364B8;
}
#container #footer {
  background: #fff;
}
#container #footer p {
  color: #000;
}
#container #footer p a {
  color: #000;
}
#container #included {
  border: 1px solid #aaa;
  margin-left: 20px;
  text-align: left;
  width: 300px;
  float: left;
  background: #eee;
  border-radius: 10px;
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container #included p {
  font-weight: bold;
  font-size: 18px;
}
#container #included ul {
  font-size: 14px;
  margin: 0px;
  margin-top: 10px;
  padding-left: 20px;
}
#container #included ul li {
  margin-bottom: 10px;
}
#container #included p {
  margin: 0px;
}
@media screen and (max-width: 850px) {
  #container {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #container h1 {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 20px;
  }
  #container #sub_form {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #container #sub_form form {
    width: 100%;
  }
  #container #included {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
}
#sub_form {
  text-align: center;
  float: left;
  margin-bottom: 60px;
}
#sub_form.upgrade {
  float: none;
}
#sub_form.upgrade form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#sub_form.upgrade form p {
  font-size: 16px;
  margin-bottom: 10px;
}
#sub_form.upgrade form label {
  margin-bottom: 10px;
}
#sub_form.update {
  float: none;
}
#sub_form.update form {
  width: 100%;
}
#sub_form span {
  font-weight: bold;
}
#sub_form form {
  max-width: 100%;
  padding: 10px;
  background: #eee;
  width: 500px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #aaa;
  overflow: hidden;
}
#sub_form form p.error {
  padding: 10px;
  text-align: center;
  color: red;
}
#sub_form form p.total {
  text-align: right;
  background: #2774B8;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  font-weight: 100;
  font-size: 20px;
  transition: background 1s;
  height: 30px;
  --width: 240px;
}
#sub_form form p.total.flash {
  background: #153f64;
  transition: background 1s;
}
#sub_form form p {
  font-weight: 100;
  font-size: 18px;
}
#sub_form form #hidden_year_discount div {
  width: 60%;
  text-align: left;
  text-decoration: underline;
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
  color: orange;
}
#sub_form form div.card_info {
  overflow: hidden;
}
#sub_form form div.card_info div {
  width: 100%;
  text-align: left;
}
#sub_form form div.card_info input {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#sub_form form div.card_info input.number {
  width: calc(70% - 10px);
  margin-right: 10px;
}
#sub_form form div.card_info input.cvv {
  width: 30%;
}
#sub_form form div.expire {
  overflow: hidden;
}
#sub_form form div.expire p {
  font-size: 18px;
  font-weight: 100;
  color: #666;
  margin-top: 10px;
  text-align: left;
}
#sub_form form div.expire select {
  width: calc(40% - 5px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  font-size: 18px;
  border-radius: 10px;
}
#sub_form form div.expire select:nth-child(2) {
  margin-right: 10px;
  border-radius: 10px;
}
#sub_form form #pricing {
  margin-bottom: 20px;
}
#sub_form form #pricing input[type="text"] {
  width: 50%;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
}
#sub_form form #pricing a {
  display: inline-block;
  background: #426ABA;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #426ABA;
}
#sub_form form #pricing a:hover {
  background: #355594;
}
#sub_form form #pricing select {
  height: 50px;
  font-size: 20px;
  border-radius: 10px;
}
#sub_form form select {
  width: 100%;
  margin-bottom: 5px;
  padding-left: 5px;
  border: 1px solid #aaa;
  transition: border .5s;
  height: 30px;
  font-size: 20px;
  border-radius: 10px;
}
#sub_form form label {
  display: block;
}
#sub_form form input[type="text"],
#sub_form form select {
  font-size: 18px;
  height: 50px;
}
#sub_form form input[type="text"].error,
#sub_form form select.error {
  border: 1px solid red;
}
#sub_form form input[type="text"]:hover,
#sub_form form select:hover {
  border: 1px solid #666;
  transition: border .5s;
  
}
#sub_form form input[type="text"] {
  transition: border .5s;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 1px;
  border-radius: 10px;
  border: 1px solid #aaa;
  height: 50px;
}
#sub_form form input[type="submit"] {
  display: block;
  margin-top: 10px;
  float: right;
  border: 0px;
  padding: 10px;
  background: #1CBA63;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  height:50px;
}
#sub_form form input[type="submit"]:hover {
  background: #19a457;
}
#sub_form form p {
  margin: 0px;
  margin-bottom: 5px;
}
#sub_form form hr {
  height: 1px;
  border: 0px;
  background: #aaa;
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
#confirm_purchase {
  width: 520px;
  margin: 0 auto;
  margin-top: 70px;
}
#confirm_purchase p {
  font-family: "HelveticaNeue-Light";
  text-align: center;
  color: #A5A5A5;
  font-size: 30px;
  line-height: 32px;
}
#confirm_purchase p span {
  color: #006FBA;
}
#confirm_purchase img {
  display: block;
  margin: 0 auto;
  animation: spinX 2s linear infinite;
  -webkit-animation: spinX 2s linear infinite;
}
@-webkit-keyframes spinX {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
keyframes spinX 0% {
  -webkit-transform: rotate(0deg);
}
keyframes spinX 100% {
  -webkit-transform: rotate(360deg);
}
#contain {
  width: 100%;
}
#contain .details {
  padding: 70px;
  width: 100%;
}
#contain .details p {
  margin: 0px;
  padding: 0px;
  position: relative;
  left: -70px;
  margin: 0px 70px 0px 70px;
}
#contain .details p.name {
  color: #006FBA;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
#contain .details p.tag {
  margin-top: 5px;
  font-family: "HelveticaNeue-Light";
  font-weight: 200;
  color: #A5A5A5;
  font-size: 30px;
  line-height: 30px;
}
#contain .details p.tag span {
  color: #006FBA;
  font-family: helvetica;
}
#contain .details p.headline {
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
  color: #6C6C6C;
  border-bottom: 1px solid #6C6C6C;
}
#contain .details .info p {
  margin-top: 10px;
  color: #A5A5A5;
  font-size: 25px;
  line-height: 25px;
  font-weight: 200;
}
#contain .details .info p strong {
  font-weight: 200;
  color: #006FBA;
}
#contain .details ul {
  list-style: none;
}
#contain .details ul li {
  color: #A5A5A5;
  font-size: 20px;
  line-height: 20px;
  font-weight: 200;
  margin-bottom: 15px;
}
#contain .details .purchase {
  clear: both;
  background: red;
  width: 200px;
  float: right;
  position: relative;
  left: -140px;
  background: transparent;
  margin-top: 40px;
  margin-bottom: 40px;
}
#contain .details .purchase a {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  background: #006FBA;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  #sub_form {
    margin-top: 10px;
  }
  .other_options {
    width: 380px;
    position: initial;
    margin: 0 auto;
  }
  .included {
    position: initial;
    width: 380px;
    margin: 0 auto;
    padding: 0px;
    left: 0px;
  }
}
