@charset "utf-8";
/* CSS Document */

@media print {    
  .no-print, .no-print * {
    display: none !important;
  }
  .hideprinted, .hideprinted * {
    display: none !important;
  }
  .printable {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .calc-input-label {
    width: 100%;
  }
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .calc-input-label {
    margin-right: 10px;
    float: left;
  }
  #runner_gender {
    width: 100px;
  }
  #runner_level {
    width: 350px;
  }
}
@media screen and (min-width: 900px) {
  .l-content {
    margin-top: 160px;
  }
}
@media screen and (min-width: 601px) and (max-width: 899px) {
  .l-content {
    margin-top: 115px;
  }
}
.print-page {
  color: #fff !important;
}
label {
  margin-bottom: 15px;
}
.calcFormHeader {
  margin-bottom: 15px;
  margin-top: 25px;
}
.help-link {
  margin-left: 10px;
  color: #F16A29;
  cursor: pointer;
}
.conversionbuttons {
  margin-bottom: 10px;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #F16A29;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
}
.btn-primary {
  background-color: #F16A29;
  border-color: #F16A29;
}
.btn.pressed {
  background-color: #1b98e0;
}
.nav-item {
  width: 100%;
}
ul.calc-navigation li a.active, ul.calc-navigation.mobile-active li a.mobile-nav-active {
  color: #F16A29;
}
#heat-form, #alt-form {
  margin-bottom: 20px;
}
.flush-row {
  margin-left: 0px;
  margin-bottom: 10px;
}
#email3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#goal_distance, #goal_hours, #goal_minutes, #goal_seconds, #runner_age, #runner_gender, #runner_level, #runner_type, #current_distance, #current_hours, #current_minutes, #current_seconds, #training_minutes, #training_seconds, #email3, #training_distance {
  background-color: #fff;
}
#training_distance {
  max-width: 100px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#goalTimeError, #currentTimeError, #runnerAgeError {
  margin-top: 10px !important;
  color: #ff0000;
}
#runnerEmailError {
  color: #ff0000;
  margin-bottom: 20px;
}
.recommended-workout-tab {
  width: 40%;
}
.modal-title {
  float: left;
}
.feedbackContainer {
  margin-top: 15px;
  text-align: right;
}
.descriptor {
  cursor: pointer;
}
.how-to-video {
  color: inherit;
}

@media screen and (min-width: 1px) and (max-width: 1279px) {
  #calculator-input, #calculator-results {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  #calculator-input, #calculator-results {
    width: 1280px;
    max-width: 1280px;
  }
}
.caret {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px dashed;
  margin-top: -2px;
  margin-left: 5px !important;
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  color: #1b98e0;
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .calc-section {
    margin-right: 0px;
    margin-left: 0px;
  }
}
#calc-mobile-nav-list {
  height: auto;
  left: inherit;
  overflow: auto;
  margin-top: 0px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.calc-mobile-nav-list-item {
  float: none;
  margin: 5px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  margin-top: 5px;
  border-bottom: solid 1px #e0e0e0;
}
#calc-mobile-nav-title {
  color: #1b98e0;
}
@media screen and (min-width: 1px) and (max-width: 1006px) {
  .calculator-splash-image {
    display: none;
  }
}

.slideout-nav-rotate{
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.slideout-nav-rotate.slideout-nav-down{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

/* Update by Kendall 1/24/17 */

.conversionbuttons .btn {
	padding: 0.25rem 0.75rem;
}

.conversionbuttons .btn a {
	font-family: "Raleway", sans-serif;
}

.conversionbuttons button {
	background-color: #eceaea;
	color: #777777;
}

label.radio.inline {
    display: inline-block;
    margin: .5rem 0;
}

.calc-section h2 {
	font-size: 24px;
}

/* Custom stuff by Rich */

.calc-mobile-pro-list-link, .calc-mobile-pro-list-item {
    color: #1b98e0;
}

.btn-pro-sample {
  color: #fff !important;
  margin-left: 10px;
}

.pace-name {
  white-space: nowrap;
}

/* Remove controls from Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Remove controls from Safari and Chrome */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; /* Removes leftover margin */
}

.spacer-row {
  height: 25px;
}

.velocities {
  font-weight: normal;
  font-size: 14px;
  color: #F16A29;
  font-style: italic;
}

.velocities span {
  margin-right: 10px;
}

.pace-values {
  width: 100%;
}

.progress-container {
  background-color: #eee;
  border-radius: 0.25rem;
}

.bq-progress {
  height: 100%;
  display: block;
  position: relative;
  border-radius: 0.25rem;
}

.bq-progress-long-shot {
  background-color: #FF0000;
}

.bq-progress-could-happen {
  background-color: #FFA500;
}

.bq-progress-boston {
  background-color: #008000;
}

@media only screen and (max-width : 1006px) {
  .mobile-only {
    display: block;
  }
  #calc-mobile-nav-container {
    margin-left: 30px;
  }
  #calculator-results {
    padding-left: 0px;
    padding-right: 0px;
  }
  #calculator-input {
    background-color: #f0f0f0;
    padding-left: 15px;
    padding-right: 15px;
  }
}  

