<html>
  <head>
    <meta content="text/html; charset=windows-1252" http-equiv="content-type">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css" title="Wrap Long Lines">
  </head>
  <body>
    <pre>/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

@font-face {
  font-family: 'Ubuntu', serif;
}

html {
  --mdc-typography-font-family: Ubuntu, Helvetica, sans-serif;
}

.jepster-font_ubuntu {
  font-family: 'Ubuntu', 'Helvetica', 'Arial', sans-serif;
}

.css-selector {
font-family: 'Ubuntu', serif;
}

body {
  margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img{
  border: 0px;
}

::-moz-selection {
  background-color: #b1bec5;
  color: #fff;
}

::selection {
  background-color: #b1bec5;
  color: #fff;
}

.jepster-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}

.jepster-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background: #56a5ec !important;
  color: white !important;
}

/* Navigation bar */

.jepster-mobile-title {
  display: none !important;
}

.jepster-logo-image {
  height: 28px;
  width: 103px;
}

.jepster-header {
  overflow: visible;
  background-color: white;
}

  .jepster-header .material-icons {
    color: #29323f !important;
  }

  .jepster-header .mdl-layout__drawer-button {
    background: transparent;
    color: #29323f;
  }

  .jepster-header .mdl-navigation__link {
    color: #29323f;
    font-weight: 700;
    font-size: 14px;
  }

  .jepster-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 500px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .jepster-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 800px;
  }

  .jepster-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
  }

    .jepster-navigation .mdl-navigation__link:hover {
      border-bottom: 4px solid #56a5ec;
    }

  .jepster-more-button {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }


.jepster-drawer {
  border-right: none;
}

  .jepster-drawer-separator {
    height: 1px;
    background-color: #e6e7e8;
    margin: 8px 0;
  }

  .jepster-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #29323f;
  }

  .jepster-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #e6e7e8;
  }

  .jepster-drawer .mdl-layout-title {
    position: relative;
    background: #29323f;
    height: 160px;
  }

    .jepster-drawer .jepster-logo-image {
      position: absolute;
      bottom: 16px;
    }

/* Bico main section */

.jepster-bico-main-section {
  position: relative;
  height: 800px;
  width: auto;
  background-color: #e6e7e8;
  background: url('images/slide01.webp') center 30% no-repeat;
  background-size: cover;
}

.jepster-font {
  font-family: 'Ubuntu', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
}

.jepster-slogan {
  font-size: 60px;
  padding-top: 160px;
}

.jepster-sub-slogan {
  font-size: 21px;
  padding-top: 24px;
}

.jepster-compatible-strava img{
    padding-top: 180px;
    height: 64px;
    width: 393px;
}

.jepster-ant-logo img{
    padding-top: 40px;
    height: 64px;
    width: 64px;
}
.jepster-buttons-main-section{
	display: inline-block;
    padding-top: 66px;
}

.jepster-2-column{
	float: left;
	width: 50%;
}

.jepster-google-play img{
    font-size: 21px;	
    height:46px;
    width:153px;
	padding-right:15px;
  }
  
.jepster-donate input[type='image'] {
		height:46x;
		width:182px;		
		padding-left:15px;
	}

/* Bico customized section */

.jepster-customized-section {
  position: relative;
  background: url('images/wear.webp') center top no-repeat;
  background-size: cover;
  height: 800px;
}

/* Bico band with text */

.jepster-bico-band   {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #29323f;
  height: auto;
}

.jepster-bico-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

  .jepster-bico-band-text p {
    padding-top: 8px;
  }

/* Bico band with text with picture*/
.jepster-bico-band-picture   {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #29323f;
  height: auto;
}

/* Links */

.jepster-link {
  text-decoration: none;
  color: #56a5ec !important;
}

  .jepster-link:hover {
    color: #1468b3 !important;
  }

  .jepster-link .material-icons {
    position: relative;
    top: -1px;
  }

.jepster-alt-link {
  text-decoration: none;
  color: #56a5ec !important;
  font-size: 16px;
}

  .jepster-alt-link:hover {
    color: #1468b3 !important;
  }

  .jepster-alt-link .material-icons {
    position: relative;
    top: 6px;
  }

/* Footer*/
.social-btn {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.46;
  border-radius: 2px;
}

.social-btn__twitter {
  background-image: url('https://www.gstatic.com/images/icons/material/system/2x/post_twitter_white_24dp.png');
}

/* Bico main features section */

.jepster-features-main-section {
  text-align: center;
}

.jepster-features-main-section-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 16px 0 16px;
}

  .jepster-features-main-section-text p {
    padding-top: 16px;
  }

.jepster-features-main-section-image {
  background: url('images/screenshots_s7.webp') center top no-repeat;
  background-size: cover;
  height: 400px;
}

/* Bico more section */

.jepster-more-section {
  padding: 80px 0;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

  .jepster-more-section .jepster-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
  }

.jepster-card-container {
}

  .jepster-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
  }

    .jepster-card-container .mdl-card__media img {
      width: 100%;
    }

  .jepster-card-container .mdl-card__title {
    background: transparent;
    height: auto;
  }

  .jepster-card-container .mdl-card__title-text {
    color: black;
    height: auto;
  }

  .jepster-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 48px;
  }

  .jepster-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .jepster-card-container .mdl-card__actions a {
    border-top: none;
    line-height: 32px;
    font-size: 16px;
  }

