.unsupported-message {
	display:table-cell; vertical-align:middle;
	font-family: Arial Bold, sans-serif;
	text-align:center;
	color: white;
	font-size: 1.5em;
}
.msg-wrapper {
	width: 100%;
	height: 100%;
	display: table;
}
.msg-floater {
	float:left;
	height:50%;
	margin-bottom:-300px;
}
.horiz-button-group {
	/*width: auto;*/
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
	width: 784px;
	white-space: nowrap;
}
.input-group {
	margin-bottom: 10px;
	position: relative;
	display: inline-table;
	border-collapse: separate;
	vertical-align: bottom;
}
.outer-group {
	padding: 0px 25px;
	position: relative;
	display: inline-table;
	border-collapse: separate;
	white-space: nowrap;
}
.input-group-addon {
	background-color: #929496;
	height: 65px;
	width: 95px;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

button {
	border: none;
	height: 65px !important;
	font-family: Arial Bold, sans-serif;
	color: white;
	/*font-size: 26px;*/
	font-size: 2.167em;
	padding: 0px 25px;
	margin-left: 0;
}
.waiting {
	background-color: #929496;
	border-left: 1px solid #777a83;
}
.inactive {
	background-color: #29ADE4;
	border-left: 1px solid #0F90C0;
}
.active {
	background-color: #819e3d;
	border-left: 1px solid #68812F;
}

h1 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	color: #4e4e50;
}
