html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
}

.hidden {
	display: none;
}

.virtual-form {
	width: 50%;
	margin: 0 auto;
}

.buttons {
	margin-bottom: 10px;
}

.waiting {
	background-image: url(../Images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	height: 40px;
	width: 38%;
	margin-top: -62px;
}

.upload-pages input {
	width: 90%;
	margin-bottom: 5px;
}

.upload-pages a {
	text-decoration-line: none;
	margin-right: 10px;
}

.disabled {
	pointer-events: none;
}

.message {
	margin-top: 5px;
}

.content {
	width: 80%;
}

.content-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

	.content-container .cell a.nowrap {
		text-wrap: nowrap;
	}

	.content-container .cell a {
		text-decoration: none;
		color: white;
	}

	.content-container .cell {
		width: 130px;
		height: 130px;
		margin: 5px;
		border-radius: 5px;
		text-align: center;
		background-color: #3ED2F7;
		color: white;
		align-content: center;
	}

		.content-container .cell img {
			width: 100px;
			border-radius: 5px;
		}

		.content-container .cell .tile {
			width: 130px;
			height: 130px;
			align-content: center;
		}

.border, .border tr, .border td {
	border-width: 1px;
	border-style: solid;
	border-color: grey
}