@media only screen and (min-width : 1007px) {
  .mobile-only {
    display: none;
  }
  #calc-mobile-nav-container {
    margin-left: 15px;
  }
  #calculator-results {
    padding-left: 15px;
  }
}  

.cruise tr th {
    background-color: #006400;
}

.goal tr th {
    background-color: #FFD700;
}

.calcButton
{
    /* font-size:1.5em;  */
    text-transform:uppercase; 
}

#printableDiv
{
    color:#333;
    font-size:10px;
}

#printableDiv .eventDiv {

    width:45px;

}

#printableDiv .workoutEnduranceTitleHeaderCell, #printableDiv .workoutEnduranceTitleCell
{
    width:120px;
}

#printableDiv .workoutEnduranceHeaderCell, #printableDiv .workoutEnduranceCell {
    width:90px;

}

#printableDiv .workoutSpeedHeaderCell, #printableDiv .workoutSpeedCell
{
    width:125px;

}

#printableDiv .workoutSpeedDistanceCell
{
    width:40px;
}

#calcOutputDiv h1
{
    text-align: right;
    letter-spacing: 3px;
}

/* now define the regular page stuff */

.vertSpace15
{
    padding-top:5px;
}




.keyCell
{
    padding-left:5px;
    float:left;
    width:100px;
}

.eventName, .eventTime, .eventMilePace, .eventKiloPace
{
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999;
    text-align:center;
}

.eventTime, .eventMilePace, .eventKiloPace
{
    /*padding-left:7px;	*/
}

div.eventName
{
    background-color: #CCCCCC;
    font-weight: bold;
    padding-right: 2px;
    padding-left: 2px;
}

div.oddEventDiv.eventDiv {
    background-color:#CCCCCC;	
}

p.calcError
{
    color: #FF0000;	
}

p.calcError span
{
    font-weight: bold;
}


.workoutEnduranceTitleHeaderCell, .workoutEnduranceTitleCell
{
    width:180px;
    float:left;

    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}

.workoutEnduranceHeaderCell, .workoutEnduranceCell {
    width:115px;
    float:left;
    padding-left:5px;
    padding-right:5px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999999;	
}

.workoutSpeedHeaderCell, .workoutSpeedCell
{
    width:160px;
    float:left;
    padding-left:15px;
    padding-right:5px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999999;	
    text-align:center;
}

.workoutSpeedDistanceCell
{
    width:50px;
    float:left;
    padding-left:5px;
    padding-right:5px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999999;	
}

.workoutFullWidthHeader
{
    text-align:center;
    text-transform: capitalize;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999999;	

}

.workoutEnduranceHeaderCell, .workoutEnduranceTitleHeaderCell,
.headerCell, .workoutSpeedHeaderCell,
.workoutSpeedDistanceCell, .workoutFullWidthHeader {
    font-weight: bold;

}

.rowContainer
{
    margin:0;
    padding:0;
    clear:both;
}

.workoutEnduranceHeaderCell, .workoutEnduranceTitleHeaderCell,
.headerCell, .workoutSpeedDistanceCell,
.workoutFullWidthHeader 
{
    background-color:#CCCCCC;

}


.workoutTitle {
    text-transform: uppercase;
}

.workoutEnduranceCell {
    float: left;
}


.workoutDiv {
    clear:both;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    height: 15px;
}

div.workoutHeader.workoutDiv {
    font-weight: bold;
    padding-top:20px;
}

div.workoutDiv.oddWorkoutDiv {
    background-color:#CCCCCC;	
}

div#distanceCheckboxes
{
    margin:5px;

}

.selectedDistanceCell
{
    border-radius: 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background-color: #888;
    color: #fff;

}

.selectedDistanceCell .calcDatumPace a
{
    color: #fff;
}
.calcDatumPace a:hover
{
    color: #f47621;
}
.paceOnly .calcDatumLabel,
.paceOnly .calcDatumTime,
.paceOnly .calcDatumPace
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888;
}



.statValue .calcDatumPace a
{
    color: #F47621;

}


.calcDatumPace a
{
    color: #666666;

}


.workoutValue .calcDatumPace
{
    border: none;
}

