@charset "utf-8";


#history_box h1    {
	border-bottom: 1px dotted #333;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
	font-size: 20px;
	line-height: 20px;
}
#history_box {
	margin: 0 auto;
	width: 80%;
}

#slider{
	margin: 0 auto 20px auto;
	width: 680px;

}





/* Media query for tablets */
@media print, screen and (max-width:700px) {
#history_box h1  {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
}
#history_box h1 img {
	width: 100%;
}

#history_box {
	margin: 0 auto;
	width: 100%;
}

}



/*media query for small screen devices */
@media print, screen and (max-width:480px) {
#history_box h1  {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
}
#history_box {
	margin: 0 auto;
	width: 100%;
}

}
