a {
  text-decoration: none; }
  a.primary {
    color: #3d5aaa; }
    a.primary:hover {
      color: #439445;
      text-decoration: underline; }
  a.secondary {
    color: #439445; }
    a.secondary:hover {
      color: #3d5aaa;
      text-decoration: underline; }

.internal-link {
  cursor: pointer; }

.bg-primary {
  background-color: #3d5aaa !important;
  color: #ffffff !important; }

.bg-secondary {
  background-color: #439445 !important;
  color: #ffffff !important; }

.bg-gray {
  background-color: #adaaaa;
  color: #ffffff; }

.bg-danger {
  background-color: #d42b3f;
  color: #ffffff; }

.bg-red {
  background-color: #d42b3f;
  color: #ffffff; }

.bg-green {
  background-color: #439445;
  color: #ffffff; }

.bg-icon-red {
  color: #d42b3f;
  padding-top: 3px; }

.bg-icon-green {
  color: #439445;
  padding-top: 3px; }

.category-banner {
  background-image: url("/images/category-banner.png"); }

.rounded-1 {
  border-radius: 1rem !important; }

.border-primary {
  border-color: #3d5aaa !important; }

.border-secondary {
  border-color: #439445 !important; }

.btn-div {
  padding-top: 2%; }

.btn-primary {
  background-color: #3d5aaa;
  color: #ffffff; }
  .btn-primary:hover {
    background-color: #439445;
    color: #ffffff; }

.btn-secondary {
  background-color: #439445;
  color: #ffffff; }
  .btn-secondary:hover {
    background-color: #3d5aaa;
    color: #ffffff; }

.bg-overlay .button a {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 50px;
  padding-right: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.bg-overlay .button .custom-btn {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn-group-sm > .btn, .btn-sm {
  padding: .2rem .3rem;
  font-size: .75rem;
  border-radius: .2rem; }

/**
.card {
	margin-bottom: 15px;
}

.card-footer {
	padding: 0px;
}
**/
.card-3 {
  max-width: 22%; }

#common-ltlfamily p {
  height: 48px; }

div {
  font-family: Arial, Helvetica, sans-serif;
  color: #2e2e2e; }

a {
  color: #3d5aaa; }

a:hover {
  text-decoration: none;
  color: #439445; }

label {
  padding-top: 10px; }

footer {
  border-top: 1px solid #3d5aaa;
  /**	margin-top: 10px; 
	padding-top: 10px;
	padding-bottom: 10px;**/ }

.list-group-item.active {
  background-color: #439445;
  border-color: #439445; }

button {
  border: none; }

main {
  /**
	background: $primary-color;
	background: radial-gradient(circle, $primary-color 50%, $color-white 110%);
	
background: -webkit-linear-gradient($color-white, $primary-color);
background: -o-linear-gradient($color-white, $primary-color);
background: linear-gradient($color-white, $primary-color);
**/ }
  main section.container {
    height: 100%; }

.form-group {
  margin-bottom: 10px; }

#free-landing header {
  background: url(/images/landing-page/landing-header.jpg) 50% 0 no-repeat fixed;
  background-size: cover; }
  #free-landing header .jumbotron {
    background: rgba(0, 0, 0, 0.45);
    height: 675px;
    color: #ffffff;
    margin-bottom: 0px; }
    #free-landing header .jumbotron .content h1 {
      font-size: 60px;
      font-family: "Times New Roman", Times, serif;
      margin-bottom: 30px;
      font-weight: 100;
      color: #ffffff;
      text-align: center; }
    #free-landing header .jumbotron .content h2 {
      text-align: center;
      color: #ffffff; }
    #free-landing header .jumbotron .content .button a {
      font-size: 28px;
      font-weight: 400;
      margin-bottom: 50px;
      padding-right: 20px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    #free-landing header .jumbotron .content .button .custom-btn {
      background-color: transparent;
      color: #fff;
      border-radius: 0;
      border: 2px solid #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  #free-landing header p {
    margin-bottom: 30px; }

#free-landing .letter-circle {
  width: 50px;
  height: 50px;
  padding: 10px 18px;
  font-size: 30px;
  line-height: 1.33;
  border-radius: 25px;
  background-color: #3d5aaa;
  color: #ffffff; }

#free-landing .underline {
  position: relative;
  font-size: 20px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #439445; }
  #free-landing .underline:before {
    position: absolute;
    content: "";
    width: 43%;
    height: 1px;
    background-color: #777;
    top: 50%;
    left: 5%; }
  #free-landing .underline:after {
    position: absolute;
    content: "";
    width: 43%;
    height: 1px;
    background-color: #777;
    top: 50%;
    right: 5%; }

#free-landing main {
  padding-top: 20px; }

#free-landing header.egg-recipe {
  background: url(/images/free-landing/egg-recipes.jpg) 50% 0 no-repeat fixed;
  background-size: cover; }

.twitter-typeahead {
  width: 100%; }

.row {
  --bs-gutter-x: 0; }

.row-nomargin {
  margin-left: 0px;
  margin-right: 0px; }

.row-gutter-x {
  --bs-gutter-x: 1.5rem; }

.mb-grid-gutter {
  margin-bottom: 1.875rem; }

.grid-divider {
  position: relative;
  padding: 0; }
  .grid-divider > [class*='col'] {
    position: static; }
  .grid-divider > [class*='col']:nth-child(n+2):before {
    content: "";
    border-left: 1px solid #3d5aaa;
    position: absolute;
    top: 0;
    bottom: 0; }

.container {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px; }

.sub-header {
  font-family: Cambria, Georgia, serif;
  text-shadow: 0 0 1px #d42b3f, 0 0 1px #d42b3f, 0 0 1px #d42b3f, 0 0 1px #d42b3f;
  color: #f7b94d;
  font-size: 30px;
  font-style: italic; }

.header-bkgd {
  background-image: url("/images/homepage/header-bkgd.jpg"); }

h1 {
  margin-top: 0px;
  margin-bottom: 0px; }

.h1-primary {
  color: #3d5aaa;
  font-family: 'Arvo', serif;
  font-size: 2.5em;
  font-weight: 800; }

.h1-white {
  color: #ffffff;
  font-family: 'Arvo', serif;
  font-size: 2.5em;
  font-weight: 800; }

.h2-primary {
  color: #3d5aaa;
  font-family: 'Arvo', serif;
  font-size: 1.6em;
  font-weight: 800; }

.h2-white {
  color: #ffffff;
  font-family: 'Arvo', serif;
  font-size: 1.6em;
  font-weight: 800; }

.h3-white {
  font-family: 'Arvo', serif;
  color: #ffffff;
  font-size: 1.35em; }

.h1-secondary {
  color: #439445;
  font-family: 'Arvo', serif;
  font-size: 2.5em;
  font-weight: 800; }

.h2-secondary {
  color: #439445;
  font-family: 'Arvo', serif;
  font-size: 1.6em;
  font-weight: 800; }

.h3-primary {
  color: #3d5aaa;
  font-family: 'Arvo', serif;
  font-size: 1.3em; }

.h3-secondary {
  color: #439445;
  font-family: 'Arvo', serif;
  font-size: 1.3em; }

.h4 {
  font-family: 'Arvo', serif;
  margin-top: 0px;
  margin-bottom: 0px; }

.h4-secondary {
  color: #439445;
  font-family: 'Arvo', serif;
  font-size: 1.2em;
  font-weight: bold; }

.h5-primary {
  color: #3d5aaa;
  font-family: 'Arvo', serif;
  font-weight: bold; }

.h5-secondary {
  color: #439445;
  font-family: 'Arvo', serif;
  font-weight: bold; }

.oi-x {
  color: #d42b3f; }

.oi-pencil {
  color: #ea6422; }

.thumbs-up-count {
  margin-left: 10px; }

.thumbs-down-count {
  margin-left: 10px; }

.icon {
  width: 18px;
  height: 18px;
  margin-bottom: 3px; }

.icon-vault {
  background-image: url("https://s3.amazonaws.com/com.ltlfitness/images/icon-vault.png");
  width: 16px;
  height: 16px; }

section#main-site, section#landing-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

main {
  flex: 1; }

/**
url(https://s3.amazonaws.com/images.ltlfitness.com/www-losetheledge-com/landing-page/landing-header.jpg)
**/
#landing-page {
  /**	
	main {
		padding-top: 20px;
	}
**/ }
  #landing-page header {
    background: url(https://images.losetheledge.com/landing-pages/www-losetheledge-com/landing-header.jpg) 50% 0 no-repeat fixed;
    background-size: cover; }
    #landing-page header .jumbotron {
      background: rgba(0, 0, 0, 0.75);
      height: 550px;
      color: #ffffff;
      margin-bottom: 0px; }
      #landing-page header .jumbotron .container {
        background-color: unset;
        min-height: unset;
        padding-top: 0px;
        padding-bottom: 0px; }
      #landing-page header .jumbotron .content h1 {
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        margin-bottom: 30px;
        font-weight: 100;
        color: #ffffff;
        text-align: center; }
      #landing-page header .jumbotron .content h2 {
        text-align: center;
        color: #ffffff; }
      #landing-page header .jumbotron .content p {
        font-size: 18px;
        color: #ffffff; }
      #landing-page header .jumbotron .content .button a {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 50px;
        padding-right: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      #landing-page header .jumbotron .content .button .custom-btn {
        background-color: transparent;
        color: #fff;
        border-radius: 0;
        border: 2px solid #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    #landing-page header p {
      margin-bottom: 30px; }
  #landing-page .letter-circle {
    width: 50px;
    height: 50px;
    padding: 10px 18px;
    font-size: 30px;
    line-height: 1.33;
    border-radius: 25px;
    background-color: #3d5aaa;
    color: #ffffff; }
  #landing-page .underline {
    position: relative;
    font-size: 20px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #439445; }
    #landing-page .underline:before {
      position: absolute;
      content: "";
      width: 43%;
      height: 1px;
      background-color: #777;
      top: 50%;
      left: 5%; }
    #landing-page .underline:after {
      position: absolute;
      content: "";
      width: 43%;
      height: 1px;
      background-color: #777;
      top: 50%;
      right: 5%; }
  #landing-page .bg-overlay {
    background-color: #439445;
    color: #ffffff;
    /**
		background: -moz-linear-gradient(top, $secondary-color 0%, #fcbcb0 31%, #ffffff 50%, #f7bfba 66%, $secondary-color 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, $secondary-color), color-stop(31%, #fcbcb0), color-stop(50%, #ffffff), color-stop(66%, #f7bfba), color-stop(100%, $secondary-color));
		background: -webkit-linear-gradient(top, $secondary-color 0%, #fcbcb0 31%, #ffffff 50%, #f7bfba 66%, $secondary-color 100%);
		background: -o-linear-gradient(top, $secondary-color 0%, #fcbcb0 31%, #ffffff 50%, #f7bfba 66%, $secondary-color 100%);
		background: -ms-linear-gradient(top, $secondary-color 0%, #fcbcb0 31%, #ffffff 50%, #f7bfba 66%, $secondary-color 100%);
		background: linear-gradient(to bottom, $secondary-color 0%, #fcbcb0 31%, #ffffff 50%, #f7bfba 66%, $secondary-color 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$secondary-color', endColorstr='$secondary-color', GradientType=0 );
		
		
		
		background: $secondary-color;
		background: -moz-linear-gradient(top, $secondary-color 0%, $primary-color 50%, $secondary-color 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, $secondary-color), color-stop(50%, $primary-color), color-stop(100%, $secondary-color));
		background: -webkit-linear-gradient(top, $secondary-color 0%, $primary-color 50%, $secondary-color 100%);
		background: -o-linear-gradient(top, $secondary-color 0%, $primary-color 50%, $secondary-color 100%);
		background: -ms-linear-gradient(top, $secondary-color 0%, $primary-color 50%, $secondary-color 100%);
		background: linear-gradient(to bottom, $secondary-color 0%, $primary-color 50%, $secondary-color 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
		
		
		background: linear-gradient(to top, $primary-color 0%, $secondary-color 100%);
		#727fa5
		background-color: $secondary-color;**/ }
    #landing-page .bg-overlay h1 {
      color: #ffffff; }
    #landing-page .bg-overlay div {
      color: #ffffff; }
    #landing-page .bg-overlay .container {
      background-color: #439445; }
  #landing-page .line-thick-long {
    height: 4px;
    background-color: #3d5aaa;
    width: 25%; }
  #landing-page .buy-box .btn {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 50px;
    padding-right: 20px;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

#main-menu {
  height: 30px;
  background-color: #3d5aaa;
  /**	margin-bottom: 15px;
	margin-top: 10px;**/
  margin-right: 0px;
  margin-left: 0px; }
  #main-menu a {
    color: #ffffff;
    font-weight: 900; }
  #main-menu .navbar {
    margin-top: -5px;
    padding: 0px; }
  #main-menu .dropdown-menu {
    background-color: #3d5aaa; }
  #main-menu .dropdown-item {
    background-color: #3d5aaa; }

.leftside-menu {
  width: 260px;
  background: rgba(61, 90, 170, 0.2);
  bottom: 0;
  position: fixed;
  top: 0;
  padding-top: 20px; }

.content-page {
  margin-left: 260px;
  overflow: hidden;
  min-height: 100vh; }

.side-nav-link {
  color: #3d5aaa;
  text-decoration: none; }

.side-nav-link:hover {
  color: #439445; }

#sidebarAccordion .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important; }

.leftside-menu li.side-nav-item {
  list-style-type: none; }

video {
  width: 100%;
  height: 400px; }

#video-text-chat .form-inline {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-left: -15px; }

#video-text-chat .form-group {
  width: 100%; }

#video-text-chat #chat-message {
  width: 100%; }

