#container {
	height:100%;
	width:100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
}
.container {
	background-color: gray;
}
.p25 {
	background-color: rgb(255, 204, 153) !important;
}
.p25_monochrome {
	background-color: rgba(200,200,200,0.3) !important;
}
.p10 {
	background-color: rgb(255, 153, 51) !important;
}
.p10_monochrome {
	background-color: rgba(200,200,200,0.6) !important;
}
.p5 {
	animation: timeup_pulse 2s infinite;
}
.p5_monochrome{
	animation: timeup_pulse_monochrome 2s infinite;
}
.timeisup {
  animation: timeup_pulse 0.25s infinite;
}
.timeisup_monochrome {
  animation: timeup_pulse_monochrome 0.25s infinite;
}

@keyframes timeup_pulse {
  0% {
    background-color: rgb(255, 153, 51);
  }
  100% {
    background-color: rgb(244, 65, 65);
  }
}

@keyframes timeup_pulse_monochrome {
  0% {
    background-color: rgba(200,200,200,0.6);
  }
  100% {
    background-color: rgba(200,200,200,0.9);
  }
}

#timer {
	margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 85vmin;
	height: 85vmin;
	display: grid;
	grid-template-columns: 33% 33% 33%;
}

#timeh {
	background-color: rgb(255, 204, 153);
	grid-row: 1;
	grid-column: 1;
	box-shadow:  0 0 10px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	border: solid 1px #555;
	border-radius: 15px;
	-webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#timem {
	background-color: rgb(255, 153, 51);
	grid-row: 1;
	grid-column: 2;
	box-shadow:  0 0 10px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	border: solid 1px #555;
	border-radius: 15px;
	-webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#times {
	background-color: rgb(255, 102, 0);
	grid-row: 1;
	grid-column: 3;
	box-shadow:  0 0 10px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	border: solid 1px #555;
	border-radius: 15px;
	-webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#times span, #timeh span, #timem span, .center {
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	position: relative;
	display: block;
	vertical-align: center;
	text-align: center;
	font-size: 25vmin;
}

#times.monochrome {
	background-color: rgba(200,200,200,0.3) !important;
}
#timem.monochrome {
	background-color: rgba(200,200,200,0.6) !important;
}
#timeh.monochrome {
	background-color: rgba(200,200,200,0.9) !important;
}

.swipeup {
	transform: translate(0, 3em);
}
.swipedown {
	transform: translate(0, -3em);
}
.swipeno {
	-webkit-transform: unset;
	transform: unset;
}

.button {
	position: absolute;
	width: 15vmin;
	height: 15vmin;
	background-color: gray;
	box-shadow:  0 0 10px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	overflow: hidden;
}
.button span {
	font-size: 10vmin;
	color: white;
	
}
#topleft, #topleft_2 {
	top: 0px;
	left: 0px;
}
#topright, #topright_2 {
	top: 0px;
	right: 0px;
}
#bottomleft {
	bottom: 0px;
	left: 0px;
}
#bottomright {
	bottom: 0px;
	right: 0px;
}

#task {
	position: absolute;
	margin: 0;
  top: 17.5vmin;
  left: 50%;
  transform: translate(-50%, 0);
	width: 85vmin;
	height: 10vmin;
	display: block;
}
#taskR {
	display: none;
}
#taskText, #taskTextR {
	position: relative;
	margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	vertical-align: center;
	text-align: center;
	font-size: 5vmin;
	font-weight: bold;
	color: white;
}


.strikethrough::before {
  content: '';
  position: absolute;
  left: -0.1em;
  right: -0.1em;
  top: 0.38em;
  bottom: 0.38em;
  background: linear-gradient(to left top, transparent 45.5%, currentColor 47.5%, currentColor 52.5%, transparent 54.5%);
  pointer-events: none;
}

.hidden, .hide {
	display: none !important;
}

.grayedout {
	color: rgba(240, 240, 240, 0.9) !important;
	font-style: italic;
}

#help, #advertisement {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(200, 200, 200, 0.75);
	top: 0px;
	left: 0px;
	z-index: 1;
	text-transform: uppercase;
}
#help_topleft {
	text-transform: uppercase;
	position: absolute;
	left: 5vmin;
	top: 15.5vmin;
	display: block;
}
#help_topright {
	text-transform: uppercase;
	position: absolute;
	right: 15vmin;
	top: 0.5vmin;
	display: block;
}
#help_bottomleft {
	text-transform: uppercase;
	position: absolute;
	left: 5vmin;
	bottom: 15.5vmin;
	display: block;
}
#help_swipe {
	text-transform: uppercase;
	margin: 0;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 85vmin;
	height: 85vmin;
	text-align: center;
}
#help_task {
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	margin: 0;
  top: 25vmin;
  left: 50%;
  transform: translate(-50%, 0);
	display: block;
	width: 85vmin;
}

#the_ad {
	text-transform: uppercase;
	margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
}

b, stromg {
	font-style: bold;
}


/* for-tablet-portrait-up */
@media screen and (min-width: 600px) {
	#task {
		position: absolute;
		margin: 0;
		top: 0vmin;
		left: 50%;
		transform: translate(-50%, 0);
		width: 80vmin;
		height: 15vmin;
		display: block;
	}
	#taskText, #taskTextR {
		font-size: 4vmin;
	}
	#taskR {
		display: none;
	}
	#help_task {
		position: absolute;
		margin: 0;
		top: 0vmin;
		left: 50%;
		transform: translate(-50%, 0);
		width: 80vmin;
		height: 15vmin;
		display: block;
	}
}

/* for-tablet-landscape-up */
@media (min-width: 900px) { 
		
}

@media screen and (orientation:landscape) {
	#task {
		top: 0vmin;
		left: 1vw;
		position: absolute;
		height: 100vmin;
		width: 15vw;
		transform: translate(0,0);
		overflow: hidden;
	}
	
	#taskR {
		top: 0vmin;
		right: 1vw;
		position: absolute;
		height: 100vmin;
		width: 15vw;
		transform: translate(0,0);
		overflow: hidden;
		display: block;
	}
	
	#help_task {
		top: 0vmin;
		left: 1vw;
		position: absolute;
		height: 100vmin;
		width: 15vw;
		transform: translate(0,0);
		overflow: hidden;
		text-transform: uppercase;
		text-align: center;
	}
	
}