body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url("IMG_2725-low.JPG");
}

.applist {
	/* Parts of this generated from css.glass, super helpful resource */
	border-collapse: collapse;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 1);
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 4px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	max-width: 1024px;
	width: 100%;
}

.name {
	text-decoration: underline;
	cursor: pointer;
}

#gallery {
	margin: -4px;
}

#gallery img {
	display: inline;
	max-width: 320px;
	height: auto;
	vertical-align: middle;
	margin: 4px;
}

th, td {
	padding: 8px;
	text-align: left;
	border: 1px solid rgb(255, 255, 255, .25);
}

.applist input[type=text] {
	background: rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 1);
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	border: none;
	font-size: 1em;
	padding-right: 0;
	width: 100%;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

button {
	background: rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 1);
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	border: none;
	padding: 4px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}
