h8 {
	 font-weight: 600;
    color: #8ad02f;
    font-size: xx-large; 
}
h9 {
	 font-weight: 900;
    
}

.tabela_bold_granat {
    font-weight: 700;
	font-size: medium;
    color: #1a5886;
}
.tabela_bold {
    font: bolder;    
}
.tabela_bold_granat_large {
    font: bold;
    font-size: 18px;
    color: #1a5886;
}


.kalkulator_tab
{
	font-size: 14px;
	color: #013571;
	background-color: #ffffff;
}
.kalkulator_tab tr:nth-child(2n) 
{
	background-color: #F3F3F3;
}
.kalkulator_tab tr:nth-child(2n+1) 
{
	background-color: #E8F0F9;
}