.paceOnly .calcDatum
{
    width: 85px;
    float:left;
    text-align: center;
    margin-bottom: 15px;
}

#heatResults .columnData .calcDatum
{
    height: 19px;
    width: 100%;
    float: none;
    clear: both;
}

#heatResults .columnData .legend
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888;
}    

#heatResults .columnData .calcDatumLabel,
#heatResults .columnData  .calcDatumPace,
#heatResults  .columnData .calcDatumTime
{
    width: 33%;
    float: left;
}

#heatResults .statResults
{
    clear:both;
}

.selectedDistanceCell 
{
    border-bottom-color: #FFFFFF;
}

.boxValue
{
    float:left;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-right: 3px;
    padding-left: 4px;

    margin-right:2px;
    margin-bottom:2px;

    border-width: 1px;
    border-style: solid;
    border-color: #78C143;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;

}



.inlineWorkoutText
{
    display: inline;
}
.calcWorkout .calcDatum
{
    border:none;
}

#distanceSelectorChart
{
    height: 200px;
}

.onePace
{
    float:left;
}

.pacePair
{
    position: relative;
    margin-right: 4px;
}

.paceSeparator
{
    padding-left:3px;
    padding-right:3px;
    float: left;
    padding-top:0px;

}


.insetLabel
{
    clear:both;
    margin-left: 20px;
    font-style: italic;
}

.calcWorkout
{
    /* min-height: 113px; */
}

.eventDiv
{

    /*
width:60px;
    */
}

.raceExplanation
{

}

#showPro
{
    position: absolute;
    top: 135px;
    left: 13px;
}

#showPro a
{
    color: #09F;
}


#calcOutputDiv a.procalc
{
    color:#09f;
}

#calcOutputDiv li a span.new
{
    color: #F47621;
    font-weight: bold;
}


.minTrainingPacesHeight
{ 
    min-height: 150px;
}

ul.raceExplanation
{
    padding:0px;
    margin:0px;
}

ul.raceExplanation li
{
    margin-left:2%;
    padding:0px;
    float: left;  
    width: 35%;
    text-align: left;
    list-style: none;
}


.minWorkoutHeight
{
    min-height: 120px; 
}



/* for printing */
#printedoutput .hideprinted
{
    display: none;
}


#printedoutput .runnerIcon
{
    display:none;
}

#printedoutput .WKT_INS
{
    width: 250px;
    float: left;
    margin-left: 20px;
}



#printedoutput .statLabel
{
    float:left;
    margin-right: 5px;
}

#printedoutput .statValue,
#printedoutput .statResults
{
    float:left;
    margin-right: 15px;
}

#printedoutput .pull-left
{
    float:left;
    margin-right:10px;
}




/* for panels... */
.panelHeader
{
    float:right;
    margin-left: 5px;
}

ul.panelbuttons
{
    float: left;
    margin:0;
    padding:0;
    list-style: none;
}

ul.panelbuttons li
{
    float:left;
    margin-right:5px;
    padding:0;
}

.calcButtons
{
    float: right;
}

.conversionbuttons
{
    position: relative;
    top: -3px;
    float: left;
    font-size: .8em;
    margin-right:8px;
}

.conversionbuttons a {
    color: #FFFFFF;
}

.mcCalcPanel
{
    position: relative;
}


.dddock, .iedock
{
    position: relative;
    margin-top:5px;
    border-color: #888;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    min-height: 95px;
}

.dddock  a, .iedock a
{
    width: 71px;
    padding-left:3px;
    padding-right:3px;
    color: #333;
}

.dddock .defaultSelect,
.iedock .defaultSelect
{
    font-size: 14px;
    position: absolute;
    left: 5px;
    top:5px;
    z-index: 1000;
}


.dddock .showAllSelect,
.iedock .showAllSelect
{
    font-size: 14px;
    position: absolute;
    right: 5px;
    top:5px;
    z-index: 1000;
}

.dddock a.distanceSelected, .dddock a:hover,
.iedock a.distanceSelected, .iedock a:hover
{
    width: 71px;
    border-radius: 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background-color: #888;
    color:#fff;
    text-decoration: none;
    text-align: center;
}



ul#distanceSelectionDock
{
    position: relative;
    left:0px;
}

.iedock ul#distanceSelectionDock
{
    margin-top: 20px;
}