#video-text-chat .messages-col {
  border: 1px #000000 solid; }

.table-primary {
  background-color: #3d5aaa;
  color: #ffffff; }
  .table-primary th {
    background-color: #3d5aaa;
    color: #ffffff; }

.table-secondary {
  background-color: #439445;
  color: #ffffff; }
  .table-secondary th {
    background-color: #439445;
    color: #ffffff; }

tbody td.subhead, tbody td.subhead:hover {
  background-color: #439445 !important;
  color: #ffffff;
  padding: 0.5em;
  font-size: 1.1em; }

#todayIShallCalendar.fc .fc-bg-event {
  opacity: 0.8; }
  #todayIShallCalendar.fc .fc-bg-event .fc-event-title {
    margin: 0.5em;
    font-size: 1.1em;
    color: #ffffff;
    padding: 1em; }

#todayIShallCalendar .fc-button-primary {
  background-color: #439445;
  color: #ffffff;
  border: none; }

#todayIShallCalendar .fc-toolbar-title {
  color: #439445;
  font-family: 'Arvo', serif;
  font-size: 2.5em;
  font-weight: 800; }

@media print {
  header {
    display: none; }
  footer {
    display: none; }
  .leftside-menu {
    display: none; }
  .content-page {
    margin-left: 0px; } }

