Akreditovaná pracoviště
table {
border-collapse: collapse;
width: 100%;
margin: 20px 0;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: center;
}
th {
background-color: #f2f2f2;
font-weight: bold;
}
a{
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: underline;
}
.highlight {
color: #ff9900;
}
.white-text {
color: #ffffff;
}
tr:nth-child(even) {
background-color: #333;
}
tr:nth-child(even) a {
color: #ffffff !important;
}
