/*--------------------------------------------------------------
# publications
--------------------------------------------------------------*/
.publications {
  position: relative;
  padding-bottom: 120px;
  min-height: 100vh;
  /*font-family: "Hiragino Sans GB", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;*/
  font-size: 10pt;
  line-height: 14pt;
}

.publications .container {
  position: relative;
  padding-top: 95px;
}

.publications .content h1 {
  font-size: 14pt;
  font-weight: normal;
  line-height: 24pt;
  margin: 0px;
  padding: 0px;
}

.publications .content h2 {
  font-size: 14pt;
  font-weight: bold;
}

.publications .content a {
  font-style: normal;
  text-decoration: none;
}

.publications .content .special_links {
  vertical-align: middle;
  float: right;
  text-align: right;
}

.publications .content .special_links a {
  line-height: 24pt;
  vertical-align: middle;
}

/*a.keyword {*/
/*  color: #777;*/
/*  background: #ddd;*/
/*  padding: 2px 4px;*/
/*  font-size: 9pt;*/
/*  line-height: 18pt;*/
/*  text-shadow: #eee 0px 1px 0px;*/

/*  border-bottom: 1px solid #aaa;*/
/*  border-right: 1px solid #ccc;*/

/*  border-radius: 4px;*/
/*  -moz-border-radius: 4px;*/
/*  -webkit-border-radius: 4px;*/
/*}*/

/*a.keyword:hover {*/
/*  color: #666;*/
/*  background: #ccc;*/
/*}*/

.publications .content hr {
  border: 0px;
  border-top: 1px solid #ddd;
  margin: 5px 0px 15px;
  height: 0px;
  padding: 0px;
}

.publications .content pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
