
/*  Fonts  */
@font-face {
    font-family: 'lato_regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato_bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'avantgardelt-extralight';
    src: url('../fonts/avantgardelt-extralight.eot');
    src: url('../fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardelt-extralight.woff') format('woff'),
         url('../fonts/avantgardelt-extralight.ttf') format('truetype'),
         url('../fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}





::selection {color:#ffffff;background:#353434;}
::-moz-selection {color:#ffffff;background:#353434;}

body {
  /* background-color:rgba(255, 255, 255, 0.2); */
  background-color: white;
}

#dialog_clipboard_ok {
  display: none;
}


/* Spinner (Pfeile hoch und runter) ausblenden bei Nummerneingaben */
/*input[type=number] { 
    -moz-appearance: textfield;
}*/ /* Firefox */

/*input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;
    margin: 0;
}*/ /* Webkit Browser (z.B. Chrome und Safari) */



h1 {
  display: inline;
}

h2  {
  font-family: 'lato_bold', arial;
  font-weight: normal;
}

a, .link {
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}

.link {
  cursor: pointer;
}


.action_show {
  display: block !important;
}


.wrapper {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

sup {
  vertical-align: super; 
  font-size: 0.6em;
}



/* ##################### */ 
/* ##### HEADER ######## */
/* ##################### */ 
  header {
    width: 100%;
    height: 80px;
    background: #353434;
  }
  
  header img.logo {
    float: left;
    margin-top: 16px;
    width: 92px;
    height: 53px;
  }

  header .titel {
    overflow: hidden;
    display: inline-block;
    margin: 20px 0 0 10px;
    padding: 13px 10px 0 40px;
    z-index: 800;
    font-size: 16px;
    font-family: 'lato_bold', arial;
    letter-spacing: 1px;
    color: white;
  }
  
  header nav {
    overflow: hidden;
    display: inline-block;
    margin: 20px 0 0 10px;
    padding: 13px 40px;
    z-index: 800;
  }

  header nav ul {
    list-style: none;
  }

  header nav ul li {
    float: left;
    margin-left: 35px;
    font-size: 16px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
  }

  header nav ul li:first-child, header nav ul li:nth-child(2) {
    margin-left: 0;
  }

  header nav ul li a, header nav ul li.link {
    color: white;
    padding-left: 17px;
    background: url('../img/icons-12x12.png') no-repeat;
  }
  header nav ul li a:hover, header nav ul li.link:hover {
    color: #6699CC;
    background-image: url('../img/icons-12x12-hover.png');
  }

  header nav ul li.calendar {
    display: none;
  }
  header nav ul li.enlarge a {
    background-position: 0 3px;
  }
  header nav ul li.bookmark {
    background-position: 0 -13px;
  }
  header nav ul li.whole_season a {
    background-position: 0 -29px;
  }
  header nav ul li.download {
    background-position: 0 -45px;
  }
  header nav ul li.download span:hover {
    text-decoration: underline;
  }
  



  #lang_menu {
    display: none;
    background: #353434;
    margin: 8px 0 0 0;
    padding: 0;
    border-left: 0;
    border-top: 1px #2c2c2c solid;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 900;
    display: none;
    border-bottom-left-radius: 2px; 
    border-bottom-right-radius: 2px; 
  }
  #lang_menu ul li {
    margin: 0;
    width: 100%;
    border-bottom: 1px #2c2c2c solid;
  }
  #lang_menu ul li:last-child {
    border-bottom: 0;
  }
  #lang_menu ul li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    padding-left: 0px;
    background: none !important;
  }



  header ul.social {
    float: right;
    list-style: none;
    margin-top: 23px;
    z-index: 900;
  }

  header ul.social li {
    float: left;
    margin-left: 10px;
  }

  header ul.social li.menue {
    margin-right: 10px;
  }

  header ul.social li a, header ul.social li.link {
    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/icons-35x35.png') no-repeat;
  }
  
  header ul.social li.menue {
    display: none;
  }

  header ul.social li a:hover, header ul.social li.link:hover {
    background: url('../img/icons-35x35-hover.png') no-repeat;
  }


  header ul.social li.language {
    margin-right: 10px;
  }
  header ul.social li.language a {
    background-image: none;
    font-family: 'lato_bold', arial;
    padding-top: 7px;
    border: 2px solid white;
    height: 24px;
    width: 31px;
    text-align: center;
  }
  header ul.social li.language a:hover {
    color: #6699CC;
    border-color: #6699CC;
  }



  /*
  header ul.social li.enlarge a {
    background-position: 0 -180px;
  }
  */
  header ul.social li.menue {
    background-position: 0 -144px !important;
  }
  /*
  header ul.social li.ecard a {
    background-position: 0 -108px;
  }
  */
  header ul.social li.fb a {
    background-position: 0 0;
  }
  header ul.social li.twitter a {
    background-position: 0 -36px;
  }
  header ul.social li.gplus a {
    background-position: 0 -72px;
  }
  header ul.social li.teilen a {
    background-position: 0 -252px;
  }




  
