		@font-face {
			font-family: 'Bariol-Regular';
			src: url('../fonts/bariol-regular/Bariol-Regular.eot');
			src: url('../fonts/bariol-regular/Bariol-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/bariol-regular/Bariol-Regular.woff') format('woff'), url('../fonts/bariol-regular/Bariol-Regular.otf') format('opentype'), url('../fonts/bariol-regular/Bariol-Regular.svg#Bariol-Regular') format('svg');
		}

		@font-face {
			font-family: 'icomoon';
			src: url('../fonts/icomoon/icomoon.eot?jm8drr');
			src: url('../fonts/icomoon/icomoon.eot?jm8drr#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?jm8drr') format('truetype'), url('../fonts/icomoon/icomoon.woff?jm8drr') format('woff'), url('../fonts/icomoon/icomoon.svg?jm8drr#icomoon') format('svg');
			font-weight: normal;
			font-style: normal;
		}

		.icon-cog:before {
			font-family: "icomoon";
			content: "\e994";
			display: inline-block;
			position: absolute;
			right: 0;
			padding-right: 0.5em;
		}

		body {
			text-align: center;
			font-family: 'Bariol-Regular', arial, sans-serif;
		}

		h1 {
			font-weight: 100;
			font-size: 7vw;
			margin: 0.4em;
			width: 10em;
			border-radius: 2px;
			padding: 0.2em 0.2em;
			box-shadow: 0px 0.1em 0.25em rgba(0, 0, 0, 0.26), 0px 0.1em 0.5em rgba(0, 0, 0, 0.22);
			/* 			text-shadow: 0 0 1px #424242; */
			user-select: none;
			cursor: default;
			font-family: 'Bariol-Regular', arial, sans-serif;
			border-width: 1px 0;
			border-style: solid;
			border-top-color: rgba(255, 255, 255, 0.05);
			border-bottom-color: rgba(0, 0, 0, 0.05);
			transform: translatey(0);
			z-index: 550;
		}

		h1:hover,
		.settingsButton:hover {
			box-shadow: 0px 0.25em 0.55em rgba(0, 0, 0, 0.28), 0px 0.2em 0.75em rgba(0, 0, 0, 0.25);
			transform: translatey(-0.05em);
		}

		h1:active,
		.settingsButton:active {
			box-shadow: 0px 0.1em 0.25em rgba(0, 0, 0, 0.26), 0px 0.1em 0.5em rgba(0, 0, 0, 0.22);
			transform: translatey(0);
		}

		#mainDiv {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			font-family: 'Bariol-Regular', arial, sans-serif;
			text-align: center;
			z-index: 500;
			user-select: none;
		}

		#clockDiv {
			box-sizing: border-box;
			display: table-cell;
			vertical-align: middle;
			position: relative;
			display: inline-block;
            text-align: center;
			height: 23vmin;
			text-shadow: 0px 0.05em 0.1em rgba(0, 0, 0, 0.7), 0 0 1px rgba(0, 0, 0, 0.7);
			user-select: none;
			transition: opacity 0.5s linear, transform 0.3s linear;
			/* 			transform: translatey(-50%); */
			opacity: 0;
/*             background-color: green; */
		}

        #clockDiv span {
            display: inline-block;
            min-width: 0.6em;
