h2, h3 {
  clear: both;
}

img.pub_thumb {
/*  float: left;
  margin-left: -84px;
  margin-top: 4px;
*/
/*  float: left;
  margin-right: 16px;
*/
  float: right;
  margin-left: 8px;
  
  width: 64px;
  height: 64px;
}

/*   320 px layout for smartphones  */
@media only screen and (max-width: 767px) {	
  img.pub_thumb {
    width: 54px;
    height: 54px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}


a.download {
  text-decoration: none;
  font-size: 12px;
}

a.download span {
  text-decoration: underline;
}

a.download:hover span {
  text-decoration: none;
}



strong.best_paper {
/*  line-height: 2em;*/
}

div.pub p {
  margin: 8px 0;
}

div.pub {
  margin: 24px 0;
}

p.authors {
  color: #888;
}

div.pub p.title a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

div.pub p.title a:hover {
  text-decoration: underline;
}
