/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }

  .active {
    background-color: #04AA6D;
  }
  
body {
    background-color: rgb(43, 43, 43);
    color: rgb(221, 221, 221);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.timeline {    
    background-color: rgb(43, 43, 43);
    color: rgb(221, 221, 221);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1 {
    color: rgb(185, 185, 185);
    text-align: center;
    width: 100%;
}

h2 {
    color: rgb(185, 185, 185);
    text-align: center;
    width: 100%;
}

td,
th {
    border: 1px solid white;
}

table {
    margin: auto;
    border-radius: 10pt;
    border: 7, 5px solid rgb(161, 161, 161);
    border-collapse: collapse;
}

.green {
    background-color: green;
}

.red {
    background-color: rgba(255, 0, 0, 0.452);
}

.yellow {
    background-color: rgba(255, 255, 0, 0.432);
    color: black;
}

.blue {
    background-color: rgba(0, 0, 255, 0.486);
}

tr:nth-child(even) {
    background-color: #404040;
}

.county {
    background-color: rgb(43, 43, 43);
}

.skodatrans {
    background-color: green;
}

.skodatranstech {
    background-color: rgb(49, 49, 94);
}

.crotram {
    background-color: blue;
}
.inekon {
    background-color: rgb(147, 125, 0);
}

.stadler {
    background-color: rgb(5, 5, 97);
}
