body {

	background: #040404;
	color: #fefefe;

}

a:link,
a:visited {
	color: #fefefe;
	text-decoration: underline;
}

.btn {
	text-decoration: none !important;
}

.fs-larger {
	font-size: 1.2em;
}

.ratiobox {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}

.ratiobox.sixteen-x-nine, .ratiobox.widescreen {
	padding-top: 56.25%;
}

.pos-absolutely {
	position: absolute;
	top: 0px; height: 100%;
	left: 0px; width: 100%;
}
