/* This file contains the style of the publications.
   Any style-related modifications should be made here. */

div.pub_entry {
  position: relative;
  width: 75%;
  height: 45px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Arial';
	font-size: 14px;
}

div.pub_entry div.index {
  float: left;
  width: 5%;
}

div.pub_entry div.content {
  float: left;
  width: 88%;
}

div.pub_entry div.link {
  float: right;
  width: 5%;
}

div.pub_entry span.authors {
  font-style: normal;
}

div.pub_entry span.highlighted_author {
  color: #19d;
  font-weight: bold;
}

div.pub_entry span.journal {
  font-style: italic;
}

div.pub_entry span.volume {
  font-weight: bold;
}

div.pub_entry span.number {
  font-weight: normal;
}

div.pub_entry div.link a.bib_entry,
div.pub_entry div.link a.bib_entry:visited {
  text-decoration: none;
  color: blue;
  font-weight: bold;
}

div.pub_entry div.link a.bib_entry:hover,
div.pub_entry div.link a.bib_entry:focus {
  color: #EEE;
}
