  .main {
    margin: 0 auto;
  }

  .content {
    background: #fff;
    color: #373737;
  }

  .content>div {
    display: none;
    padding: 20px 25px 5px;
  }

  .main .tabin {
    display: none;
  }

  .tabla {
    display: inline-block;
    padding: 20px 20px;
    font-weight: 600;
    text-align: center;
    background: #1D2327;
    color: #fff;
  }

  .tabla:hover {
    color: #fff;
    cursor: pointer;
    background: #ffba00 ;
  }

  .tabin:checked+.tabla {
    background: #FFBA00;
    color: #fff;
  }

  #tab1:checked~.content #content1,
  #tab2:checked~.content #content2,
  #tab3:checked~.content #content3,
  #tab4:checked~.content #content4,
  #tab5:checked~.content #content5,
  #tab6:checked~.content #content6,
  #tab7:checked~.content #content7,
  #tab8:checked~.content #content8 {
    display: block;
    margin: 0px;
    padding: 0px;
  }




  .onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  td .onoffswitch-checkbox {
    display: none;
  }

  .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #ffba00;
    border-radius: 20px;
  }

  .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.1s ease-in 0s;
  }

  .onoffswitch-inner:before,
  .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
  }

  .onoffswitch-inner:before {
    content: "Yes";
    padding-left: 10px;
    background-color: #ffba00;
    color: #FFFFFF;
  }

  .onoffswitch-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
    
  }

  .onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.1s ease-in 0s;
  }

  .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
  }

  .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
  }

  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(https://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
  }

  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
  }

  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
  }

  @font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v11/PLygLKRVCQnA5fhu3qk5fQ.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
  }

  * {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  b,
  strong {
    color: #666;
    font-size: 18px;
    font-weight: 700;
  }


  .wrap {
    background-color: #fff;
    border-radius: 1px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    font-family: Lato;
    margin: 0px;
    overflow: hidden;
    padding: 40px 1% ;
    width: 98%;
  }

  .wrap p {
    font-size: 16px;
    color: #777;
  }

  .wrap h1 {
    background: #ffba00 none repeat scroll 0 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: -40px -8% 40px;
    padding: 30px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  }

  .wrap h3 {
    color: #666;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
  }


  .wrap #hed3 {
    background-color: #0074a2;
    height: auto;
    margin: 40px -8%;
    padding: 10px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  }


  #hed3 h3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
  }

  .wrap th {
    color: #1D2327;
    font-size: 1.2em;
    padding-left: 35px;
    font-weight: 400;

  }


  .wrap td {
    padding-left: 130px;
  }

  .wrap h3 a,
  p a {
    text-decoration: none;
  }

  .wrap td p {
    color: #666;
    font-size: 1em;
  }

  .wrap p.submit {
    text-align: center;
  }

  .wrap input[type=checkbox] {
    /* All browsers except webkit*/
    transform: scale(1.2);

    /* Webkit browsers*/
    -webkit-transform: scale(1.2);
  }


  .wrap input[type=number] {
    width: 50px;
  }

  .wrap input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    width: 25px;
    height: 25px;
    border-radius: 10px;
    cursor: pointer;
  }


  .wrap input[type=range]::-moz-range-track {
    border-radius: 8px;
    height: 5px;
    border: 1px solid #bdc3c7;
    background-color: #fff;
  }

  .wrap input[type=range]::-moz-range-thumb {
    background: #0074A2;
    border: 1px solid #bdc3c7;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    cursor: pointer;
  }

  .wrap input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
    -webkit-appearance: textfield;
    /* Safari and Chrome */
    appearance: textfield;
    /* Standard */
  }

  .wrap input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

  .wrap input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
 .wrap p.lpsresetbutton button{
 background-color: #FFBA00;
 color: #FFFFFF;
 border-radius: 5px;
 border: medium none !important;
 height:30px;
 margin-left: 80px;
 }
 .wrap p.lpsresetbutton button:hover{
  background-color:#0074A2;
  color: #FFFFFF;
  border-radius: 5px;
  }
 
  #lpsbutton-primary-main{
    border-radius: 4px;
    background: #00a0d2 none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    height: 3rem;
    text-decoration: none !important;
    text-transform: uppercase !important;
   
  }
  
 #lpsbutton-primary {
    border-radius: 4px;
    height: 4em;
    width: 25%;
  }

  #lpsbutton-primary {
    background: #00a0d2 none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    height: 4rem;
    text-decoration: none !important;
    text-transform: uppercase !important;
    width: 25% !important;
  }

  #lpsbutton-primary.focus,
  #lpsbutton-primary.hover,
  #lpsbutton-primary:focus,
  #lpsbutton-primary:hover,
  #lpsbutton-primary-main.focus,
  #lpsbutton-primary-main:hover {
    background: #ffba00 !important;
  }

  input[type="text"] {
    padding: 4px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
  }

  input[type="text"]:focus,
  input[type="text"].focus {
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #969696;
  }


  #left,
  #right {
    width: 45%;
    /*display: inline-block;*/
    float: left;
  }


  /* Style for the accordion */
  .wrap .accordion {
    max-width: 300px;
  }

  .wrap .accordion-item {
    margin-bottom: 8px;
  }

  .wrap .accordion-header {
    background-color: #ffba00;
    padding: 10px;
    cursor: pointer;
  }

  .wrap .accordion-content {
    display: none;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
  }

  /* Show content when the corresponding section is targeted */
  .wrap .accordion-item:target .accordion-content {
    display: block;
  }