body {
  background: #eee9e9;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: auto;
  overflow: hidden;
}

.copyright-bottom {
  position: absolute;
  text-align: center;
  height: 5%;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: white;
  font-family: arial;
}

#page-container {
  height: auto;
  position: absolute;
}

.test-logo {
  width: 286px;
  height: 140px;
  background: white;
  margin: 48px auto;
  border: solid 1px;
  border-radius: 29px;
}

.links {
  padding-top: 20px;
  padding-left: 20px;
}

#panel-wrapper {
  padding-top: 100px;
}

#panel-wrapper-up-mi {
  padding-top: 25px;
  padding-bottom: 20px;
}

.flex-content {
  display: flex;
  justify-content: space-evenly;
}

.flex-footer {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
  margin-top: 30px;
}

#middle-panel-row img,
#bottom-panel-row img {
  width: 284px;
  height: 134px;
}

#left-panel {
  float: left;
  width: 336px;
}

#center-panel {
  float: left;
  width: 336px;
  border-right: solid 1px white;
}

#right-panel {
  float: right;
  border-left: solid 1px white;
}

.test-links {
  display: table;
  margin: 0px auto;
  position: relative;
}

.mi-test-links a {
  color: white;
  font-family: arial;
  font-weight: bold;
  display: block;
  font-size: 1.4em;
  text-align: center;
  text-decoration: underline;
  -webkit-user-drag: none;
  margin-bottom: 15px;
}

.ott-test-links {
  margin: 0px auto;
  position: relative;
}

.ott-test-links a {
  color: white;
  font-family: arial;
  display: inline-table;
  font-size: 1.5em;
  text-decoration: none;
  text-align: center;
}

#back {
  color: white;
  font-family: arial;
  font-size: 1.2em;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  padding-right: 20px;
  position: absolute;
  bottom: 20px;
  right: 0;
}

#header {
  padding-bottom: 10px;
  width: 1024px;
  position: relative;
  margin: 0px auto;
}

#header-logo {
  display: inline;
  position: absolute;
  left: 648px;
}

#bottom {
  height: auto;
  width: 1024px;
  background: #003a76;
  margin: 0px auto;
}

#secure-browser-exit {
  position: absolute;
  bottom: 65px;
  right: 40px;
  -webkit-user-drag: none;
}

#readiness {
  position: absolute;
  bottom: 20px;
  left: 40px;
  -webkit-user-drag: none;
}

.hide-exit,
.hide-readiness {
  display: none;
}
.hidden {
  display: none;
}
.hide-link {
  display: none !important;
}

#secure-browser-exit-link {
  position: relative;
  z-index: 2;
}
#tutorial-link {
  position: absolute;
  text-align: center;
  height: 5%;
  bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: arial;
  font-size: 1.4em;
}
#tutorial-link a:link,
#tutorial-link a:hover,
#tutorial-link a:visited {
  color: gold;
}
