@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: url('./fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: normal;
  src: url('./fonts/roboto/Roboto-Italic.ttf');
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: url('./fonts/roboto/Roboto-Medium.ttf');
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: #fff;
  font-weight: normal;
  color: #000;
  line-height: 1.5em;
}
div.shell {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  max-width: 700px;
}
h1,
h2 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin: 0;
  position: relative;
  left: -7px;
  padding-top: 0.1in;
  padding-bottom: 0;
  padding-left: 0;
}
h1 {
  font-size: 24px;
  color: #555;
  margin-top: 0.1in;
  margin-bottom: 0.2in;
}
h2 {
  font-size: 18px;
  color: #111;
}
a {
  color: #009;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5em;
}
img.photo {
  width: 200px;
  height: 200px;
  border: 1px solid #999;
}
div.intro {
  padding-bottom: 20px;
}
ul.publications {
  list-style: none;
  padding-top: 0;
  padding-right: 5px;
  padding-left: 0;
  padding-bottom: 0;
}
ul.publications a.title {
  color: #131;
}
ul.publications li {
  padding-bottom: 14px;
  line-height: 1.3em;
}
ul.publications a.me {
  color: #500;
}
ul.publications span.proceeding {
  font-style: italic;
}
ul.exp,
ul.education,
ul.awards {
  padding: 0;
  list-style: none;
}
ul.exp li,
ul.education li,
ul.awards li {
  padding-left: 0;
  padding-top: 0px;
  padding-bottom: 10px;
  line-height: 1.5em;
}
span.tm {
  color: #444;
  display: block;
  margin-bottom: 2px;
}
div.misc {
  padding-top: 10px;
}
