
body, body2, h1, h2, td, tdNotBaseTwo, a, badTranslator
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

body
{
	font-size: 12px;
	color: #000000;
	background-color: #E0EEEE;
#	background-image: url(portal_mob.jpg);
#	background-size: cover;
#	background-position: center;
}

body2
{
	font-size: 12px;
	color: #000000;
	background-color: #B1F197;
}

h1
{
	font-size: 22px;
	color: #000000;
}

h2
{
	font-size: 18px;
	color: #000000;
}

td
{
	font-size: 12px;
	color: #000000;
}

tdNotBaseTwo
{
	font-size: 12px;
	color: #000000;
	background-color: #ff0000;
}

a
{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

badTranslator
{
	font-size: 12px;
	color: #00C000;
}

unknown
{
	font-size: 12px;
	color: #ff00ff;
}

fail
{
	font-size: 12px;
	color: #ff0000;
}

.assert
{
	font-size: 12px;
	color: #ff00ff;
}

.error
{
	font-size: 12px;
	color: #ff0000;
}

.table
{
  display: table;
  width:100%;
  border-collapse:collapse;
}

.table-row
{
    display: table-row;
}

.table-cell, .table-cell-warning, .table-cell-error, .table-head
{
	display: table-cell;
	padding:1em;
	text-align: center;
	opacity: 0.85;
}

.table-cell-warning
{
	background-color: #ee0;
}

.table-cell-error
{
	background-color: #e10;
}

.table-head
{
	font-weight:bold;
}

.images
{
    text-align:left;
    margin:40px auto; 
}

.images a
{
    margin:0px 15px;
    display:inline-block;
    text-decoration:none;
    color:black;
 }

.section50
{
    float: left;
    width: 50%; 
}

.section30
{
    float: left;
    width: 30%;
}

.section20
{
    float: left;
    width: 20%;
}

.layerThumbnail
{
    width: 64;
    height: 64;
}

.galleryThumbnail
{
	border: 4px solid #E0EEEE;
	width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.galleryThumbnail2
{
	border: 4px solid #E0EEEE;
	width: 170;
    height: 96;
}


.sceneThumbnail
{
	border: 4px solid #E0EEEE;
	width: 320;
    height: 180;
}

.sceneThumbnailNotDone
{
	border: 4px solid #00ef00;
	width: 320;
    height: 180;
}

.sceneThumbnailCE
{
	border: 4px solid #E0EEEE;
	border-radius: 24px;
    width: 320;
    height: 180;
}

.sceneThumbnailCENotDone
{
	border: 4px solid #00ef00;
	border-radius: 24px;
    width: 320;
    height: 180;
}

.miniGame
{
	font-size: 12px;
	color: #00af00;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 96%;
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
    /*max-width: 99%;*/
    /*margin-left: 2%;*/
    /*margin-right: 2%;*/
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  margin-top: 25%;
  margin-left: -2%;
  margin-right: -6%;
  padding: 16px;
  color: blue;
  background-color: #0000ff20;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

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

/* Caption text */
.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 {
  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}
}
