html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif;}
 h1,h2,h3,h4,h5,h6 {
    	
    	text-align: center;
    	background-color: darkgrey; 
    	text-shadow:1px 1px 0 #444;
    	}
  .w3-sidebar {
  z-index: 3;
  width: 200px;
  top: 0;
  bottom: 0;
  height: inherit;
  }

  .mujtext {
   	background-color: white;
   	font-size:1.3em;
   	top: 10px;
  		bottom: 10px;
  		padding: 5px;
   }
   
   .round3 {
  border: 2px solid black;
  border-radius: 12px;
  padding: 20px;
}
   .vysltext {
   	background-color: white;
   	font-size:1.3em;
   	top: 10px;
  		bottom: 10px;
  		padding: 5px;
   }
   table {border-radius: 12px;}
   table, th, td {
   	font-size:1.1em;
  border: 2px solid black;
  border-collapse: collapse;
}
   th, td 
   {padding: 5px;
   }
   
   .vpravo {text-align:right;background-color: white; width: 12%;}
   