/*             background-color: gray; */
            text-align: left;
        }

		.clockRunning {
			font-size: 20vmin;
		}

		.clockOverdue {
			font-size: 10vmin;
		}

		#labelDiv {
			display: inline-block;
			z-index: 500;
		}

		#bg {
			position: fixed;
			bottom: 0;
			left: 0;
			height: 100%;
			width: 100%;
			opacity: 1;
			z-index: 1;
			box-shadow: inset 0px 0.1em 0.25em rgba(0, 0, 0, 0.26), inset 0px 0.1em 0.5em rgba(0, 0, 0, 0.22);
		}

		#sendButton {
			opacity: 0;
			visibility: hidden;
		}

		#clearButton {
			opacity: 0;
			visibility: hidden;
		}

		#timerUndo {
			position: fixed;
			box-sizing: border-box;
			font-size: 7vw;
			bottom: 0;
			left: 0;
			width: 100%;
			text-align: right;
			font-family: 'Bariol-Regular', Arial, sans-serif;
			z-index: 995;
			padding: 0.3em 1em;
			opacity: 0;
			visibility: hidden;
			transform: translatey(100%);
			user-select: none;
			cursor: default;
			background-color: #222;
			color: white;
		}

		#emailShade {
			position: fixed;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			z-index: 990;
			border-style: none;
			opacity: 0;
			background-color: rgba(0, 0, 0, 0.5);
		}

		#emailShade>td {
			text-align: center;
			vertical-align: middle;
		}

		#emailPopup {
			box-sizing: border-box;
			display: inline-block;
			font-size: 5vmin;
			max-width: 90vw;
			border-radius: 2px;
			padding: 0.2em;
			box-shadow: 0px 0.1em 0.25em rgba(0, 0, 0, 0.26), 0px 0.1em 0.5em rgba(0, 0, 0, 0.22);
			/* 			text-shadow: 0 0 1px #424242; */
			user-select: none;
			cursor: default;
			font-family: 'Bariol-Thin', arial, sans-serif;
			border-width: 1px 0;
			border-style: solid;
			border-top-color: rgba(255, 255, 255, 0.05);
			border-bottom-color: rgba(0, 0, 0, 0.05);
			transform: translatey(100%);
			transform-origin: top;
			opacity: 0;
		}

		#emailShadeClicker {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			/* 			background-color: yellow; */
		}

		#emailSettings {
			position: fixed;
			bottom: 0;
			left: 0;
			font-size: 4vmin;
			width: 100%;
			z-index: 970;
			transition: opacity 1s;
			cursor: default;
			user-select: none;
			padding: 0.5em 1em 0.2em 1em;
			z-index: 540;
		}

		.emailSettingsHide {
			opacity: 0;
		}

		.emailSettingsShow {
			opacity: 0.5;
		}

		.emailSettingsShow:hover {
			opacity: 1;
		}

		.settingInfo {
			font-size: 0.5em;
			padding-bottom: 1.5em;
		}

		.settingLabel,
		.settingInfo {
			text-align: left;
		}

		#emailInput {
			border-width: 0 0 0.1em;
			border-style: solid;
			font-size: 4vmin;
			text-align: center;
			padding: 0.2em 0 0.4em 0;
			font-family: "Bariol-Regular", arial, sans-serif;
			width: 80%;
			background-color: rgba(0, 0, 0, 0);
		}

		#emailInput:focus {
			outline: none;
		}

		.emailSettingsCheckbox {
			padding-left: 2em;
		}

		.settingsButton {
			display: inline-block;
			box-sizing: border-box;
			width: 45%;
			border-radius: 2px;
			padding: 0.2em 0.2em;
			box-shadow: 0px 0.1em 0.25em rgba(0, 0, 0, 0.26), 0px 0.1em 0.5em rgba(0, 0, 0, 0.22);
			/* 			text-shadow: 0 0 1px #424242; */
			user-select: none;
			cursor: default;
			font-family: 'Bariol-Regular', arial, sans-serif;
			border-width: 1px 0;
			border-style: solid;
			border-top-color: rgba(255, 255, 255, 0.05);
			border-bottom-color: rgba(0, 0, 0, 0.05);
			transform: translatey(0);
			margin-top: 0.5em;
		}

		.bgAni {
			transition: height 1s linear;
		}
		/**
     * EFFECT CODE
     */

		.ripple {
			overflow: hidden;
			position: relative;
			box-sizing: border-box;
			transform: translate3d(0, 0, 0);
		}

		.ripple-effect {
			position: absolute;
			border-radius: 50%;
			user-select: none;
			pointer-events: none;
			padding: 0;
			margin: 0;
			opacity: 0.6;
			transform: translate3d(-50%, -50%, 0);
		}

		.test10s {
			display: auto;
			background-color: #fb8c00;
			/* 			background-color: #E65100; */
		}

		.simple-switch-input {
			position: absolute;
			width: 0;
			height: 0;
			margin: 0;
			padding: 0;
			opacity: 0;
			-ms-appearance: none;
			-moz-appearance: none;
			-webkit-appearance: none;
			appearance: none;
			border: none;
		}

		.simple-switch {
			-webkit-appearance: none;
			-moz-appearance: none;
			-webkit-transition: .4s all;
			transition: .4s all;
			font-size: 0.06em;
			margin: 0 15em;
			border-radius: 50em;
			background: #999;
			box-shadow: inset 0 0.5em 0 1em rgba(0, 0, 0, 0.1);
			width: 36em;
			height: 14em;
			outline: 0;
			cursor: pointer;
			position: relative;
			-moz-user-select: none;
			-webkit-user-select: none;
			user-select: none;
			display: inline-block;
			top: 1.5em;
		}
		/* switch background */

		.simple-switch-input:checked~.simple-switch {
			box-shadow: inset 0 0.5em 0 1em rgba(0, 0, 0, 0.1);
			transition: .25s all;
		}

		.simple-switch-input:checked~.simple-switch.dark {
			box-shadow: inset 0 0.5em 0 1em rgba(0, 0, 0, 0.1);
		}

		.simple-switch-input:checked~.simple-switch::before {
			transform: translate(18em, 0);
			box-shadow: 0 2em 2em 0 rgba(0, 0, 0, 0.14), 0 3em 1em -2em rgba(0, 0, 0, 0.2), 0 1em 5em 0 rgba(0, 0, 0, 0.12);
		}

		.simple-switch-input~.simple-switch::before {
			content: '';
			transition: .26s all;
			position: absolute;
			left: 0;
			top: -3em;
			bottom: 2em;
			right: auto;
			transform: translate(0, 0);
			display: block;
			width: 20em;
			height: 20em;
			border-radius: 40em;
		}

		@media screen and (min-width: 400px) and (max-aspect-ratio: 16/9) and (min-aspect-ratio: 9/12) {
			h1, #timerUndo {
				font-size: 28px;
			}
			#emailSettings, #emailInput {
				font-size: 20px;
			}
			#emailPopup {
				font-size: 30px;
			}
		}

		@media screen and (min-width: 800px) and (min-aspect-ratio: 16/9) {
			h1, #timerUndo {
				font-size: 56px;
			}
			#emailSettings, #emailInput {
				font-size: 32px;
			}
			#emailPopup {
				font-size: 40px;
			}
		}