/* Enter Your Custom CSS Here */

/* Hide the header on all of the pages */
.page-title-wrap {
  display: none;
}

/* Style the publications list */
.papercite_bibliography {
    margin-left: 0 !important; 
    padding-right: 0 !important;
    list-style-type: none !important;
}

.papercite_bibliography li {
    counter-increment: step-counter;
    padding-left: 3.0em;
    text-indent:-3.0em;
    padding-bottom: 0.5em;
}

.papercite_bibliography li::before {
    margin-right: 1.0em;
    /*    
    font-size: 80%;
    background-color: rgb(200,200,200);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    */
}

#journal-papers .papercite_bibliography li::before {
    content: "[J." counter(step-counter) "]";
}

#conference-papers .papercite_bibliography li::before {
    content: "[C." counter(step-counter) "]";
}

#workshop-papers .papercite_bibliography li::before {
    content: "[W." counter(step-counter) "]";
}