.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-blocks;
}


.clearfix {
	display: block;
}


#container h2 {
	font-weight: normal;
	line-height: 28px;
}

#container p {
	padding: 10px 0;
}

.credit {
	text-align: center;
	padding: 20px 0 100px;
	font-size: 10px;
}



.demotips {
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
}

.demotips a {
	margin: 0 10px;
}

/* Menu style */
#timeline {
	width: 800px;
	height: 450px;
	overflow: hidden;
	margin: 30px auto;
	position: relative;
}

#dates {
	width: 100%;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
}

#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
}

#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}

#dates .selected {
	font-size: 38px;
	color: rgba(8, 106, 216, 1);
}

#issues {
	width: 800px;
	height: 100%;
	overflow: hidden;
}

#issues li {
	
 width:800px;
	height: 100%;
	list-style: none;
	float: left;
}

#issues li img {
	width: 100%;
  border-radius:4px;
}

#issues li h1 {
	color: #ffcc00;
	font-size: 48px;
	margin: 20px 0;
	text-shadow: #000 1px 1px 2px;
}

#issues li p {
	font-size: 1rem;
	 
	font-weight: 600;
	line-height: 2;
	
}

#grad_left,
#grad_right {
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
}



#next,
#prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#next:hover,
#prev:hover {
	background-position: 0 -76px;
}

#next {
	right: 0;
	background-image: url('../images/next.png');
}

#prev {
	left: 0;
	background-image: url('../images/prev.png');
}

#next.disabled,
#prev.disabled {
	opacity: 0.2;
}
