html,
button,
input,
select,
textarea {
	color: #000;
}

body {
	background: #fff;
}

/*
 * Hide unnecessary elements
 */

#page-header-meta,
#page-header-menu,
#page-main-side-content,
.myfbg-promo,
#win-your-league-promo,
.win-your-league,
.article-gallery,
.tool-gallery,
#banner,
#page-footer,
#fixedhelpbutton {
	display: none;
}

/*
 * Typography overrides
 */

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

ul,
ul.arrows {
	padding: 0 3em;
	list-style: disc;
}

ol,
ol.arrows {
	padding: 0 3em;
	list-style: decimal;
}

ul.arrows li,
ol.arrows li {
	background: none;
}

/*
 * Page header overrides
 */

#page-header {
	width: 100%;
}

#page-header-logo {
	float: none;
	width: 100%;
	background: none;
}

#page-header-logo img.screen-only {
	display: none;
}

#page-header-logo img.print-only {
	display: block !important;
	visibility: visible;
}

#page-main-content {
	float: none;
	width: 100%;
}

/*
 * Article-specific overrides
 */

#article-headline,
#article-header.has-fade #article-headline {
	color: #000;
}

#article-header #article-headline {
	background-color: #fff !important;
	background-image: none !important;
}

#article-header h1 {
	text-shadow: none;
}

.article-content {
	border-top: 1px solid #000;
	padding-top: 1em;
}