#tabataTimerWrap {
	position: relative;
	margin: 20px auto;
	border-radius: 10px;
	padding: 10px;
	width: 1080px;
	overflow: auto;
	background: #141415;
}
#tabataTimerTopRow {
	margin: 10px;
	overflow: auto;
}
#tabataTimerTopRow h2 {
	float: left;
	margin: 0;
	line-height: 1.2em;
	font-size: 1.75em;
}
#tabataTimerRightCol {
	float: right;
	width: 75%;
	min-height: 420px;
}
#tabataTimerWorkout {
	margin: 10px 10px 10px 5px;
	border-radius: 10px;
	height: 400px;
	background: #fff;
}
#tabataTimerWorkout.prepare {
	background: #ffcc00;
}
#tabataTimerWorkout.work {
	background: #00ff00;
}
#tabataTimerWorkout.rest {
	background: #ff1e11;
}
#tabataTimerWorkout span.label {
	line-height: 48px;
	font-size: 24px;
	font-weight: bold;
}
#tabataTimerWorkout span.value {
	line-height: 300px;
	font-size: 260px;
}
#tabataTimerLeftCol {
	float: left;
	width: 25%;
	min-height: 420px;
}
#tabataTimerCycles,
#tabataTimerTabatas {
	margin: 10px 5px 10px 10px;
	overflow: auto;
	border-radius: 10px;
	height: 195px;
	background: #fff;
}
#tabataTimerCycles.inactive,
#tabataTimerTabatas.inactive {
	cursor: pointer;
}
#tabataTimerCycles.inactive:hover,
#tabataTimerTabatas.inactive:hover {
	background: #eee;
	transition: background-color 0.5s;
}
#tabataTimerCycles span.value,
#tabataTimerTabatas span.value {
	margin-top: 30px;
	line-height: 106px;
	font-size: 102px;
}
#tabataTimerTimesRow {
	clear: left;
	min-height: 120px;
}
#tabataTimerUnknown,
#tabataTimerPrepare,
#tabataTimerWork,
#tabataTimerRest {
	float: left;
	min-height: 110px;
	width: 25%;
}
#tabataTimerTimeRemaining {
	float: left;
	min-height: 110px;
	width: 75%;
}
#tabataTimerUnknownInner {
	margin: 0 5px 10px 10px;
	overflow: auto;
	border-radius: 10px;
	height: 110px;
	background-color: #202022;
	background-image: url('/css/images/TabataProTimerLogo.png');
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
}
#tabataTimerPrepareInner {
	margin: 0 5px 10px;
	overflow: auto;
	border-radius: 10px;
	height: 110px;
	background: #ffcc00;
}
#tabataTimerPrepareInner:hover {
	background: #e5b700;
	transition: background-color 0.5s;
}
#tabataTimerWorkInner {
	margin: 0 5px 10px;
	overflow: auto;
	border-radius: 10px;
	height: 110px;
	background: #00ff00;
}
#tabataTimerWorkInner:hover {
	background: #00e500;
	transition: background-color 0.5s;
}
#tabataTimerRestInner {
	margin: 0 10px 10px 5px;
	overflow: auto;
	border-radius: 10px;
	height: 110px;
	background: #ff1e11;
}
#tabataTimerRestInner:hover {
	background: #e90d00;
	transition: background-color 0.5s;
}
#tabataTimerPrepareInner,
#tabataTimerWorkInner,
#tabataTimerRestInner {
	cursor: pointer;
}
#tabataTimerTimeRemainingInner {
	margin: 0 10px 10px 5px;
	overflow: auto;
	border-radius: 10px;
	height: 110px;
	background: #fff;
}
#tabataTimerUnknown span.value {
	line-height: 100px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#tabataTimerPrepare span.value,
#tabataTimerWork span.value,
#tabataTimerRest span.value,
#tabataTimerTimeRemaining span.value {
	margin-top: 26px;
}
#tabataTimerBottomRow {
	margin: 10px;
	overflow: auto;
}
#tabataTimerButtons {
	float: right;
	height: 60px;
	width: 460px;
}
#tabataTimerButtons button {
	float: right;
	margin-left: 10px;
	padding: 0;
	width: 220px;
	background: #202022;
	line-height: 60px;
	font-size: 2em;
	font-weight: normal;
	color: #fff;
}
#tabataTimerButtons button:hover {
	background: #202022;
	transition: background-color 0.5s;
}
#tabataTimerStartStopButton.start {
	background: #fff !important;
	color: #000 !important;
}
#tabataTimerStartStopButton.start:hover {
	background: #f5f5f5 !important;
	color: #000 !important;
}