/* Custom CSS */

/* May sometimes override the default bootstrap css */
body {
    padding-top:70px;
}

.footer {
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Bibtex and abstract */
.bibtex-button, .abstract-button, .arxiv-button, .pdf-button {
    cursor: pointer;
    text-decoration: none;
    color: #772953;
} 

pre.bibentry, div.abstract {
     color: black;
     border-left: 6px solid #cccccc;

     background: #eeeeee;
     margin: 10px 0px 20px 0px;
     padding: 5px 5px 5px 20px;
}