/* ############################### */ 
/* ####### CHART + CALENDAR ###### */
/* ############################### */ 
  #chart_calendar {
    background: #F8F7F7;
  }


  
  
/* ##################### */ 
/* ##### CALENDAR ###### */
/* ##################### */
  section#calendar {
    float: right;
    background: #F8F7F7;
    color: #767575;    
    font-family: "lato_regular", arial;
    font-size: 15px;
    width: 230px;    
    padding: 30px 20px;
  }
  section#calendar a {
    color: #767575;
    font-family: "lato_bold", arial;
  }
  section#calendar a:hover {
    color: #6699CC;
  }
  section#calendar span.prev, section#calendar span.next {
    display: block;
    color: #dddddd;
  }
  section#calendar span.prev {
    float: left;
  }
  section#calendar span.next {
    float: right;
  }
  section#calendar div {
    margin: 0 auto;
    text-align: center;
  }
  section#calendar table {
    width: 100%;
    margin-top: 10px;    
    text-align: right;
  }
  section#calendar table th, section#calendar table td {
    padding: 6px 2px;
  }
  section#calendar table th {
    font-family: "lato_regular", arial;
    font-weight: normal;
    font-size: 11px;
    color: #9e9e9e;
    border-bottom: 1px solid #f0f0f0;
  }
  section#calendar table td {
    color: #A6A5A5;
  }
  section#calendar table td.other_month, section#calendar table td.other_month a {
    color: #dddddd;
  }
  section#calendar table td.other_month a:hover {
    color: #cccccc;
  }
  section#calendar table td.selected_day {
    color: #6699CC;
    font-family: "lato_bold", arial;
  }
  section#calendar hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #f0f0f0;
  }
  
  
  
  
  
