* {
 box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
  max-width: 50vw;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* color: #f2f2f2; */
/* Caption text */
.text {
  color: #000000;
  font-weight: bold;
  font-size: 1.5vw;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 2vw;
  width: 2vw;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.row {
  margin-left:-5px;
  margin-right:-5px;
}

.column {
  float: left;
  width: 50%;
  padding: 5px;
  font-size: 1.5vw;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

p, th {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.75vw;
  text-align: left;
  vertical-align: center;
  font-size: 1vw;
  font-weight: normal;
}

td {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1vw;
  text-align: left;
  vertical-align: center;
  font-size: 1vw;
  font-weight: normal;
}

h2 {
  font-size: 2vw;
}

table {
  border-collapse: collapse;
}

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

.grey  {
  background-color: #f2f2f2;
}

.date {
  color: brown;>
}

#border tr td  {
  border:1px solid black;
}

#border thead tr th  {
  border:1px solid black;
}

#noborder {
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  background-color: white;
}

.grid-container > div {
  margin: auto;
  background-color: white;
  font-size: 1.5vw;
  width:100%;
  text-align:left;
}

.grid-container > div > img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
