body {
  font-family: Arial, Helvetica, sans-serif;
}

table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.tab tr:nth-child(even){background-color: #f2f2f2;}

.tab tr:hover {background-color: #ddd;}

.tab1 tr:hover {background-color: rgb(241, 241, 241);}

.tab th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.tab1 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgb(0, 4, 255);
  color: white;
}

.tab1 {
  margin-bottom: 12px;
}

.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button {
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}

.button:hover {
  background-color: #04AA6D;
  color: white;
}

.tab {
    counter-reset: rowNumber;
}

.tab tr:not(:first-child) {
    counter-increment: rowNumber;
}

.tab tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
}

#flaggie {
  display: block;
  border-radius: 0%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  border:2px solid black;
  width: 15%;
  height: 15%;
}

#flaggie:hover {
  -webkit-transform:scale(1.0); /* or some other value */
  transform:scale(1.0);
}

#container {
  width: auto;
  height: auto;
}

img {
  border:3px solid black;
  border-radius: 50%;
  transition:transform 0.25s ease;
}

img:hover {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0.5);
  -webkit-transform:scale(1.2); /* or some other value */
  transform:scale(1.2);
}

.bold {
    font-weight: bold;
}

.accordion {
  background-color: #eee;
  color: #444;
  display: block;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#b {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 400px;
  border: 3px solid rgb(0, 0, 0);
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

#mappie {
  display: block;
  border-radius: 0%;
  margin-left: auto;
  margin-right: auto;
  border:2px solid black;
  width: 15%;
  height: 15%;
  border-radius: 50%;
  display: inline-block;
}

/*#c {
  display: block;
  border-radius: 0%;
  margin-left: auto;
  width: 150px;
  width: 150px;
  margin-right: auto;
  border:2px solid black;
  border-radius: 50%;
}*/

#mappie:hover {
  -webkit-transform:scale(1.0); /* or some other value */
  transform:scale(1.0);
}

#imy:hover {
  -webkit-transform:scale(1.0); /* or some other value */
  transform:scale(1.0);
  border: 3px solid rgb(255, 255, 255);
}

#cappie {
  display: block;
  border-radius: 0%;
  margin-left: auto;
  margin-right: auto;
  border:2px solid black;
  border-radius: 50%;
  display: inline-block;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

input[type=text]:focus {
  border: 3px solid #555;
}