.dddock ul#distanceSelectionDock li
{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom:10px;
    white-space: nowrap;
    float:left;
    list-style: none;
    margin-right:0px;
    maring-left:0px;

    /* Safari */
    -webkit-transform: rotate(-65deg);

    /* Firefox */
    -moz-transform: rotate(-65deg);

    /* IE */
    /* -ms-transform: rotate(65deg); */

    /* Opera */
    -o-transform: rotate(-65deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: relative;
    top:50px;
    width: 18px;

    z-index: 10;

}


.iedock ul#distanceSelectionDock li
{
    font-size: 14px;
    white-space: nowrap;
    float:left;
    list-style: none;
    margin-right:5px;
    margin-left:5px;
    padding-right:5px;
    padding-left:5px;
    position: relative;
    z-index: 10;
}

.rotate {

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}


.innerText
{
    float:left;
    margin-right:3px;
    margin-left:3px;
}
.innerNewline
{
    clear:both;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999;
}

#nutritionDiv table, #nutritionDiv tr, #nutritionDiv td 
{
    border: none;
}

.nutritionResultRow
{
    height:40px;
}

.uneditable-input.span3 {
  height: 30px;
}

.statLabel, .statValue
{
    padding:1px;
    font-size: 12px;
    float: left;
    /* font-weight: bold; */
    /* font-size: 1.1em; */
}

.statValue
{
    font-style: italic;
    color: #78C143;
    margin-left: 5px;
    position:relative;
    top:0px;
}

.statLabel
{

}


.statResults
{
    font-size: 12px;
    float:left;
    position: relative;
}

.panelTitle
{
    float:left;
    margin-right:15px;
}

.panelTitle a
{
    text-transform: uppercase;
}
.bottomBorder
{
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999;
}


.salesPitch
{
    margin-top: 15px;
}


.brightenData, .brightenData a,
.selectedDistanceCell .brightenData a,
.brightenData .workoutBody a
{
    color: #0099FF;
}

.closePopover
{
    float:right;
}

.smallInput
{
    max-width: 56px;
    text-align: center;
}

.calculator-wrapper select {
    background-color: #FFFFFF !important; 
    border: 1px solid #ccc; 
    width: 158px;
}

#calc-form input[type="radio"]
{
    margin:0;
    position: relative;
    top:-2px;
}

.paddingLeftRight
{
    padding-left: 15px;
    padding-right: 15px;
}

.videoContent{
    position: relative;
    min-width: 550px;
}

.marketingPanel
{
    text-align: center;
    padding:10px;
}
.marketingPanel a
{
    color: #0099FF;
    font-weight: bold;
}
.marketingPanel a:hover
{
    color: #0069d6;
    text-decoration: underline;
    font-weight: bold;
}


.calcRow2
{
    overflow: hidden;
    /* padding:10px; */
}

.calcFormHeader
{
    color:#000;  font-family: Raleway; font-size: 18px; text-transform: uppercase; font-weight: bold;
}

.panelbuttons a
{
    padding-top:3px;
}



.marketingForeground
{
    background-color: rgba(255, 255, 255, .6);
    padding:10%;
}

.marketingForeground .frosted
{
    padding:5%;
    background-color: rgba(255, 255, 255, .9);
    min-height: 500px;
    border-color: #999;
    border-width: 1px;
    border-style: solid;

}
.localeikkiBackground
{
    background-image: url(/_calculator/assets/images/localeikkiSnapshot.png);
    background-repeat: no-repeat;

}

/**/

.nav-tabs .nav-item+.nav-item {
    margin-left: 0;
}

ul.nav-tabs {
    margin: 0;
    border: none;
}

.nav-tabs .nav-item {
    float: none;
    margin-bottom: 0;
}

.padding-top-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width : 1007px) {
  section.calculator-wrapper, 
  section.calculator-entry-wrapper {
      background-color: #f0f0f0;
      padding: 15px;
  }
  
  section.calculator-entry-wrapper {
      padding: 30px;
  }
}

ul.calc-navigation{
    margin: 0;
    padding: 0;
}

ul.calc-navigation li.nav-item  {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.calc-navigation li.nav-item  a {
    display: block;
    background-color: #eceaea;
    padding: 8px 20px;
    margin-bottom: 1px;
}

ul.calc-navigation li:hover a {
    background-color: #FFFFFF;
    color: #F16A29;
    cursor: pointer;    
}

ul.calc-navigation li a.active, 
ul.calc-navigation.mobile-active li a.mobile-nav-active {
    background-color: #FFFFFF;
    font-weight: bold;
}

ul.calc-navigation li.pro a,
ul.calc-navigation.mobile-active li a.pro.mobile-nav-active {
    color: #1b98e0;
}

.calc-section-wrapper {

    padding-right: 0;
    padding-left: 0;
}

.calc-section {
    margin-right: 15px;
    background: #FFF;
    min-height: 550px;
    padding: 15px 20px;
}

.accordion-body dt {
    color: #2b3b7b;
}

.times-table th {
    text-transform: uppercase;
}

.times-table tr.selected {
    background-color: #eceaea;
}

.times-table-thin th {
    margin: 0;
    font-size: 11px;
    line-height: 100%;
    text-transform: uppercase;
}

[data-times-col] h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #F16A29;
}