.badge {
  font-size: 1.25em; }

/**


@import "_campltl.scss";


@import "_footer.scss";

@import "_header.scss";

@import "_login.scss";
@import "_main.scss";

**/
.mockup-overview {
  border: 2px solid #2e2e2e;
  background-color: #eae672;
  color: #2e2e2e; }

#price {
  text-align: center; }

.plan {
  display: inline-block;
  margin: 10px 1%;
  font-family: 'Lato', Arial, sans-serif;
  width: 31%; }

.plan-inner {
  background: #fff;
  margin: 0 auto;
  min-width: 280px;
  max-width: 100%;
  position: relative; }

.entry-title {
  background: #f45165;
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px; }

.entry-title > h3 {
  background: #d42b3f;
  font-size: 20px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0; }

.entry-title .price {
  position: absolute;
  bottom: -25px;
  background: #d42b3f;
  height: 95px;
  width: 95px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 5px solid #fff;
  line-height: 80px;
  font-size: 22px;
  font-weight: 700; }

.price span {
  position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400; }

.entry-content {
  color: #323232; }

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

.entry-content li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0; }

.entry-content li:last-child {
  border: none; }

/**
.btn {
  padding: 3em 0;
  text-align: center;
}

.btn a {
  background: #323232;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none
}
**/
.hot {
  position: absolute;
  top: -7px;
  background: #F80;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  padding: 2px 5px;
  font-size: 9px;
  border-radius: 2px;
  right: 10px;
  font-weight: 700; }

