/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

.holder {
  float: left;
  height: 320px;
  width:100%;
}

.scroll-pane {
	width: 100%;
	overflow: auto;
	float: left;
    outline: none !important;
}

#pane {
height:548px;
}
#pane-actualite {
height:320px;
}