[data-times-col] h4 span {
    font-weight: normal;
    font-size: 14px;
    float: right;
}

.orange {
    color: #F16A29;
}

.container.social-buttons, 
.container.calculator-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.container.social-buttons h5 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}

.expand-table {
    margin-bottom: 1.5rem;
}

.coach-note, 
.coach-note-content  {
    margin-bottom: 1.5rem;
}

.training-paces-table tr th:first-child,
.race-paces-table tr th:first-child {
    background-image: url('/_calculator/assets/images/directions_run_white_18x18.png');
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding-left: 30px;
}

.training-paces-table tr td:first-child,
.race-paces-table tr td:first-child {
        width: 25%;
}

.training-paces-table-thin tr td:first-child {
    width: auto;
}

.training-paces-table tr th, 
.race-paces-table tr th, 
.training-paces-table-thin tr th {
    color: #FFFFFF;
}



.endurance tr th {
    background-color: #1f51a8;
}

.stamina tr th {
    background-color: #27a443;
}

.speed tr th {
    background-color: #e78905;
}

.sprint tr th {
    background-color: #b61d1f;
}

.racepace tr th {
    background-color: #733d98;
}

h2.endurance {
    background-color: #1f51a8;
}

h2.stamina {
    background-color: #27a443;
}

h2.speed {
    background-color: #e78905;
}

h2.sprint {
    background-color: #b61d1f;
}

h2.racepace {
    background-color: #733d98;
}

h2.cruising {
    background-color: transparent;
    background-image: none;
    color: #373a3c;
}

.inside-main ul.nav-tabs li {
    list-style: none;
    display: inline-block;
}

.form-horizontal .row {
    margin-bottom: 1em;
}

a.question {
    background: #eceaea;
    color: #666666;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}
a.question:hover {
    color: #FFF;
    background: #666666;
    text-decoration: none;
}

h2.banner {
    font-size: 16px;
    padding: 10px;
}

h2.banner a {
    color: #FFF;
}

h2.banner a:hover {
    color: #DDDDDD;
}

.calc-section p:last-child {
    margin-bottom: 1.5rem;
}

.form-bottom-margin {
    margin-bottom: 15px;
}

ul.calc-navigation.mobile-active {
    margin: 0 0 15px;
}

@media only screen and (max-width : 695px) {

    /* Force table to not be like tables anymore */
    table.training-paces-table, table.training-paces-table thead, table.training-paces-table tbody, table.training-paces-table th, table.training-paces-table td, table.training-paces-table tr { 
        display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    table.training-paces-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.training-paces-table thead tr:first-child { 
        position: relative;
        top: 0;
        left: 0;
    }

    table.training-paces-table thead tr th {
        display: none;
    }

    table.training-paces-table thead tr th:nth-of-type(1) {
        display: block;
    }
    
    table.training-paces-table tr { border: 1px solid #ccc; }
    
    table.training-paces-table td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }
    
    table.training-paces-table 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;
    }
    
    /*
    Label the data
    */
    .workout-label:before { content: "Workout" !important; }
    table.training-paces-table td:nth-of-type(1):before { content: "Distance"; }
    table.training-paces-table td:nth-of-type(2):before { content: "Paces"; }
    table.training-paces-table td:nth-of-type(3):before { content: "HR Max"; }
    table.training-paces-table td:nth-of-type(4):before { content: "HR Reserve"; }
    table.training-paces-table td:nth-of-type(5):before { content: "Effort"; }
    table.training-paces-table td:nth-of-type(6):before { content: "RPE"; }

    .training-paces-table tr td:first-child {
        width: 100%;
    }

    .btn {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }

    .nav-item {
        /*display: none;*/
    }
    .active-nav {
        display: block;
        
    }
    ul.calc-navigation .active-nav .active {
        /*margin-bottom: 15px;*/
    }
    .calc-section {
        margin-right: 15px;
        margin-left: 15px;
    }

    ul.calc-navigation.mobile-active {
        min-height: 39px;
    }

    ul.calc-navigation.calc-nav-src-menu {
        margin-top: -54px;
    }

/*    ul.calc-navigation.mobile-active li a.mobile-nav-arrow {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 99999;
    }*/

    ul.calc-navigation.mobile-active li.active-nav {
        background-color: #FC0;
    }
}
