/**
 * Reading Progress
 */

#kp-reading-progress{

	position:fixed;

	top:0;

	left:0;

	width:0;

	height:4px;

	background:#b30000;

	z-index:99999;

	transition:width .1s linear;

}