/* ######################## */
/* ##### CHART ############ */
/* ######################## */
  section#chart {
    overflow: hidden;
    position: relative;
    background-color: white;
  }
  
  section#chart  .error_message {
    font-size: 14px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center;
    color: #D41320;
    border: 2px solid #D41320;
    background-color: rgba(212, 19, 32, 0.1);
    padding: 8px;
    margin: 20px 20px 5px 20px;
  }
  section#chart  .info_message {
    font-size: 16px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    color: #21A11F;
    border: 2px solid #21A11F;
    background-color: rgba(33, 161, 31, 0.1);
    padding: 8px;
    margin: 20px 20px 5px 20px;
  }
  section#chart  .info_message strong {
    font-size: 20px;
    font-family: 'lato_bold', arial;
    font-weight: normal;
    line-height: 25px;
  }
  
  section#chart  .description_sn, section#chart .description_chid {
    clear: left;
    float: left;
    font-size: 16px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
    line-height: 22px;
  }
  section#chart  .description_sn {
    max-width: 350px;
    padding: 80px 20px 0px 20px;
  }
  section#chart .description_chid {
    max-width: 380px;
    padding: 40px 5px 0px 20px;
  }
  
  section#chart  hr {
    clear: left;
    border-color: #f7f7f7;
    border-width: 2px;
  }
  
  section#chart  h2, section#chart  p {
    padding-bottom: 10px;
  }
  
  section#chart  input {
    font-size: 16px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
  }
  
  section#chart .ticket {
    float: left;
    max-width: 300px;
    width: 94%;
    padding: 10px 5px 30px 10px;
    text-align: center;
  }
  section#chart .ticket p {
    padding-bottom: 4px;
  }
  section#chart .ticket span {
    font-size: 14px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
    color: #767575;
    text-decoration: underline;
  }
  section#chart .ticket span:hover{
    color: #6699CC;
  }
  section#chart .ticket_back {
    float: left;
    max-width: 461px;
    width: 94%;
    padding: 10px 5px 30px 10px;
  }
  
  section#chart #other_tickets, section#chart #formular_ticket_normal {
    clear: left;
  }
  
  section#chart .chid_selector {
    font-size: 16px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
    line-height: 22px;
    padding: 20px;
    color: #353434;
  }
  
  section#chart .chid_selector table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
  }
  section#chart .chid_selector td, section#chart .chid_selector th { 
    padding: 6px; 
    border: 1px solid #ccc; 
    text-align: left; 
    font-size: 14px;
  }
  section#chart .chid_selector th { 
    background: #353434;
    color: white; 
    border-color: #353434;
    border-right-color: #888;
    font-family: 'lato_bold', arial;
    font-weight: normal;
  }
  section#chart .chid_selector th:last-child {
    border-right-color: #353434;
  }
  section#chart .chid_selector table a {
    color: #353434;
    text-decoration: underline;
  }
  section#chart .chid_selector tr:nth-of-type(odd) { 
    background: white;
  }
  section#chart .chid_selector tr:nth-of-type(even) { 
    background: #f7f7f7;
  }



  
  
  
/* ######################## */
/* ####### SUBTITLE ####### */
/* ######################## */
  section#subtitle {
    height: 22px;
    background: #F8F7F7;
    color: #767575;
    font-size: 12px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
    margin-top: -1px;
    margin-bottom: 8px;
  }
  section#subtitle p {
    padding-top: 5px;
    padding-right: 270px;
    text-align: center;
  }
  section#subtitle #reset_zoom_description_link {
    text-decoration: underline;
  }
  section#subtitle #reset_zoom_description_link:hover {
    color: #6699CC;
  }
  section#subtitle p a {
    color: #767575;
    font-family: "lato_bold", arial;
  }
  section#subtitle p a:hover{
    color: #6699CC;
  }
  section#subtitle .prev_day {
    color: #dddddd;
    padding-right: 10px;
  }
  section#subtitle .next_day {
    color: #dddddd;
    padding-left: 10px;
  }
  #subtitle_date, section#subtitle p span.date_short, section#subtitle p span.date_extra_short, section#subtitle p span.description_short {
    display: none;
  }
  section#subtitle span.show_calendar {
    display: none;
    overflow: hidden;
    float: right;
    margin-top: 4px;
    margin-right: 10px;
    height: 26px;
    text-align: right;
    width: 100px;
    padding-top: 10px;
    padding-right: 43px;
    background: url('../img/icons-35x35.png') no-repeat 108px -216px;
  }
  section#subtitle span.show_calendar:hover {
    color: #6699CC;
    background-image: url('../img/icons-35x35-hover.png');
  }
  
  
  
  
/* ############################### */ 
/* ####### DETAILS + SUMMARY ##### */
/* ############################### */ 
  #details_summary>hr {
    width: 95%;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
    display: none;
  }
  
  
