/****************************************************************************************************/
/* line 5, ../../src/sass/stopwatch.scss */
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 14, ../../src/sass/stopwatch.scss */
html, body {
  font-weight: bold;
  color: #333;
  background: transparent; }

/* line 20, ../../src/sass/stopwatch.scss */
p {
  margin: 0px; }

/****************************************************************************************************/
/* line 26, ../../src/sass/stopwatch.scss */
.container-fluid {
  max-width: 1024px;
  min-width: 768px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto; }

/* line 34, ../../src/sass/stopwatch.scss */
.left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 240px;
  height: 100%;
  text-align: center;
  vertical-align: middle; }

/* line 44, ../../src/sass/stopwatch.scss */
.center {
  top: 0px;
  left: 50%;
  right: 50%;
  height: 100%;
  text-align: center;
  vertical-align: middle; }

/* line 53, ../../src/sass/stopwatch.scss */
.right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 240px;
  height: 100%;
  text-align: center;
  vertical-align: middle; }

/****************************************************************************************************/
/* line 65, ../../src/sass/stopwatch.scss */
.timer {
  position: fixed;
  z-index: 777;
  width: 100%;
  max-width: 1024px;
  min-width: 768px;
  height: 180px; }
  /* line 73, ../../src/sass/stopwatch.scss */
  .timer button {
    position: absolute;
    z-index: 77777;
    display: block;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none; }
    /* line 84, ../../src/sass/stopwatch.scss */
    .timer button p {
      font-size: 12px;
      color: white; }
  /* line 89, ../../src/sass/stopwatch.scss */
  .timer button.startOrLapButton {
    top: 40px;
    left: 60px;
    background-color: black;
    color: white; }
  /* line 95, ../../src/sass/stopwatch.scss */
  .timer button.stopOrResetButton {
    top: 40px;
    right: 60px;
    background-color: #999999;
    color: white; }
  /* line 101, ../../src/sass/stopwatch.scss */
  .timer .timeLabel {
    position: relative;
    top: 60%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%); }
    /* line 107, ../../src/sass/stopwatch.scss */
    .timer .timeLabel .lapTimeLabel {
      font-weight: normal;
      padding: 0px;
      font-size: 64px;
      text-align: center; }
    /* line 113, ../../src/sass/stopwatch.scss */
    .timer .timeLabel .totalTimeLabel {
      font-weight: normal;
      margin-top: -12px;
      font-size: 24px;
      text-align: center; }

/****************************************************************************************************/
/* line 124, ../../src/sass/stopwatch.scss */
.lapLabel {
  position: fixed;
  top: 180px;
  width: 100%;
  max-width: 1024px;
  min-width: 768px;
  border-bottom: solid 1px #eee; }
  /* line 132, ../../src/sass/stopwatch.scss */
  .lapLabel p {
    font-size: 10px;
    font-weight: bold;
    padding: 12px 24px 12px 24px; }

/****************************************************************************************************/
/* line 141, ../../src/sass/stopwatch.scss */
.lapList {
  position: fixed;
  top: 219px;
  width: 100%;
  max-width: 1024px;
  min-width: 768px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center; }
  /* line 155, ../../src/sass/stopwatch.scss */
  .lapList .lapListItem {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 24px;
    letter-spacing: 0;
    border-radius: 0px;
    text-decoration: none;
    border-bottom: solid 1px #eee; }
  /* line 165, ../../src/sass/stopwatch.scss */
  .lapList p {
    font-size: 24px;
    font-weight: normal;
    padding: 12px 24px 12px 24px;
    margin: 0px; }

/* */

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