* {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin-left: 20px;
  /* margin-top: 10px; */
}

li {
  margin: 5px;
  padding-bottom: 10px;
  line-height: 1.2;
}

h2 {
  font-size: 150%;
  margin-bottom: 10px;
  margin-top: 10px;
}

p {
  margin-bottom: 15px;
  line-height: 1.2;
}

body {
  color: #2d2d2d;
  background-color: #fdfdfd;
  font-family: "Helvetica";
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.headshot {
  align-self: center;
  max-width: 180px;
  border: 4px solid #3193cc;
  border-radius: 50%;
}

.name-tag-container {
  display: flex;
  flex-direction: row;
  padding: 20px;
  margin: auto;
}

.contact-info {
  white-space: nowrap;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.centered {
  margin: auto;
}

.main-text-container {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  border-top: 2px solid;

  padding-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.rows {
  display: flex;
  flex-direction: column;
  /* margin-bottom: -10px; */
}

.row {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  margin-left: 10px;
  max-width: 100%;
  border-radius: 5px;
  border-top: 1px solid #3193cc;
  border-left: 8px solid #3193cc;
  border-bottom: 1px solid #3193cc;
  border-right: 1px solid #3193cc;
  background-color: #fbfeff;
  /* background-color: #e7e8ec; */
}

.pub {
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
  /* border-radius: 15px;
  background-color: #e7e8ec; */
}

.illustration {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  height: 100px;
  /* box-sizing: border-box; */
}

.ignorespan {
  display: none;
}

.authors {
  font-size: 12pt;
}

.myname {
  /* font-weight: bold; */
  /* font-style: italic; */
  /* color:#3a3e6f; */
}

.title {
  font-weight: bold;
  font-size: 13pt;
}

/* .title::before {
  content: "\29C8";
} */

.distinguished {
  font-weight: bold;
  font-size: 13pt;
  color: green;
}

.keynote {
  font-weight: bold;
  font-size: 12pt;
  color: green;
}

.to-appear {
  font-weight: bold;
  font-size: 13pt;
  color: grey;
}

a:link {
  color: #276fa0;
}

a:visited {
  color: #834fbb;
}

pre code {
  border-radius: 5px;
  /* border-top: 1px solid #983dfb;
  border-left: 8px solid #983dfb;
  border-bottom: 1px solid #983dfb;
  border-right: 1px solid #983dfb;
  background-color: #faf5ff; */
  border-top: 1px solid #c8c8c8;
  border-left: 8px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  background-color: #fdfdfd;
  display: block;
  padding: 10px;
  margin-left: 10px;
  max-width: 100%;
  font-size: 12pt;
}

code {
  background-color: #fdfdfd;
  padding: 1px 5px;
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