/* ##################### */ 
/* ###### SUMMARY ###### */
/* ##################### */
  section#summary {
    float: right;
    font-family: "lato_regular", arial;
    font-size: 15px;
    width: 249px;
    padding: 20px 1px 20px 20px;
    color: #767575;
    letter-spacing: 1px;
    text-align: center;
    line-height: 18px;
  }
  
  section#summary .summary_box {
    outline: 1px solid #353434;
    width: 100%;
    margin-bottom: 20px;
  }
  section#summary .summary_box p {
    padding: 5px 3px;
    color: #353434;
  }
  section#summary .summary_box p:first-child {
    color: white;
    background-color: #353434;
  }
  section#summary .summary_box p:last-child {
    line-height: 25px;
  }
  section#summary .summary_box p strong {
    font-size: 20px;
    font-family: 'lato_bold', arial;
    font-weight: normal;
  }
  section#summary>p>span#set_bookmark {
    font-size: 13px;
    text-decoration: underline;
    color: #A6A5A5;
  }
  section#summary>p>span#set_bookmark:hover {
    color: #6699CC;
  }
  section#summary>p.hours_points_remaining {
    margin-top: 20px;
  }
  section#summary>p.hours_points_remaining strong {
    font-size: 20px;
    font-family: 'lato_bold', arial;
    font-weight: normal;
    line-height: 25px;
  }
  
  
  
/* ######################## */
/* ###### DETAILS ######### */
/* ######################## */
  section#details {
    overflow: hidden;
    padding: 20px 20px 20px 0;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
    line-height: 22px;
    color: #353434;
  }
  section#details h3 {
    width: 95%;
    text-align: center;
    padding-bottom: 10px;
    display: none;
  }
  section#details table {
    width: 100%;
    border-collapse: collapse;
  }
  section#details td, section#details th { 
    padding: 6px; 
    border: 1px solid #ccc; 
    text-align: left; 
    font-size: 14px;
    vertical-align: middle;
  }
  section#details td strong {
    font-family: 'lato_regular', arial;
    font-weight: normal;
  }
  section#details th, section#details tfoot td { 
    background: #353434;
    color: white; 
    border-color: #353434;
    border-right-color: #888;
    font-family: 'lato_bold', arial;
    font-weight: normal;
  }
  section#details th:last-child, section#details tfoot td:last-child {
    border-right-color: #353434;
  }
  section#details tbody tr:nth-of-type(odd) { 
    background: white;
  }
  section#details tbody tr:nth-of-type(even) { 
    background: #f7f7f7;
  }
  section#details td:nth-of-type(1) span, section#details tr.ski td:nth-of-type(4) span:last-child, section#details tr.ski td:nth-of-type(5) span, section#details tfoot td:nth-of-type(4) span:last-child, section#details tfoot td:nth-of-type(5) span {
    display: none;
  }
  section#details td:nth-of-type(1), section#details th:nth-of-type(1),
  section#details td:nth-of-type(2), section#details th:nth-of-type(2)  {
    text-align: center;
  }
  section#details td:nth-of-type(4), section#details th:nth-of-type(4),
  section#details td:nth-of-type(5), section#details th:nth-of-type(5)  {
    text-align: right;
  }
  section#details tr.lift td:nth-of-type(4), section#details tr.ski td:nth-of-type(3) {
    font-size: 11px;
    line-height: 14px;
    color: #A6A5A5;
  }
  section#details tfoot td:nth-of-type(1), section#details tfoot td:nth-of-type(2) {
    border-left-width: 0;
    border-bottom-width: 0;
    background-color: inherit;
  }
  section#details tfoot td:nth-of-type(1) {
    border-right-width: 0;
  }
  
  section#details table img {
    width: 25px;
    height: 25px;
  }
  
  section#details>p {
    margin-top: 20px;
    width: 100%;
    text-align: right;
    color: #767575;
    font-size: 14px;
  }
  section#details>p span {
    text-decoration: underline;
  }
  section#details>p span:hover {
    color: #6699CC;
  }
  #show_lift_runs, #show_ski_runs {
    display: none;
  }
  
  
  
  
  

  
  
/* ######################## */
/* ######## FOOTER ######## */
/* ######################## */    
  footer {
    background: #f7f7f7;
    color: #767575;
    font-size: 16px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: center;
    padding: 15px 10px;
  }
  footer.wrapper {
    margin-top: 15px;
  }
  footer p {
    margin-top: 10px;
  }
  
  
  






/* ############################################################################################################################################################################################################################### */
/* ###### RESPONSIVE ############################################################################################################################################################################################################# */
/* ############################################################################################################################################################################################################################### */


