html {
	height: 100%;
}
body {
	color: #1B5E86;
	user-select: none;
	/*display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;*/
}
.gridPositionGrid_ct100 td {
	user-select: none;
}
.RadGrid_Default td {
	overflow: auto !important;
}

th.GridHeader_Default, th.ResizeHeader_Default, .RadGrid_Default td, .RadGrid_Default table {
	border: 1px solid rgb(229, 229, 229);
}

td.Position {
	font-size: 20px;
	padding: 2px;
	width: 55px;
}

.Available {
	text-align: center;
	color: #1B5E86;
	background-color: #AFD7EF;
}

.Unavailable {
	text-align: center;
	color: grey;
	text-decoration: line-through;
}

.GridAltRow_Default, .GridEditRow_Default, .GroupHeader_Default, .GridRow_Default {
	line-height: 17px;
}

.GridAltRow_Default, .GridEditRow_Default, .GroupHeader_Default, .GridRow_Default {
	background-color: rgb(250, 250, 250);
	background-repeat: background-repeat;
	height: 17px;
	line-height: 17px;

}

.RadGrid_Default table {
	font-size: 11px;
}

tr {
	font:11px arial, verdana, sans-serif;
}

div#PositionGrid {
	width: 100%;
}

div#metroContainer {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 825px;
}
div#metroBids {
	width: 825px;
	height: 587;
	display: block;
}

.inline {
	display: inline-block;
}

img {
	height: 100px;
}

h1 {
	margin: 0px;
}

p#booking {
	font-size: small;
	margin: 0px;
	text-align: left;
}
p#session {
	font-size: small;
	margin: 0px;
	text-align: left;
}

p#connectionLost {
	color: red;
	font-weight: bold;
	font-size: large;
}

div#timeclock {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-left: 50px;
}

p#clock {
	font-weight: bold;
	font-size: medium;
	color: black;
	overflow: hidden;
	width: 100px;
	margin: 0px;
	margin-bottom: 4px;
}

label#last {
	display: inline-block;
	font-size: small;
	font-weight: bold;
	color: black;
}
p#updated {
	display: inline-block;
	font-weight: bold;
	font-size: small;
	color: black;
	margin: 0px;
}