.basic .entry-title {
  background: #698def; }

.basic .entry-title > h3 {
  background: #3d5aaa; }

.basic .price {
  background: #3d5aaa; }

.standard .entry-title {
  background: #9bd79d; }

.standard .entry-title > h3 {
  background: #439445; }

.standard .price {
  background: #439445; }

@media (min-width: 640px) {
  #gettingstarted-overview #price ul {
    display: block; } }

#gettingstarted-overview #price ul {
  display: block;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px; }

#gettingstarted-overview article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 700px;
  position: relative; }

#gettingstarted-overview ul {
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px; }

#gettingstarted-overview li {
  list-style: none;
  flex: 1; }

#gettingstarted-overview li:last-child {
  border-right: 1px solid #DDD; }

#gettingstarted-overview button {
  width: 100%;
  border: 1px solid #DDD;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #FFF;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999; }

#gettingstarted-overview li.active button {
  background: #F5F5F5;
  color: #000; }

#gettingstarted-overview table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }

#gettingstarted-overview th {
  background: #F5F5F5;
  display: none; }

#gettingstarted-overview td, #gettingstarted-overview th {
  height: 53px; }

#gettingstarted-overview td, #gettingstarted-overview th {
  border: 1px solid #DDD;
  padding: 10px;
  empty-cells: show; }

