body
{
  background-color: rgb(250,250,250);
  margin: 0px;
  font-family: Open Sans, Calibri;
  font-size: 11pt;
}

#div-header
{
  width: 100%;
  height: 20px;
  background-color: rgb(111,111,111);
}

#div-main
{
  min-width: 640px;
  max-width: 90%;
  margin-left: 20px;
  padding: 0px 10px 30px 10px;
  color: rgb(50,50,50);
}

#div-menu {
  border-bottom: dotted 1px rgb(80,80,80);
  padding: 10px 0px 10px 0px;
  font-size: 90%;
}

#div-menu a {
  color: rgb(50,50,50);
}

section.chptr {
  border-bottom: dotted 1px rgb(80,80,80);
  padding-bottom: 10px;
}

section.sctn {
  border-left: solid 4px rgb(80,80,80);
  padding-left: 10px;
  padding-bottom: 4px;
}

h3 {
  text-transform: uppercase;
}

h4 {
  font-style: italic;
  border-bottom: solid 2px rgb(20,20,20);
  margin-bottom: 0px;
  padding-bottom: 4px;
}

div.study, div.publication, div.presentation, div.award {
  border-bottom: solid 1px rgb(40,40,40);
  padding-top: 4px;
  padding-bottom: 4px;
}

details.study summary,details.publication summary  {
  font-style: normal;
  cursor: pointer;
}

p {
  margin-top: 1px;
  margin-bottom: 2px;
}

p.info {
  font-weight: bold;
}

p.infoext {
  padding-left: 20px;
  color: rgb(50,50,50);
}

p.contacts {
  padding-top: 10px;
  font-size: 80%;
}

a {
  text-decoration: none;
  color: rgb(50,50,255);
}

a:hover {
  text-decoration: underline;
}

a.infoext {
  text-decoration: none;
}

.subinfo {
  border-collapse: collapse;
  font-size: 90%;
  margin: 5px 0px 0px 0px;
}

.subinfo td {
  border: 0px;
  padding: 2px 20px 2px 0px;
  vertical-align: top;
}

.subinfo td:first-child {
  font-weight: bold;
}

td.bibtex {
  font-family: Consolas;
  white-space: pre;
  user-select: all;
}

table.subinfo {
  margin-left: 20px;
}

summary.publication {
  font-style: normal;
}

span.me {
  text-decoration: underline;
}

span.title, span.grade {
  font-weight: bold;
  user-select: all;
}

span.transtitle, span.author, span.journal, span.conference, span.institute, span.founder {
  user-select: all;
}

span.details {
  font-size: 90%;
}

span.doi:hover {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dotted;
}

#toast {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17px;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
