* {
  margin : 0;
  padding : 0;
  font-family: 'Roboto',sans-serif;
}

body {
/*     height: 100vh; */
    background-color: #000;
    font-family: 'Roboto',sans-serif;
    background: linear-gradient(180deg,#DB302A 0%,#62186B 100%) no-repeat;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-minmax {
/* 	margin-top: 30px; */
	margin-top: 24px;
	/*   width: 608px; */
  width: 400px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #FFFFFF;
  span:first-child {
    margin-left: 10px;
  }
}

.rs-range {
/* 	margin-top: 29px; */
	margin-top: 22px;
	/* 	width: 600px; */
	width: 400px;
	-webkit-appearance: none;
    &:focus {
        outline: none;
    }
    &::-webkit-slider-runnable-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #010101;
    }
    &::-moz-range-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #010101;
    }

    &::-webkit-slider-thumb {
        box-shadow: none;
        border: 0px solid #ffffff;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: rgba(255,255,255,1);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
    }
    &::-moz-range-thumb {
        box-shadow: none;
        border: 0px solid #ffffff;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: rgba(255,255,255,1);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
    }
    &::-moz-focus-outer {
    border: 0;
    }
}

.rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 98px;
    height: 98px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 22px;
    box-sizing: border-box;
    border: 2px solid #fff;
    margin-top: 20px;
    margin-left: -38px;
    left: attr(value);
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 36px;
/*    &::after {
        content: "kg";
        display: block;
        font-size: 20px;
        letter-spacing: 0.07em;
        margin-top: -2px;
    }*/
}

.times-display #yardstick-display {
	display: block;
}
#time-sailed, #time-calculated, #yardstick-number {
	padding: 1ex;
}
#time-sailed, #time-calculated {
	overflow: hidden;
	/* 		background-color: lightgrey; */
}
#time-sailed {
/* 		color: darkgrey; */
	}
	#time-calculated {
		clear: both;
		overflow: auto;
/* 		color: blue; */
	}
	.output-label, .output-value {
/* 		width: 49%; */
		text-align: center;
	}
	.output-label {
/* 		float: left; */
		text-align: center;
	/* 	padding-right: 0.5em; */
/* 		background-color: yellow; */
	}
	/* <output class='time-value' /> */
	.output-value {
		display: block;
/* 		float: right; */
	/* 	padding-left: 0.5em; */
/* 		background-color: lime; */
	}

header, footer {
	margin-top: 100px;
	align-items: center;
	text-align: center;
	/* for debugging */
/* 	border: 1px solid purple; */
	font-size: 30px;
	color: white;
}
