/*
 * ************************************************************* *
 * Name        : NanoGress                                       *
 * Theme URI   :                                                 *
 * Description : NanoGress stylesheet.                           *
 * Version     : Version 1                                       *
 * Author      : CreativeMilk                                    *
 * Author URI  : www.creativemilk.net                            *
 * Updated     : 2013-10-14 00:58:33 UTC+02:00                   *
 * Copyright   : (c) 2013 CreativeMilk                           *
 * ************************************************************* *
 */

.nanogress{
	position : absolute;
	top      : 0;
	right    : 0;
	left     : 0;
	z-index  : 9999;
	height   : 2px;
	width    : 100%;
}
body > .nanogress{
	position : fixed;
}
.nanogress-bar{
	height : 100%;
	width  : 0;
}
.nanogress-relative{
	position : relative;
}