/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.affiliation {
  padding-top: 20px;
}

#map-container { 
  height: 300px;
  margin-bottom: 10px;
}

#book-container { 
  height: 150px;
}

#pub-items li {
  margin: 10px 0;
}

#news-items ul.collapse[aria-expanded="false"] {
    display: block;
    height: 160px !important;
    overflow: hidden;
}

#news-items ul.collapsing[aria-expanded="false"] {
    height: 40px !important;
}

#toggleCollapseList.collapsed:after  {
    content: '+ Show More';
    padding-inline-start: 20px;
}

#toggleCollapseList:not(.collapsed):after {
    content: '- Show Less';
    padding-inline-start: 20px;
}



#footer-note {
  float: right;
  margin-top: 10px;
}

.obfuscate span { 
  display: none; 
}