/* Scroll baby scroll
=========================================================================== */

.holder {
  float: left;
  background: #a3a3a3;
  padding-left: 12px;
  color: #2a2a2a;
}

.scroll-pane {
  width: 628px;
  overflow: auto;
  background: #a3a3a3;
  float: left;
  height: 180px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #2a2a2a;
}

.jScrollPaneDrag {
	position: absolute;
	background: #df5204 url(../img/scrollovatko.png) center center no-repeat;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

/* Headings, text
=========================================================================== */

.holder p.standard {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.holder p.title {
  font-family: "Calibri", Times New Roman, Times, serif;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #eef0f2;
  margin-top: 1em;
}

.holder p.date {
  font-family: "Calibri", Times New Roman, Times, serif;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #8b8d90;
}
