*{
	font-family:arial,helvetica,sans-serif;
	font-size:40pt ;
}

p {
	margin: 50px;
}

h1 {
	font-size:50pt;
}

input {
	font-size:40pt;
	text-align:center;
	border: 1px solid #000 ;
}

p input[type=checkbox] {
    transform: scale(2.5);
}


.btn {
	width:100%;
	font-size:60pt;
	color:#ffffff ;
	background-color:#006582 ;
}

.next {
	width:50%;
	font-size:40pt;
	color:#ffffff ;
	background-color:#006582 ;
	padding:10px ;
}

#StatusIndicator {
	width:100% ;
	height:40px ;
	font-size:20pt ;
}

#Name {
	font-size:50pt ;
}

#Content {
	width:100% ;
	margin-top:20px ;
}

#Buttons {
	width:100%;
	height:100%;
	min-height: 100%; 
	position: fixed;
	top: 0;
	left: 0;
	text-align: center ;
	vertical-align: middle;
}

#dpt{
	font-size:24pt;
}