section#history > #bookmarks {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

section#history > #bookmarks > li {
	display: inline;
	text-transform: uppercase;
}

section#history > #bookmarks > li:not(:first-child):before {
	content: '| ';
	margin: 0 5px;
}

section#history > #bookmarks > li > a {
	color: rgba(255, 255, 255, .7);

	-webkit-transition: all .2s;
	transition: all .2s;
}

section#section > #bookmarks > li > a:hover {
	color: white;
}

section#history > h1 {
	margin-bottom: 20px;
}

section#history > div:not(:last-child) {
	margin-bottom: 40px;
}

section#history > div > #poster {
	width: 250px;
	margin-right: 20px;
}

section#history > div > #poster > img {
	width: 100%;
	border: 1px solid rgba(255,255,255,.5);
}

section#history > div > #content > h1 {
	text-shadow: 0 3px black;
	display: inline-block;
}

section#history > div > #content > #meta {
	opacity: 0.5;
}

section#history > div > #content > #description {
	border-top: 1px solid rgba(255,255,255,.05);
	margin-top: 15px;
	padding-top: 15px;
	text-align: justify;
}

section#history > div > #content > #description > :last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	section#history > div {
		display: block;
	}

	section#history > div > #poster {
		height: 200px;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin-bottom: 20px;
	}

	section#history > div > #poster > img {
		position: absolute;
	}
}

section#history > div#hall-of-fame-wrapper > #container {
	margin: auto;
	width: calc(100% + 20px);
	margin-left: -10px;
}

section#history > div#hall-of-fame-wrapper > #container:after {
	content: "";
	display: block;
	clear: both;
}

section#history > div#hall-of-fame-wrapper > #container > img {
	width: 20%;
	padding: 10px;
	float: left;
}

@media (max-width: 1100px) {
	section#history > div#hall-of-fame-wrapper > #container > img {
		width: 25%;
	}
}

@media (max-width: 1000px) {
	section#history > div#hall-of-fame-wrapper > #container > img {
		width: 33.3%;
	}
}

@media (max-width: 900px) {
	section#history > div#hall-of-fame-wrapper > #container > img {
		width: 25%;
	}
}


@media (max-width: 850px) {
	section#history > div#hall-of-fame-wrapper > #container > img {
		width: 33.3%;
	}
}

@media (max-width: 500px) {
	section#history > div#hall-of-fame-wrapper > #container > img {
		width: 50%;
	}
}

section#history > hr {
	margin-bottom: 25px;
}