/* tk-diagram */

.diagram {
  margin: 0px 0px 20px 0px;

}
	
/* tk-tablazat */

.rtable {		
	display: inline-block;
	vertical-align: top;
	width: 100%;
	overflow-x: auto;	
	white-space: nowrap;
	border-collapse: collapse;
	border-spacing: 0;    
    overflow-y: auto;
	height: 380px;
	
}

.rtable,
.rtable--flip tbody {
	
	-webkit-overflow-scrolling: touch;
	background-size: 5px 100%, 5px 100%;
	background-attachment: scroll, scroll;
	background-repeat: no-repeat;
	padding: 0px 0px;
	
}	
/* tk-tablazat */	
  
	  
#chart {
  width: 650px;
  height: 300px;
  margin: 30px auto 0;
  display: block;
}
#chart #numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
#chart #numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 30px;
  border-bottom: 1px solid #999;
  position: relative;
  bottom: 30px;
}
#chart #numbers li:last-child {
  height: 30px;
}
#chart #numbers li span {
  color: #666;
  position: absolute;
  bottom: 0;
  right: 10px;
}
#chart #bars {
  display: inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#909ba0+0,596a72+100 */
background: #909ba0; /* Old browsers */
background: -moz-linear-gradient(top, #909ba0 0%, #596a72 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #909ba0 0%,#596a72 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #909ba0 0%,#596a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909ba0', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
  width: 600px;
  height: 300px;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 0 1px #999;
  	
}
#chart #bars li {
  display: table-cell;
  width: 100px;
  height: 300px;
  margin: 0;
  text-align: center;
  position: relative;
  	
}
#chart #bars li .bar {
  display: block;
  width: 50px;
  margin-left: 10px;
  background: #b8020b;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #c8c8c8;
	
}
#chart #bars li .bar:hover {
  background: #d9030d;
  cursor: pointer;
}
#chart #bars li .bar:hover:before {
  color: white;
  content: attr(data-percentage) 'e€';
  position: relative;
  bottom: 23px;
}
#chart #bars li span {
  color: #666;
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
}
