.tun-form {
	text-align: center;
}
.tun-form button{
	font-size: 30px;
	float: left;
}
.tun-form button.red{
	background: red;
}
.tun-form .grayBlock {color: black; padding: 2vw;   background-color: #a4afb7; margin-top: 1vw; font-size: 3vw; border: 1vw solid white;}
.tun-form .danger {border-color: #d9534f; }
.tun-form .warning{border-color: orange; }
.tun-form .success{border-color: #5cb85c; }
.tun-form .adminInfo{border-color: #5bc0de; font-size:1vw; word-break: break-word;}

#terminal-checkin-results{	
	clear:both; 
	margin-top:1vw;
	width:100%;
	margin-bottom: 1.6em;
}
