/**
  Styling for the History VC element
  @see victheme_centerline plugin for more information
  **/
/*------------------------------------------------------------------
[Table of contents]

1. Centerline element
-------------------------------------------------------------------*/
#page .centerline-elements {
	z-index: 1;
}

#page .centerline-centerpoint {
	z-index: 1;
}

#page .centerline-content {
	z-index: 3;
}

#page .centerline-canvas {
	z-index: 2;
}