table, th, td {
  border: 1px solid white;
}
table, tbody {
	border: 2px solid white;
	border-radius: 10px;
}
td {
    border: solid 1px #fff;
    border-style: none solid solid none;   
}
tr:first-child td:first-child { border-top-left-radius: 10px; }
tr:first-child td:last-child { border-top-right-radius: 10px; }
tr:last-child td:first-child { border-bottom-left-radius: 10px; }
tr:last-child td:last-child { border-bottom-right-radius: 10px; }
tr:first-child td { border-top-style: solid; }
tr td:first-child { border-left-style: solid; }

#cookie-notice {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 30px; }


.sastojciprobalans { 
text-align: center; font-size: 15px; line-height: 1.3; }

.main-navigation ul {
	font-size:16px;
   color: #1C71A5;}