﻿body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background-color: white;
}

img {
	margin: auto;
	display: block;
}

p {
	font-size: larger;
}

.hidden {
	display: none  !important;
}

#logo {
	margin: auto;
	flex: .25 1 auto;
	max-height: 20%;
	min-height: 50px;
	padding-top: 11%;
	padding-bottom: 5%;
	width: 70%;
	background-image: url(/images/NI_Sphere_logo_Padded_t.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@-moz-document url-prefix() {
	#logo {
		width: 100%;
		object-fit: contain;
	}
}

#button, .button {
	/*padding: 7.5px;*/
	text-align: center;
	background-color: limegreen;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	user-select: none;
}

	#button:hover, .button:hover {
		outline: solid black 2px;
		cursor: pointer;
	}

#container {
	height: 100%;
	width: 70%;
	margin: auto;
	min-width: calc(275px*2);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	align-content: center;
}

.tablecontainer {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	max-width: 100%;
	background-image: url(/images/progressIndicator.gif);
	background-position: center;
	background-repeat: no-repeat;
}
