#sleeptimer {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1280px;
	height: 720px;
	border: none;
	color:#000;
	background:rgba(255,255,255,0.90)
}
#sleeptimer h1#sleeptimer-header{
margin: 0px auto 10px auto;
  font-family: 'Montserrat';
  font-size: 36px;
  color: #2C0B3D;
  text-align: center;
  background: #fff;
  padding: 25px 0;
  border-bottom:2px solid #E85D42;

}

#sleeptimer p#sleeptimer-text{
margin: 0px auto 10px auto;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 24px;
  color: #353535;
  width: 900px;
text-align: center;
}
#sleeptimer #sleeptimer-items{
width: 900px;
  background: #fff;
  margin: 0 auto;
  padding: 20px 0;
}
#sleeptimer #sleeptimer-items div {
	width:700px;
	margin:0 auto;
	line-height:60px;
	border-bottom:1px solid #D9D9D6;
  	font-family: 'Montserrat';
	padding:10px;
	background:url(../images/checkbox.png) no-repeat  660px center;
}

#sleeptimer #sleeptimer-items .selected {
	color:#fff!important;
	background: #E85D42 url(../images/checkbox.png) no-repeat  660px center!important;
}

#sleeptimer-items img {
	position: absolute;
	left: 930px;

}

#sleeptimer-items img.checked {
	display: block;
}

#sleeptimer-items span {
	margin-left: 10px;
	font-size: 28px;
}

#sleeptimer-buttons {
  width: 580px !important;
  margin: 10px auto 20px auto !important;
  display: table;
	border-spacing: 30px 10px;
	table-layout: fixed;

}

#sleeptimer-buttons #sleeptimer-confirm, 
#sleeptimer-buttons #sleeptimer-cancel {
	width: 250px;
	padding:20px 0;
	text-align: center;
	margin-right: 10px;
	background: #D9D9D6!important;
	color: #2C0B3D;	
	font-size:28px;
	line-height:34px!important;
    font-family: 'Montserrat';
	display: table-cell;
}

#sleeptimer-buttons #sleeptimer-confirm.selected, 
#sleeptimer-buttons #sleeptimer-cancel.selected {
	background:#e85d42!important;
	color:#fff!important;
}