body {
  font-family:Verdana, Arial, sans-serif;
  font-size:12px;
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  background-color:#FFF;
  margin:0;
}

h1,h2,h3 {
  font-family:Verdana, Arial, sans-serif;
}

a:link {
  color:#000000;
  text-decoration:none;
}

a:hover {
  color:#ff0000;
  text-decoration:none;
}

img {
  border:none;
  vertical-align: middle;
}

.tg-wrap, .logo-wrap, .bottom-wrap {
  text-align: center;
}

.info-wrap {
  text-align:left;
  max-width: 767px;
  margin:0px auto;
}

.bottom-wrap {
  font-size:16px;
}

.logo {
  vertcal-align:top;
  border-collapse:collapse;
  border-spacing:0;
  margin:0px auto;
}

.social {
  vertcal-align:top;
  border-collapse:collapse;
  border-spacing:0;
  font-size: 14px;
  margin:0px auto;
}

.social img {
  width: 24px;
  heigth: 24px;
}

.tg {
  border-collapse:collapse;
  border-spacing:0;
  min-width: 767px;
  max-width: 767px;
  margin:0px auto;
}

.tg td {
  border-color:black;
  border-style:solid;
  border-width:1px;
  font-family:Verdana, Arial, sans-serif;
  font-size:14px;
  overflow:hidden;
  padding:10px 5px;word-break:normal;
}

.tg th {
  border-color:black;
  border-style:solid;
  border-width:1px;
  font-family:Verdana, Arial, sans-serif;
  font-size:14px;
  font-weight:normal;
  overflow:hidden;
  padding:10px 5px;
  word-break:normal;
}

.tg .tg-7btt {
  border-color:inherit;
  font-weight:bold;
  text-align:center;
  vertical-align:top;
}

.tg .tg-0pky {
  border-color:inherit;
  text-align:left;
  vertical-align:top;
}

.tg .tg-0lax {
  text-align:left;
  vertical-align:top;
}

* {box-sizing:border-box}

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

/* Hide the images by default */
.mySlide1, .mySlide2, .mySlide3 {
  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;
  user-select: none;
}

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

/* 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);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  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 {
  animation-name: fade;
  animation-duration: 1.5s;
}

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

@media screen and (max-width: 767px) {
  .tg {width: auto !important;}
  .tg col {width: auto !important;}
  .tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;margin: auto 0px;}
  .info-wrap {width: auto !important;}
}