#gettingstarted-overview td, #gettingstarted-overview th {
  text-align: left; }

#gettingstarted-overview td + td, #gettingstarted-overview th + th {
  text-align: center;
  display: none; }

#gettingstarted-overview td.default {
  display: table-cell; }

#gettingstarted-overview .bg-purple {
  border-top: 3px solid #A32362; }

#gettingstarted-overview .bg-blue {
  border-top: 3px solid #0097CF; }

#gettingstarted-overview .sep {
  background: #F5F5F5;
  font-weight: bold; }

#gettingstarted-overview .txt-l {
  font-size: 28px;
  font-weight: bold; }

#gettingstarted-overview .txt-top {
  position: relative;
  top: -9px;
  left: -2px; }

#gettingstarted-overview .tick {
  font-size: 18px;
  color: #2CA01C; }

#gettingstarted-overview .hide {
  border: 0;
  background: none; }

@media (min-width: 640px) {
  #gettingstarted-overview ul {
    display: none; }
  #gettingstarted-overview td, #gettingstarted-overview th {
    display: table-cell !important; }
  #gettingstarted-overview td, #gettingstarted-overview th {
    width: 330px; }
  #gettingstarted-overview td + td, #gettingstarted-overview th + th {
    width: auto; } }

#gettingstarted-overview {
  /**
.comparison tbody tr:nth-child(odd) {
  display:none;
}
**/ }
  #gettingstarted-overview .comparison {
    max-width: 940px;
    margin: 0 auto;
    font: 13px/1.4 "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    padding: 10px; }
  #gettingstarted-overview .comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom: 1px solid #CCC; }
  #gettingstarted-overview .comparison td, #gettingstarted-overview .comparison th {
    border-right: 1px solid #CCC;
    empty-cells: show;
    padding: 10px; }
  #gettingstarted-overview .compare-heading {
    font-size: 18px;
    font-weight: bold !important;
    border-bottom: 0 !important;
    padding-top: 10px !important; }
  #gettingstarted-overview .comparison .compare-row {
    background: #F5F5F5; }
  #gettingstarted-overview .comparison .tickblue {
    color: #0078C1; }
  #gettingstarted-overview .comparison .tickgreen {
    color: #009E2C; }
  #gettingstarted-overview .comparison th {
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #CCC; }
  #gettingstarted-overview .comparison tr td:first-child {
    text-align: left; }
  #gettingstarted-overview .comparison .qbse, #gettingstarted-overview .comparison .qbo, #gettingstarted-overview .comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    border-right: 1px solid #CCC;
    border-bottom: 0; }
  #gettingstarted-overview .comparison .tl2 {
    border-right: 0; }
  #gettingstarted-overview .comparison .qbse {
    background: #0078C1;
    border-top-left-radius: 3px;
    border-left: 0px; }
  #gettingstarted-overview .comparison .qbo {
    background: #009E2C;
    border-top-right-radius: 3px;
    border-right: 0px; }
  #gettingstarted-overview .comparison .price-info {
    padding: 5px 15px 15px 15px; }
  #gettingstarted-overview .comparison .price-was {
    color: #999;
    text-decoration: line-through; }
  #gettingstarted-overview .comparison .price-now, #gettingstarted-overview .comparison .price-now span {
    color: #ff5406; }
  #gettingstarted-overview .comparison .price-now span {
    font-size: 32px; }
  #gettingstarted-overview .comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px; }
  #gettingstarted-overview .comparison .price-buy {
    background: #ff5406;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0; }
  #gettingstarted-overview .comparison .price-try {
    font-size: 12px; }
  #gettingstarted-overview .comparison .price-try a {
    color: #202020; }
  @media (max-width: 767px) {
    #gettingstarted-overview .comparison td:first-child, #gettingstarted-overview .comparison th:first-child {
      display: none; }
    #gettingstarted-overview .comparison tbody tr:nth-child(odd) {
      display: table-row;
      background: #F7F7F7; }
    #gettingstarted-overview .comparison .row {
      background: #FFF; }
    #gettingstarted-overview .comparison td, #gettingstarted-overview .comparison th {
      border: 1px solid #CCC; }
    #gettingstarted-overview .price-info {
      border-top: 0 !important; } }
  @media (max-width: 639px) {
    #gettingstarted-overview .comparison .price-buy {
      padding: 5px 10px; }
    #gettingstarted-overview .comparison td, #gettingstarted-overview .comparison th {
      padding: 10px 5px; }
    #gettingstarted-overview .comparison .hide-mobile {
      display: none; }
    #gettingstarted-overview .comparison .price-now span {
      font-size: 16px; }
    #gettingstarted-overview .comparison .price-small {
      font-size: 16px !important;
      top: 0;
      left: 0; }
    #gettingstarted-overview .comparison .qbse, #gettingstarted-overview .comparison .qbo {
      font-size: 12px;
      padding: 10px 5px; }
    #gettingstarted-overview .comparison .price-buy {
      margin-top: 10px; }
    #gettingstarted-overview .compare-heading {
      font-size: 13px; } }

/*# sourceMappingURL=losetheledge.css.map */