html {
  background: #bcc759 url("CIMG5643_bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#top-nav {
	background-color: rgb(20,20,20);
	background-color: rgba(20,20,20,0.75);
}

@media (min-width: 768px) {
	#top-nav {
		top: 50px;
	}
}

.footer {
	position: fixed;
	bottom: 0px;
}

#content {
	position:fixed;
	top: 75px;
	bottom: 50px;
	width: 100%;
}

#content .container {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	min-height: 500px;
	max-height: 100%;
	background-color: rgb(20,20,20);
	background-color: rgba(20,20,20,0.90);
	color: #ffffff;

	padding: 25px 50px;

	overflow: auto;
}

/* only display footer on big enough screens */
#footer {
	color: #fff;
	padding: 10px 25px;
	display: none;
}
#bottom {
	height: 50px;
}

@media (min-width: 768px) {
	#content {
		top: 150px;
	}
	#content .container {
		max-width: 75%;
	}
	#footer {
		display: block;
	}
}
@media (min-width: 992px) {
	#content {
		top: 150px;
	}
	#content .container {
		max-width: 64%;
	}
	#footer {
		display: block;
	}
}
@media (min-width: 1200px) {
	#content {
		top: 150px;
	}
	#content .container {
		max-width: 50%;
	}
	#footer {
		display: block;
	}
}


code, pre {
	background-color: rgba(50,50,50,0.75);
	color: #ffdddd;
	text-shadow: 0 0 1px #ff0000;
}

a:link, a:visited {
	color: #59af15;
}
a:hover, a:active {
	color: #59af15;
}

div.output {
	background: #fff;
	color: #000;
	padding: 10px;
	margin: 15px 0;
	border-radius: 4px;
}

div.output table {
	border-collapse: collapse;
}

div.output table td, div.output table th {
	border: solid 1px #cccccc;
	padding: 3px;
}

div.output code, div.output pre {
	background-color: #dddddd;
	color: #dd4444;
	text-shadow: none;
}

pre b {
	text-shadow: none;
	/*color: #000080;*/
}

.radio-inline {
	position: relative;
}