#dw-wrapper {
	position: relative;
	width:100%;
	height:100%;
}
#header {
	position: absolute;
	top:0px;
	width:100%;
	height:auto;
	background-color:#43b76a;
}
#header .logo {
	height:30px;
	margin:20px auto;
	display:block;
}
.content {
	position: relative;
	margin:0px auto;
	display:block;
	width:100%;
	max-width:400px;
	padding:90px 20px 20px 20px;

}
.moneyInput {
	outline: none;
	width:100%;
	height:50px;
	line-height:50px;
	padding-left:10px;
	border-radius: 5px;
	border:none;
	background:transparent;
	position: absolute;
}
.inputArea {
	position: relative;
	height:50px;
	line-height:50px;
	padding-left:10px;
	border-radius: 5px;
	border:1px solid #43b76a;

}
.dwbtn {

	width:100%;
	height:50px;
	line-height:35px;
	margin:20px 0px;
	background-color: #43b76a;


}

.time {

	font-size:70px;
	text-align:center;
}

.money {

	font-size:70px;
	text-align: center;
}

.marginBottom {

	margin-bottom:20px;
}
.open {
	height:350px;
	transition:height 0.3s ease;
}
.closed {
height:0px;
overflow: hidden;
}
.Numbers {

	background:white;
}

.startAgain {
	width:100%;
	opacity:1;
	height:50px;
	font-size:14px;
	line-height:50px;
	text-align:center;
	transition:all 0.3s ease;
	border:1px solid #43b76a;
	border-radius:4px;
	cursor:pointer;
}
.gone {
	opacity:0;
	height:0px;
	line-height:1px; 
}