/* ##################### */ 
/* ##### HEADER ######## */
/* ##################### */ 

  @media (max-width:1260px){
    header .wrapper{
      padding: 0 30px;
    }
  }


  @media (max-width:1100px){
    header ul.social li.twitter, header ul.social li.gplus, header ul.social li.teilen {
      display: none;
    }
  }
  @media (max-width:1010px){
    header ul.social li.fb {
      display: none;
    }
  }
  

  @media (max-width:970px){

    header img.logo{
      float: none;
    }
    
    header ul.social li.menue {
      display: block;
    }
    header nav{
      background: #353434;
      margin: 8px 0 0 0;
      padding: 0;
      border-left: 0;
      border-top: 1px #2c2c2c solid;
      overflow: hidden;
      text-align: center;
      position: relative;
      z-index: 900;
      display: none;
    }
    header nav{
      border-bottom-left-radius: 2px; 
      border-bottom-right-radius: 2px; 
    }
    header nav ul li{
      margin: 0;
      width: 100%;
      border-bottom: 1px #2c2c2c solid;
    }
    header nav ul li:last-child{
      border-bottom: 0;
    }
    header nav ul li a, header nav ul li.link {
      display: block;
      width: 100%;
      padding: 20px 0;
      padding-left: 0px;
      background: none !important;
    }
    header nav ul li.calendar {
      display: none;
    }
    header nav ul li a:hover, header nav ul li.link:hover {
      background: none;
    }
  }

  @media (max-width:763px){
    header .wrapper{
      padding: 0 10px;
    }
    header .titel {
      padding-left: 20px;
    }
  }
  
  @media (max-width:631px){
    header .titel span{
      display: none;
    }
  }

  @media (max-width:390px){
    header .titel {
      display: none;
    }
  }
  
  /*
  @media (max-width:298px){
    header img.logo{
      width: 0;
    }
    header .titel {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
      text-align: center;
    }
  }
  */
  

  
/* ##################### */ 
/* ##### CALENDAR ###### */
/* ##################### */
  @media (max-width:1002px){
    section#calendar {
      font-size: 13px;
      width: 210px;    
      padding: 30px 15px 20px 10px;
    }
    section#subtitle p {
      padding-right: 235px;
    }
  }
  
  @media (max-width:850px){
    section#calendar {
      display: none;
      position: absolute;
      right: 0;      
      z-index: 500;
      float: none;
      font-size: 17px;
      width: 240px;
      padding-top: 15px;
      padding-bottom: 8px;
    }
    header nav ul li.calendar {
      display: list-item;
    }
    section#subtitle p {
      padding-right: 10px;
      padding-left: 10px;
      text-align: left;
      padding-top: 14px;
    }
    section#subtitle span.show_calendar {
      display: block;
    }
    section#subtitle {
      height: 45px;
      font-size: 16px;
    }
    #subtitle_date {
      display: inline;
    }
    #subtitle_zoom_description {
      display: none;
    }
    section#calendar .act_day {
      display: none;
    }
  }
  @media (max-width:370px) {
    section#calendar {
      padding-top: 10px;
      padding-bottom: 5px;
    }
  }
  @media (max-width:300px) {
    section#calendar {
      font-size: 13px;
      width: 200px;
    }
  }
  @media (max-width:255px) {
    section#calendar table th, section#calendar table td {
      padding: 4px 2px;
    }
  }
  @media (max-width:230px) {
    section#calendar {
      width: 180px;
    }
    section#calendar table th, section#calendar table td {
      padding: 3px 2px;
    }
  }
  
  
