
.center {margin-left: auto; margin-right: auto; display: block;}

figure {
  margin-bottom: 16px;
  background-color: #80808018;
}

figure img {
  display: block;
  margin-left:auto; margin-right:auto; margin-top:0px; margin-bottom:0px;
  max-width: 620px;
  border: none;
}

figcaption {
  margin-left: 20px; margin-right: 20px; font-size: smaller; text-align: center;
}


table td.left{
  text-align: left;
}

table td {
  text-align: right;
}

table th.wide {
  padding-left: 24px; padding-right: 24px;
}
  
caption {
  caption-side:bottom;
  font-size: smaller; text-align: center;
}

a.menu {
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
	padding: 4px 4px 4px 24px;
	height: 30px;
}

a.submenu {
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
	padding: 4px 4px 4px 32px;
	height: 30px;
}

a.menu.selected {
	padding-top: 2px;
	background: url(../images/arrow-right.png) no-repeat;
}

td img {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	border: none;
}

span {
	white-space: nowrap;
}

/* styles for slideshow */

.slideshow-container {
	position: relative;
	margin: auto;
}

.slide_prev, .slide_next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -40px;
	padding: 12px;
	color: #555;
	font-weight: bold;
	font-size: 30px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.slide_next {
	right: 0;
}

.slide_prev:hover, .slide_next:hover {
	background-color: rgba(0,0,0,0.5);
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.0s;
	animation-name: fade;
	animation-duration: 1.0s;
}

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

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