/* Bico features.html */

.jepster-bico-features-section {
   position: relative;
   background: url('images/screenshots_s7_features.webp') center top no-repeat;
   background-size: cover;
   height: 600px;
}

.#features h4, #features h5 {
  margin-bottom: 24px;
}

.jepster-grid-features{
  max-width:800px;
}

.jepster-grid-features-content{
	margin-bottom:48px;
}

.jepster-cell-features-content{
	padding-right:24px;
}

.jepster-text-body{
  max-width: 620px;
}

.jepster-text-superscript{
  font-style: italic;
}

/* Bico manual.html */

.jepster-bico-manual-section {
   position: relative;
   background: url('images/screenshots_s7_features.webp') center top no-repeat;
   background-size: cover;
   height: 600px;
}

.jepster-change-layout-climb-page img{
		padding-top: 20px;
		width: 600px;
	}

/* Bico news.html */

.jepster-bico-news-section {
   position: relative;
   background: url('images/news.webp') center top no-repeat;
   background-size: cover;
   height: 600px;
}

/* Jepster smartphones_and_bike_mounts.html */

.jepster-bico-phones-section {
   position: relative;
   background: url('images/phones.webp') center top no-repeat;
   background-size: cover;
   height: 600px;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.jepster-column {
  float: left;
  width: 48.5%;
  padding: 5px;
}

/* Clear floats after image containers */
.jepster-row::after {
  content: "";
  clear: both;
  display: table;
}

/* Bico about.html */

.jepster-bico-about-section {
   position: relative;
   background: url('images/tom-about.webp') center top no-repeat;
   background-size: cover;
   height: 600px;
}

/* Bico blog.html */

.jepster-grid-blog{
  max-width:1000px;
}

/* Bico standard */

.jepster-bico-title-section {
   position: relative;
   height:auto;
   overflow: hidden;
}

/* Table */

.jepster-table{
  width: 620px;
}

.jepster-table-whats-next{
  table-layout: fixed;
  width: 100%;
}

.jepster-table-whats-next th:nth-child(1) {
  width: 80%;
}
.jepster-table-whats-next th:nth-child(2) {
  width: 20%;
}

.jepster-table-strava-live-segments{
  width: 400px;
}

.jepster-table-whats-next .mdl-data-table__cell--non-numeric{
  overflow: hidden;
}

.jepster-table-phones{
  table-layout: fixed;
  white-space: normal;
  width: 100%;
}

.jepster-table-phones th:nth-child(1) {
  width: 30%;
}
.jepster-table-phones th:nth-child(2) {
  width: 70%;
}

.jepster-table-phones .mdl-data-table__cell--non-numeric{
  overflow: hidden;
}

/* Create two colums */

.jepster-two-columns-text{
  float: right;
  width: 72%;  
  margin-left:10px;
}

.jepster-two-columns-image{
  float: left;
  width: 25%;
}

.jepster-two-columns{
  float: left;
  width: 45%;
  padding: 5px;
}

/* Clear floats after the columns */
.jepster-row:after {
  content: "";
  display: table;
  clear: both;
}

/* TOC */

.toc {
  border-left: 4px solid #e6e7e8;
  margin: 24px;
  padding: 0;
  padding-left: 8px;
  display: flex;
  flex-direction: column;
}
.toc h4 {
  font-size: 0.9rem;
  margin-top: 0;
}
.toc a {
  color: #56a5ec;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  display: block;
}

/* Images */
.jepster-center-image{
	text-align: center;
}

.jepster-image-padding-top{
	margin-top: 20px;

/**** Mobile layout ****/
@media (max-width: 900px) {
  .jepster-navigation-container {
    display: none;
  }

  .jepster-title {
    display: none !important;
  }

  .jepster-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .jepster-more-button {
		display: none;
  }

	.jepster-bico-main-section {
		height: 350px;
	}

  .jepster-slogan {
		font-size: 26px;
		margin: 0 16px;
		padding-top: 24px;
	}

  .jepster-sub-slogan {
		font-size: 16px;
		margin: 0 16px;
		padding-top: 8px;
	}	

  .jepster-compatible-strava img{
      padding-top: 90px;
      height: 32px;
      width: 197px;
	}
  
  .jepster-ant-logo img{
		padding-top: 20px;
		height: 32px;
		width: 32px;
	}
	
	.jepster-change-layout-climb-page img{
		padding-top: 20px;
		width: 375px;
	}

	.jepster-buttons-main-section{
		display: inline-block;
		padding-top: 32px;
	}

	.jepster-2-column{
		float: left;	
		width: 50%;
	}

	.jepster-google-play img{
		font-size: 16px;	
		height:23px;
		width:77px;
		padding-right:7px;
	  }
  
	.jepster-donate input[type='image'] {
		padding-top:0px;
		padding-left:7px;
		height:23x;
		width:91px;
	}

	.jepster-fab {
	display: none;
	}

	.jepster-bico-features-band-text {
	margin-left: 0;
	padding: 16px;
	}

	.jepster-table{
	width: auto;
  }
}
</pre>
  </body>
</html>