/* ######################## */
/* ##### CHART ############ */
/* ######################## */  
  @media (max-width:1150px){
    section#chart .description_chid {
      padding-top: 20px;
      padding-right: 20px;
    }
  }
  @media (max-width:935px){
    section#chart  .description_sn {
      padding-top: 20px;
    }
  }
  @media (max-width:450px){
    section#chart .chid_selector table, section#chart .chid_selector thead, section#chart .chid_selector tbody, section#chart .chid_selector th, section#chart .chid_selector td, section#chart .chid_selector tr { 
      display: block;
    }
    section#chart .chid_selector thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    section#chart .chid_selector tr { 
      border: 1px solid #ccc; 
    }
    section#chart .chid_selector td { 
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee; 
      position: relative;
      padding-left: 50%;
    }
    section#chart .chid_selector td:before { 
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%; 
      padding-right: 10px; 
      white-space: nowrap;
    }
  }
  @media (max-width:310px){
    section#chart  .description_sn, section#chart .description_chid, section#chart .chid_selector {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  
  
  
/* ######################## */
/* ####### SUBTITLE ####### */
/* ######################## */
  @media (max-width:460px){
    section#subtitle p span.date_short {
      display: inline;
    }
    section#subtitle p span.date_long {
      display: none;
    }
  }
  @media (max-width:360px){
    section#subtitle p span.date_extra_short {
      display: inline;
    }
    section#subtitle p span.date_short {
      display: none;
    }
    section#subtitle .prev_day {
      padding-right: 5px;
    }
    section#subtitle .next_day {
      padding-left: 5px;
    }
  }
  @media (max-width:305px){
    section#subtitle p .prev_day, section#subtitle p .next_day {
      display: none;
    }
  }
  @media (max-width:263px){
    section#subtitle p {
      display: none;
    }
  }





/* ##################### */ 
/* ###### SUMMARY ###### */
/* ##################### */  
  @media (max-width:1002px){
    section#summary {
      width: 224px;    
      padding: 20px 1px 20px 10px;
    }
  }


/* ############################### */ 
/* ####### DETAILS + SUMMARY ##### */
/* ############################### */ 
  @media (max-width:705px){
    section#summary {
      float: none;
      width: 95%;
      margin: 0 auto;
      padding: 20px 0;
    }
    section#details {
      overflow: visible;
      padding: 20px 0;
      margin: 0 auto;
      width: 95%;
    }
    #details_summary>hr {
      display: block;
    }
    section#details h3 {
      display: block;
    }
  }
  
  
/* ######################## */
/* ###### DETAILS ######### */
/* ######################## */
  @media (max-width:420px){
    section#details table, section#details thead, section#details tbody, section#details tfoot, section#details th, section#details td, section#details tr { 
      display: block;
    }
    section#details td {
      text-align: center !important;
    }
    section#details thead tr {
      display: none;
    }
    section#details tbody tr { 
      border: 1px solid #ccc; 
    }
    section#details tbody td { 
      border: none;
      position: relative;
    }
    section#details tbody td:first-child {
      border-bottom: 1px solid #eee; 
    }
    section#details tr.lift td:nth-of-type(2) {
      padding-top: 8px;
      padding-bottom: 0;
    }
    section#details tr.lift td:nth-of-type(3) {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: -3px;
    }
    section#details tr.lift td:nth-of-type(4) {
      padding-top: 1px;
      padding-bottom: 8px;
    }
    section#details tr.ski td:nth-of-type(4) {
      padding-bottom: 1px;
    }
    section#details tr.ski td:nth-of-type(5) {
      padding-top: 1px;
    }
    section#details td:nth-of-type(1) span, section#details tr.ski td:nth-of-type(4) span:last-child, section#details tr.ski td:nth-of-type(5) span, section#details tfoot td:nth-of-type(4) span:last-child, section#details tfoot td:nth-of-type(5) span {
      display: inline;
    }
    section#details tr.ski td:nth-of-type(4) span:nth-of-type(1), section#details tfoot td:nth-of-type(4) span:nth-of-type(1) {
      display: none;
    }
    section#details tr.lift td:nth-of-type(5) {
      display: none;
    }
    section#details tr.ski td:nth-of-type(2), section#details tr.ski td:nth-of-type(3) {
      display: none;
    }
    section#details td strong {
      font-family: 'lato_bold', arial;
      font-weight: normal;
    }
    section#details tfoot td:nth-of-type(1), section#details tfoot td:nth-of-type(2) {
      display: none;
    }
    section#details tfoot td:nth-of-type(4) {
      padding-bottom: 0;
      padding-top: 0;
    }
    
  }

