html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #20333d;
  background-color: #d5d2c8;
}

fieldset {
  text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #20333d;
  background-color: rgb(255, 255, 255);
}

#wrapper {
  position: relative;
  text-align: left;
  margin: 0 auto;
  width: 760px;
  padding: 0px 0px 0px 0px;
}

#center_box {
  margin-top: 10px;
  text-align: center;
}

#center_box a {
  color: #4a4a4a;
  text-transform: uppercase;
  font-family: Helvetica, Arial, Sans-serif;
}

img {
  object-fit: scale-down;
}

.img_qr {
  object-fit: fill;
}

.timertable {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0px 10px 0px 10px;
  color: #000000;
  margin: 0 auto;
}

.infotable {
  background-color: #ff8e76;
  border-radius: 3px;
  padding: 2px 10px 2px 10px;
  color: #000000;
}
.accpt {
  background-color: #4CAF50;
  border-radius: 3px;
  padding: 2px 10px 2px 10px;
  color: #000000;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.pictable{
	table-layout: fixed;
	height: 400px;
}
.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 6px 6px;
  width: 100%;
  cursor: pointer;
}
.button_n {
  background-color: #ff0000;
  border: none;
  color: white;
  padding: 15px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 6px 6px;
  width: 100%;
  cursor: pointer;
}

.button_e {
  background-color: #ff0000;
  border: none;
  color: white;
  padding: 15px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 6px 6px;
  width: 100%;
  cursor: pointer;
}

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

.text {
  color: #f2f2f2;
  font-size: 15px;
  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 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.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) {
  .text {font-size: 11px}
}

audio 
{
	display:none;
}