body {
  margin: 0;
}

div#banner {
  position: fixed;
  top: 0px;
  left: 0px;
  margin-left: 0px;
  height: 50px;
  width: 100%;
  background-color: #3c4e65;
  z-index: 2;
}

img#eth_logo {
  position: absolute;
  display: block;
  top: 35px;
  left: 30px;
}


#main {
  position: absolute;
  left: 60px;
  top: 120px;
  display: block;
  z-index: 1;
  width: 1000px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 20px;
}

img#the_img {
  width: 600px;
  vertical-align: bottom;
  border-radius: 6px;
}

#infos {
  display: inline-block;
  width: 600px;
  padding-left: 0px;
  padding-bottom: 0px;
}

h1 {
  margin-top: 30px;
  font-size: 20px;
  color: #3c4e65;
  font-style: normal;
  font-weight: bold;
}

h1#name {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 22px;
  color: #3c4e65;
  font-style: normal;
  font-weight: bold;
}

h2 {
  color: #3c4e65;
  /*color: #CC6633;*/
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}

h3 {
  color: #3c4e65;
  /*color: #CC6633;*/
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
}

h4 {
  color: #3c4e65;
  /*color: #CC6633;*/
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}

h5 {
  color: #3c4e65;
  /*color: #CC6633;*/
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}


p.HLcol {
  color: #3c4e65;
  font-weight: bold;
  display: inline;
}

p#subtitle {
  margin-top: -10px;
  font-size: 12px;
  color: #999999;
  margin-bottom: 80px;
}

.subtitle {
  margin-top: -10px;
  font-size: 12px;
  color: #999999;
  margin-bottom: 70px;
}

.teachingitems {
  list-style-type:none;
  list-style-position:inside;
  font-size: medium;
  padding-left:1em;
}

ul {
  line-height: 125%;
}

ul#activities {
  line-height: 160%;
  width: 900px;
  list-style: none;
}

ul#activities li {
  border: none;
  border-radius: 10px;
  padding: 8px;
  padding-left: 12px;
  margin: 8px;
  margin-left: 0px;
  font-family: sans-serif;
  font-size: 14px;
  background: #cccccc;
  background: -webkit-linear-gradient(#dddddd, #cccccc);
  background:    -moz-linear-gradient(#dddddd, #cccccc);
  background:         linear-gradient(#dddddd, #cccccc);
}

ul#activities li.talk {
  background: #cccccc;
  background: -webkit-linear-gradient(#ddddff, #bbbbee);
  background:    -moz-linear-gradient(#ddddff, #ddbbee);
  background:         linear-gradient(#D0E9FF, #C4E3FF);
  /* blue: background:         linear-gradient(#A4DBFF, #94CBFF);*/
  /* green: background:         linear-gradient(#80DA66, #70CA56);*/
  /* background:         linear-gradient(#99CDFF, #89BDF1);*/
  /* background:         linear-gradient(#A9CFF6, #89AFD6);*/
  /* background:         linear-gradient(#ddeeff, #ccddee);*/
}

ul#activities li.talk span.date {
  color: #3c4e65;
}

ul#activities li span.date {
  color: white;
  width: 100px;
  font-weight: bold;
  font-size: 14px;
  display: block;
  font-family: sans-serif;
}

ul#activities li span.date::after {
  content: " ";
}


ul#expertise {
  line-height: 140%;
}

ul.publications li {
  padding: 5px;
}

dl dt {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}

dl dd {
  margin-left: 10px;
}

a.publink:link, a.publink:visited {
  font-size: 12px;
  margin-right: 6px;
  text-decoration: none;
}

a.contactlink {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

p.pubtitle {
  font-weight: bold;
}

p.pubauthors {
  
}

ol {
  font-size: medium;
  line-height: 125%;
}

.small {
  font-size: small;
}

address {
  /*  color: #2a2a2a;*/
  font-size: medium;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 1ex;
}

pre {
  background-color: #cccccc;
  display: block;
  font-size: small;
  line-height: 125%;
}

a:link {
  color: #3c4e65;
  text-decoration: underline;
}

a:visited {
  color: #3c4e65;
  text-decoration: underline;
}

a:hover {
  background-color: #d3d3d3;
}

p.footer {
  font-size: 10px;
  font-style: italic;
  color: #999999;
  margin-top: 100px;
}

p.block {
  text-align: justify;
  width: 100%;
}

a.lc {
}

table.phone {
  border: none;
  padding:0px;
  margin:0px;
}
table.phone tr {
  border: none;
  padding:0px;
  margin:0px;
}
table.phone td {
  border: none;
  padding:0px;
  margin:0px;
}




@media screen and (max-device-width: 480px) {

body {
  margin-left: 0px;
  border-left-style: none;
}

#main {
  width: 80%;
}

#infos {
  display: block;
  padding-left: 0px;
  padding-bottom: 0px;
  width: 100%;
}

h1#name {
  margin-top: 50px;
  margin-bottom: 0px;
}


}
