Template:Vilnius-Lithuania/styles/table

table {

   background-color: #FFFFFF;
   border-collapse: collapse;
   margin-top: 8px;

}

tr:nth-child(even) { background: #F1F5F7 } tr:nth-child(odd) { background: #CBD7DC }

td:first-child, th:first-child {

 border-radius: 10px 0 0 10px;

}

td:last-child, th:last-child {

 border-radius: 0 10px 10px 0;

}

td {

   padding: 8px;

}

th {

   background-color: #0D4B5E;
   color: #FFFFFF;
   font-family: var(--secondary-font);
   padding: 8px;

}