/***************************************************************************
 *                          (css) stickyheaders.css
 *                          -----------------------
 *   begin                : 11-Feb-2015
 *   modified             : 29-Abr-2015
 *   copyright            : (C) 2015 Daniel Julivert
 *   email                : ghoulwiz@gmail.com
 *   description          : Sticky table headers CSS
 *   adapted from         : http://codepen.io/jgx/pen/wiIGc
 *
 ***************************************************************************/


/********************************************************************************
  General page layout
********************************************************************************/

.stickyHeadersContainer {
	width: 100%;
	margin: auto;
}

.stickyHeadersFixed {
	top: 0;
	position: fixed;
	width: auto;
	display: none;
	border: none;
	z-index: 25;
}