/*--- VGRAF (VODOROVNÝ GRAF) ---*/
DIV.vgrafy{
 padding: 0px 0px 0px 50px;
}
DIV.vgraf{
 padding: 20px 0px 10px 0px;
}
.vgraf SPAN.vgrafnad{
 font-size: 24px;
 font-weight: 400;
}
.vgraf SPAN.vgrafhod{
 float: right;
 font-size: 24px;
 font-weight: 400;
}
.vgraf SPAN.vgrafpop{
 display: block;
 font-size: 18px;
 text-align: center;
}
.vgraf DIV.v_graf{
 clear: both;
 background-color: #FFFFFF;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
 -khtml-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px;
 padding: 1px;
 margin: 5px 0px 5px 0px;
}
.vgraf DIV.v_graf DIV{
 height: 12px;
 background-color: #2C7C00;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
 -khtml-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px;
}