html {
	background-image: url("images/Background.jpg");
}

body {
	margin: 0px;
	overflow: auto;
}

div.content {
	width: 950px;
	height: 810px;

	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;

	max-width: 100%;
	max-height: 100%;
}

.table {
	background-color: #ffffff;
	border-color: black;
	opacity: 0.95;
	border-radius: 10px 10px 10px 10px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #666666;
}

.border {
	border-bottom: 1px black solid;
	border-top: 1px black solid;
	background-color: #ffffff;
}

.border_onder {
	border-top: 1px black solid;
	background-color: #ffffff;
	border-radius: 0px 0px 10px 10px;
	opacity: 0.75;
}

.pic {
	border-radius: 10px 10px 10px 10px;
	max-width: 450px;
	max-height: 450px;
}

.pic-overlay {
	border-radius: 10px;
	top: 0;
	position: absolute;
	width: 450px;
	height: 338px;
	background: rgba(0, 0, 0, 0.6);
}

.button-wrapper {
	display: inline-block;
	background-color: white;
}
.button-wrapper:hover {
	background-color: black;
}
.button-wrapper.black {
	background-color: black;
}

.link-button {
	color: black;
	font-size: 26px;
	padding: 5px 20px;
	margin: 0px;
}
.link-button:hover {
	color: white;
}
.black > .link-button {
	color: white;
}

.hide-link {
	text-decoration: none;
}

p.unavailable-message {
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	width: 100%;
	margin: 0px;
	font-size: 24px;
}
