img {vertical-align: middle;width: auto;max-width: 100%;}


a {
    color: white;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a:focus {
    text-decoration: underline;
    font-weight: bold;
    outline: 2px dashed #3364FF;
}

.info:focus {
  outline: 2px dashed #3364FF;  
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;    
  margin: auto;
  padding: 5px;
  text-align: center;  
}

.mySlides:focus {
  outline: 2px dashed #3364FF;  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 60%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: auto;
  background-color: rgba(0,0,0,0.5);
}

/* 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);
  outline: 2px dashed #3364FF;
  /*color: white;*/
}

.prev:focus, .next:focus {
  background-color: rgba(0,0,0,0.8);
  outline: 2px dashed #3364FF;
  color: white;
}

/*[role=tabpanel] {border-top:1px solid black; padding: .5em 0;}*/
[role=tablist] { padding: .2em 0;margin:0 10%;}
[role=tab] {border:2px solid black;padding: 3px 12px;margin:3px;}
[role=tab]:focus {outline: 5px solid #1E3966;}
[role=tab]:hover {outline: 2px dashed #3364FF;}
/*#tabs {border:1px solid black; text-align:center; margin:0 10%;}*/
/*.tabs:hover{border:2px dashed orange;}*/


/* Caption text */
.text {
  color: black;
  font-size: .9em;
  /*padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;*/
  text-align: center;
}

/* Caption text */
.captiontext {
  color: black;
  font-size: .9em;
  padding: 8px 12px;
  /*position: absolute;
  bottom: 8px;
  width: 60%;
  margin-left: 10px;*/
  text-align: left;
  border-style: solid;
  border-width: 1px;
  border-color:grey;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: none;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: background-color 0.6s ease;
}

.dot.active {
  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}
}
*/

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
  img {vertical-align: middle;max-width: 100%;height: auto;}
}