@media screen and (max-width: 600px) {
	.right{
	   width: 100%; 
	   margin-left:0px;
	}
	.left{
	   width: 100%;
	   float:none;
	}
}

.Poradatel  li.nadpis {
    font-weight: 900;
    color: black;
	text-indent: 0px;
}

.Poradatel li{
	text-indent: 25px;
}