button {
	width: 100%;
}

hr.text {
	width: 35%;
	display: inline-block;
	vertical-align: bottom;
}

div.hr {
	visibility: visible;
	text-align: center;
	vertical-align: top;
}

div.left {
	visibility: hidden;
	width: 35%;
	float: left;
	text-align: left;
}

div.center {
	visibility: hidden;
	width: 30%;
	margin: auto;
	float: left;
	text-align: center;
}

div.right {
	visibility: hidden;
	width: 35%;
	float: right;
	text-align: right;
}

div.tole {
	float: right;
	width: 50%;
	text-align: right;
}

p {
	width: 100%;
	text-align: center;
	background-color: #0099FF;
	color: white;
}

body {
	background-color: #D0D0D0;
	color: black;
}

input.time {
	width: 20%;
	float: right;
}

input.tol {
	width: 10%;
}

select.temp {
	width: 50%
}
