#wakeup {
	display: none;
	position: absolute; 
	top: 100px;
	left: 335px;
	width: 650px;
	font-size:80px;
	line-height:80px!important;
	background: rgba(255,255,255,1);

}
#wakeup p{
	font-size:21px;
	color:#2C0B3D;
	width:550px;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	line-height:28px;
    font-family: 'Montserrat';
	font-weight: normal;
	}
#wakeup p em{
	color:#2C0B3D;
	line-height:30px;
    font-family: 'Montserrat';
	font-weight: normal;}

#wakeup div {
}

#wakeup-time{
	padding:20px!important;
	background:#D9D9D6;
	margin:20px auto 20px 165px!important;
	color:#2C0B3D;
	width:285px;
	display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;	/*-webkit-box-shadow: inset 0px 0px 10px #D9D9D6;*/
    font-family: 'Montserrat';

}
#wakeup-time div{
	float: none!important;
}
#wakeup-hour, #wakeup-minutes{
	width:105px;
	height:80px;
	font-size:80px;
	line-height:95px!important;
	padding:10px;
    font-family: 'Montserrat';
	font-weight: normal;
	color:#2C0B3D;
	text-align: center;

	}
#wakeup .selected {
	
}
#wakeup-buttons{
	width:530px;
	margin:10px auto 20px 65px!important;
	display: table;
	table-layout: fixed;
	border-spacing: 10px;
	
	}
#wakeup-set, #wakeup-clear {
	width: 250px;
	padding:20px 0;
	text-align: center;
	margin-right: 10px;
	background: #D9D9D6;
	color: #2C0B3D;	

	font-size:28px;
	line-height:34px!important;
    font-family: 'Montserrat';
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}

#wakeup-hour.selected, #wakeup-minutes.selected {
	color:#E85D42!important;
	background:none!important;}
	
#wakeup-set.selected, #wakeup-clear.selected{
	background:#E85D42;
	color:#fff!important;
}
#wakeup div.selected {

}