#timerContainer{
	background-color: #fff;
}

#timerMainConainer{
	background-color: #151B26;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#timerMainConainer *{
	color: #f5f5f5;
}

#timerTitle{
	border-bottom: 1px solid #f5f5f5;
	font-size: 30px;
}

/*
#timerTime{
	padding: 30px;
	font-size: 80px;
}
*/

#timerTime{
	font-size: 50px;
}

#timerOptions{
	border: 1px solid #999;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.timeButton{
	width: 100%;
	font-size: 40px;
}

/*
.timeButton{
	width: 50%;
	font-size: 40px;
}
*/

.timeButton.selected{
	background-color: #173B67;
}

#timerOptions .startStopTimer{
	width: 100%;
	border-radius: 0;
	font-size: 30px;
	font-weight: 500;
}