/**
 * @package Pagescroll
 * @version 1.0
 * @author John Rayes <live627@gmail.com>
 * @copyright Copyright (c) 2019, John Rayes
 * @license http://opensource.org/licenses/MIT MIT
 */

#pagescroll
{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 4px;
	background: #80B020;
	width: 0;
}