/*
div, ul, img {
  border: 1px solid gray;
}
*/
body {
  background-color: rgba(245,245,245);
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  font-weight: 100;
  font-size: 16px;
  color: #333;
}
#main {
  clear: both;
  width: 900px;
  margin: 0 auto;
  margin-top: 30px;
  background: rgba(255,255,255, 1);
  padding: 20px;
}
.banner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  opacity: 0.9;
  background-color: rgba(255,255,255);
  height: 60px;
}
#header {
  width: 900px;
  margin: 0 auto;
  position: relative;
  color: gray;
  padding-top: 15px;
  padding-bottom: 5px;
}
#name {
  padding-left: 10px;
  font-family: "Julius Sans One", sans-serif;
  font-size: 30px;
  width: 300px;
}
#navigator {
  margin: auto 0;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
#navigator a:link, #navigator a:visited,  {
  text-decoration: none;
}
#selfie {
  margin: 20px 20px 0 20px;
  float: left;
}
#selfie img {
  width: 220px;
  box-shadow: 3px 3px 10px #888;
}
.right {
  margin-right: 10px;
  line-height: 1.5;
}
.block {
  margin-left: 25px;
  border-left: 5px solid #ddd;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.introduction {
  margin-bottom: 20px;
}
.abstract, .introduction {
  overflow: auto;
}
.abstract .right p {
  font-style: italic;
  margin: 0;
}
.publication {
  margin-top: 10px;
  padding-bottom: 2px;
  line-height: 1.25;
  margin-left: 10px;
  olor: Black;
}
.workshop {
  margin-top: 10px;
  padding-bottom: 2px;
  line-height: 1.25;
  margin-left: 10px;
  color: #bebebe;
}

.project_img {
  margin-right: 20px;
  float: left;
  width: 250px;
}
.nav_cell {
  display: inline-block;
  font-size: 20px;
  padding:0 10px;
  cursor: pointer;
  border-bottom: 0px;
}
.title {
  color: #555;
  font-weight: bold;
  font-size: 25px;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}
span.emph {
  color: #555;
  font-weight: bold;
}
.subtitle {
  color: #555;
  margin-left: 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.research_title {
  color: #555;
  font-weight: bold;
  font-size: 18px;
}
.application_title {
  color: #555;
  font-weight: bold;
}
.content a:link, a:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed #333;
}
.nav a, a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}
a.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}
ul li {
  margin-bottom: 8px;
  line-height: 1.5;
}
ul {
  list-style-type: circle;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 10px;
}
ul#news li {
  margin-top: 0px;
  margin-bottom: 0px;
}
