/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    
  }
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
  }

p{
    /* font-family: 'Times New Roman', Times, serif; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    /* font-family: 'Lato', Verdana, Helvetica, sans-serif; */
    font-size: 15px;
}
ul.i_table{
    list-style: none;
    margin: 0;
    padding: 0;
}

p.intro{
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
}
p.bio{
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    margin: 10px;
}
p.pub {
  /* font-family: 'Times New Roman', Times, serif; */
  /* font-size: 14px; */
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0px;
}
p.author {
  /* font-family: 'Times New Roman', Times, serif; */
  font-size: 14px;
  margin-top: 0px;
  margin: 0px;
}
span.date{
    float: right;
    padding-right: 10px;
    color: brown;
}
span.note {
  color: brown;
}
p.text-muted{
  font-size: 14px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    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: 70%;
}
/* 
.link {
  color: #002199 !important;  */
  /* color: #1560bd !important;  */
  /* color: #0047ab !important; 
}
 */
