#splashPage {
  position: absolute;
  background: #f0f0f0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-y: auto;
}

#splashPage div {
  border-radius: 6px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  margin: 1em;
}

#splashPage table {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

#splashPage .content {
  background: white;
  margin: 1em 0em;
  padding: 1.5em;
}

#splashPage .content div {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#splashPage #teaserImageContainer {
  max-width: 40%;
  margin: 0em 0em 1em 1em;
  text-align: center;
  display: inline-block;
  float: right;
  padding: 1em;
}

#splashPage .content img {
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 100%;
}

#splashPage .content span.description {
  font-style: italic;
}

#splashPage .content > ul > li {
  margin-top: 1.5em;
}

#splashPage .content > ul > li > ul > li {
  margin: 0.5em;
}

#cannedDataDisclaimer {
  display: none;
}

#splashPage #splashPageLayout td {
  vertical-align: top;
}

#splashPage #splashPageLayout .inputColumn div {
  text-align: center;
  display: block;
  width: 300px;
  padding: 1em;
  border-radius: 6px;
  margin: 1em;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  background: rgba(250, 250, 250, 1.0);
}


#splashPage #splashPageLayout .inputColumn div#contactInfo {
  background: rgba(255, 230, 230, 1);
}

#splashPage h2 {
  font-size: x-large;
}

#splashPage .inputColumn h3 {
  margin: 0em;
}

#splashPage .content div {
  margin-top: 1em;
}

#splashPage button {
  margin-top: 1em;
}

#splashPage .content h1 {
  font-size: xx-large;
  font-weight: bold;
  margin: 0em;
}

#splashPage #fileElement {
  display: none;
}

#splashPage #fileData label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 0.25em 1em;
}

#splashPage textarea {
  width: 100%;
  height: 100px;
  display: block;
  margin: 1em auto;
  border: 1px solid #dddddd;
  border-radius: 6px;
}

#splashPage div.panel {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 250px;
  padding-bottom: 0.25em;
  box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.25);
  font-size: smaller;
  z-index: 1;
  background: rgba(240, 240, 255, 1.0);
  transition: transform 0.125s, background 0.125s, color 0.125s, opacity 0.125s;
}

#splashPage div.panel th,td {
  font-size: smaller;
}
