/** Basic Styles  - popravljeni fonti**/
	body {	
		font: 16px/24px Arial, sans-serif;
				}


/*-tabela dogodki-*/
#table-1a {
    width: 100%;
    border-collapse: collapse;
}

#table-1a td, #table-1a th {
    border: 1px solid black;
    padding: 8px;
}

#table-1a tr:nth-child(even) {
    background-color: lightblue;
}

#table-1a tr:nth-child(odd) {
    background-color: white;
}

@media screen and (max-width: 600px) {
    #table-1a {
        width: 100%;
        font-size: 14px;
    }
}
/*-konec tabele-*/