.heading {
	background-color: BlanchedAlmond;
	padding:10px;
	box-shadow: 5px 10px 18px #888888;
}

.content {
/*	background-color: HoneyDew;
	padding:10px;
	border: thick double #32a1ce; */
}

.imgPlayer, .imgItem {
	padding: 30px;
	width: auto;
	max-height: 300px;
}

.bottom {
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.hidden {
	visibility: hidden;
}

.general {
	border-radius: 25px;
	border: 2px solid #FFB6C1;
	padding: 20px;
	background-color: LavenderBlush;
	box-shadow: 5px 10px 18px #888888;
}

.tableHeading {
	background-color: White;
	color: OrangeRed;
	text-align: center;
}

.settings {
	font-size: 3em;
}

.settingsHead {
	color: White;
	background-color: DarkSeaGreen;
	text-align: center;
	font-weight: bold;
}

.billboard {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	overflow:auto;
}
.link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}