.ril-outer {
	background: #222 !important;
}
.ril-toolbar,
.ril-caption {
	background: rgba(33, 33, 33, 0.8) !important;
	color: #f9fafb;
}
.ril-toolbar a,
.ril-caption a {
	color: #f9fafb;
	text-decoration: underline;
}

.ril-caption-content {
	left: 0;
	right: 0;
	margin: auto;
	font-size: .8em;
	padding-bottom: 2em !important;
}

.ril-caption-content {
	width: 90%;
}
@media(min-width: 768px) {
	.ril-caption-content {
		width: 60%;
	}
}

.ril-caption-content .copyright {
	font-size: .64em;
}

