/* For remixes page */

body {
	color: ivory;
	background: #333366 !important;
}
body a:link, body a:active, body a:visited {
	color: moccasin;
}
body a:hover {
	color: ivory;
}

.remixesPageContainer {
	width: 98%;
	margin: 0px 1% 0px 1%;
}

.logoContainerOuter {
	width: 100%
}
.logoContainer {
	float: none !important;
	margin: auto;
	width: 262px;
	height: 113px;
	font-size: 0.8em;
	color: gray;
	margin-bottom: 10px;
}
.uboBlanquitoLogo {
	width: 262px;
	height: 113px;
}

.remixText {
	margin-bottom: 10px;
	width: 100%;
	font-size: 0.9em;
}
.introHeading {
	text-align: center;
	text-decoration: underline;
}
.artistName {
	color: orange;
	font-weight: bold;
}
.smallNotice {
	font-size: 0.7em;
	color: gray;
}
.recordPlayerContainer {
	width: 100%;
	margin-bottom: 15px;
}
.recordPlayerInner {
	float: none !important;
	margin: auto;
	width: 529px; 
	height: 321px;
	text-align: center;
}
.subtleText {
	color: lightblue;
	font-size: 0.8em;
}
.endLinks {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 10px;
}

