@charset "utf-8";

body {
	background: black;
}

.playerContainer {
	width: 80%;
	max-width: 800px;
	height: 400px;
	margin: 0% auto;
	background: url(https://www.fijivillage.com/stream/fm96/images/fm96-cover.jpg)
				left
				top
				no-repeat;
}

.playerStatus {
	width: 800px;
	margin: 0px auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.playerButtons {
	width: 800px;
	margin: 0px auto;
}

.nowPlaying {
	width: 800px;
	margin: 0px auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #ffffff;
}

/* ------ Google Ads ------ */

.adSpot {
	width: 100%;
	max-width: 800px;
	margin: 0% auto;
	background: #000000;
}

.showTimes {
	width: 100%;
	margin: 0% auto;
}

.textLines {
	width: 100%;
	margin: 0% auto;
}

.contactInfo {
	width: 100%;
	margin: 0% auto;
}

.playerHeading {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 200%;
	line-height: 150%;
	text-decoration: underline;
	text-align: center;
	color: white;
	background-color: #00467c;
}

.playerInfo {
	width: 99%;
	padding-left: 1%;
	font-family: 'Open Sans', sans-serif;
	font-size: 175%;
	line-height: 220%;
	font-style: italic;
	color: black;
	background-color: white;
}