body {
  margin-top: 10px;
  margin-right: 50px;
  margin-left: 50px;
  font-family: sans-serif;
  color: black;
  background: white;
}

div.banner {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: xx-large;
  text-align: center;
  color: black;
}

div.menu { font-size: large; }

div.menu, span.openmenu {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

div.submenu, span.chosenitem {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.5;
}

div.menu, div.submenu { color: white; }

div.menu, div.submenu {
  font-weight: bold;
  text-align: center;
}
div.banner, div.menu { background: #d9d0e5; }
div.submenu, span.openmenu { background: #ece6f4; }

div.menu a, div.submenu a,
div.menu a:link, div.menu a:visited,
div.submenu a:link, div.submenu a:visited {
  text-decoration: none;
  color: #417a21;
}

span.chosenitem a, span.openmenu a,
span.chosenitem a:link, span.chosenitem a:visited,
span.openmenu a:link, span.openmenu a:visited {
  text-decoration: none;
  color: #63af36;
}

span.sectiontitle { white-space: nowrap; }

span.publication { font-weight: bold; }
span.booktitle, span.emphasis { font-style: italic; }

div.footer {
  font-size: small;
  clear: left;
}

object.footer { height: 11em; width: 100%; }
object.menu { height: 5em; width: 100%; }
object.footer, object.menu {
  display: block;
  clear: left;
}

div.proj-desc, div.demo-desc, div.publication {
  clear: left;
  padding-bottom: 10px;
  padding-top: 10px;
}

table, td {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}

tr.titlerow {
  background: #ffff00;
  text-align: center;
  font-weight: bold;
}

h1 { text-align: center; }
ul li { margin-left: 1em; }

div.tech-rev-image, div.noscriptmenu {
  text-align: center;
  width: 100%;
}

div.tech-rev-image img { width: 300px; }

img.proj-icon, img.demo-icon { width: 80px; }
img.pub-icon { width: 40px; }

img.foveatedimage, img.proj-icon, img.demo-icon, img.pub-icon,
object.fovapplet {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
