body {
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: black;
	color: #00FF00;
}

@media(max-width: 400px) {
	a.navbar-brand img {
		width: 250px;
	}
}

a {
	color: #00DD64;
	/*color: #33EE33;*/
}

	a:hover {
		/*color: #55FF55;*/
		color: #FF0000;
	}

.navbar-brand {
	height: auto;
	padding: 5px;
}

.navbar-nav {
	margin-top: 15px;
}

	.navbar-nav a {
		color: #33EE33 !important;
		text-shadow: 2px 2px 0px #000000;
	}

		.navbar-nav a:hover {
			color: #55FF55 !important;
		}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
	max-width: 280px;
}

/* Carousel */
.carousel-caption p {
	font-size: 20px;
	line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
	width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
	/* Hide captions */
	.carousel-caption {
		display: none;
	}
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #00FF00;
}

.frontpage-block {
	width: 300px;
	height: 250px;
	margin: auto auto;
	text-align: center;
}

.sidebar {
	margin-top: 50px;
}

.sideBarBox {
	border: 1px solid #A8DDA0;
}

.sideBarCaption {
	background-color: #A8DDA0;
	color: black;
	padding: 3px;
}

#topNESGames a, #affiliates a {
	margin-left: 5px;
	display: block;
	font-size: 0.85em;
}


.GameSection {
	margin-bottom: 10px;
}

	.GameSection > header {
		padding: 2px;
		font-weight: bold;
		background-color: #A8DDA0;
		color: black;
		border-radius: 5px 5px 0px 0px;
		display: inline-block;
		min-width: 200px;
		text-align: center;
	}

	.GameSection > div {
		border: 1px solid #A8DDA0;
		padding: 3px;
	}

.lal {
	width: 210px;
	font: 10px verdana, arial, sans-serif;
}

	.lal > a {
		font-size: 11px;
		font-weight: bold;
		text-decoration: underline;
	}

.photos {
	width: 468px;
	margin: auto;
}

	.photos > a {
		width: 230px;
		display: inline-block;
		margin-bottom: 5px;
	}


@media(max-width: 500px) {
	.photos {
		width: 250px;
	}
}


.screenshots {
	width: 540px;
	margin: auto;
}

	.screenshots > div {
		width: 260px;
		display: inline-block;
		margin-bottom: 5px;
	}

		.screenshots > div > div {
			text-align: center;
		}

@media(max-width: 550px) {
	.screenshots {
		width: 300px;
	}
}

pre {
	border: none;
	background-color: black;
	color: #00FF00;
}


.nesfilesTable {
	border: 1px solid #A8DDA0;
	width: 100%;
}

	.nesfilesTable thead tr {
		background-color: #A8DDA0;
		color: black;
		font-weight: bold;
	}

	.nesfilesTable td {
		/*padding: 1px;*/
		padding: 5px 3px 5px 3px;
	}

	.nesfilesTable tr:nth-child(even) {
		background-color: #082000;
	}

@media (pointer: coarse) {
	.nesfilesTable a {
		padding: 1em;
	}
}

.reviewHeader {
	font-size: 1.8em;
	margin-bottom: 0px;
	font-weight: bold;
}

.reviewTitle {
	font-size: 0.75em;
}

.reviewAuthor {
	font-style: italic;
	font-size: 0.85em;
	margin-top: 0px;
	margin-bottom: 10px;
}

.reviewDisclaimer {
	width: 400px;
	background-color: #A8DDA0;
	color: black;
	font-style: italic;
	font-size: .8em;
	padding: 3px;
	border-radius: 3px 3px;
	margin: 40px 0px;
}

#emulatorTable {
	width: auto;
	min-width: 400px;
}

.forumCategory > h3 {
	margin-bottom: 0px;
}

.forumPages {
	margin-top: 0px;
	font-size: 0.85em;
}

.ebayListing {
	border-bottom: 1px solid rgba(168, 221, 160, 0.2);
	padding: 1rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}

	.ebayListing .ebayTitle {
		/*font-size: 1.1em;*/
		font-weight: bold;
	}

	.ebayListing table td:first-child {
		width: 150px;
	}

.pw-widget {
	margin-top: 10px;
}
