
.bibbase_group {
  /* font-size: 10pt; */
  /* font-weight: bold; */
  /* text-decoration: none; */
  color: rgb(0, 0, 0);
  display: none;
}

.bibbase_paper {
    /* font-size: 9pt; */
    margin-bottom: 30px;
}

/* choose between icons and text (or both). Choose which one _not_ to show: */
img.bibbase_icon {
  display: none;
  /* text-decoration: none; */
}

#img.bibbase_icon_text {
  display: none; 
}

.bibbase_icon_text {
  /* color: #5D0001; */
  /* font-size: 9pt; */
  /* line-height: 12pt; */
  /* margin-bottom: 10px; */
  /* text-decoration: none; */
}

.bibbase_icon_text:after {
  content: " | ";
}

span.bibbase_icon_text {
  /* text-decoration: none; */
}

/* the parts of each entry are: title_author_year venue note (newline) content 
   where "content" is the set of urls and possibly an abstract
*/

span.bibbase_paper_titleauthoryear {
  color: #000000;
  /* font-size: 10pt; */
  display: block;
}

span.bibbase_paper_title {
  color: #000000;
  /* font-weight: bold; */
  display: block;
}

span.bibbase_paper_title a{ pointer-events: none; }

span.bibbase_paper_title a, span.bibbase_paper_title a:link, span.bibbase_paper_title a:visited {
  background-color: transparent;
}

span.bibbase_paper_title a:hover {
  text-decoration: underline;
  background-color: transparent;
}

span.bibbase_paper_author {
  color: #000000;
}

span.bibbase_paper_year {
  color: #000000;
}

span.bibbase_paper_content {
  letter-spacing: -0.5px;
}

.bibbase_paper_content a {
  letter-spacing: -0.5px;
}

span.bibbase_paper_venue {
  letter-spacing: -0.5px;
}

span.bibbase_paper_note {
  letter-spacing: -0.5px;
}

span.bibbase_group_count {
    display: none;
}

span.bibbase_group_head {
    display: none;
}

#bibbase_header a { 
display: none; 
}

#bibbase_header { 
display: none; 
}


#bibbase_group { 
    padding-left: -20px;
    
/* list-style-type: none; */
}

.bibbase_group_body {
    margin-left: 0px;
}


span.bibbase_paper_title a:active {
pointer-events: none;
cursor: default;
}

span.bibbase_paper_title a:disabled {
pointer-events: none;
cursor: default;
}

.bibbase_stats_paper { 
  display: none; 
}

.bibbase_amazon .bibbase.link { display: none; }

.bibbase_page.link {
  display: none;
}
