Template:Vilnius-Lithuania/CSS/Parts

body, html {

 margin: 0;
 padding: 0;
 color: #222222;
 font-family: "lato-regular";

}

.contentBlock {

 max-width: 800px;

}

  1. HQ_page table, table {
 border: unset;
 border-collapse: collapse;
 width: 100%;
 margin-bottom: 64px;

}

  1. HQ_page table th, table th {
 text-align: start;
 background-color: rgba(98, 129, 239, 0.1);

}

  1. HQ_page table tr, table tr {
 border-top: 1px solid #BBBBBB;
 border-bottom: 1px solid #BBBBBB;

}

  1. HQ_page table tr:nth-child(2n), table tr:nth-child(2n) {
 background-color: rgba(187, 187, 187, 0.15);

}

  1. HQ_page table tr:nth-child(2n+1), table tr:nth-child(2n+1) {
 background-color: #FAFAFC;

}

  1. HQ_page table td, #HQ_page table th, table td, table th {
 border: unset;
 padding: 0.75rem 0.5rem;

}

  1. HQ_page table a, table a {
 color: #6281EF;
 text-decoration: none;

}

  1. HQ_page table a:hover, table a:hover {
 text-decoration: underline;
 color: #2E64EC;

}