.papercite_errors:before {
  content: "Papercite errors";
}

.papercite_errors {
  border: 1px solid red;
  background: #eee;
  padding: 5px;
}

.papercite_errors > div {
  display: list-item;  
}

.papercite_bibtex {
    display: none;
}

.papercite_bibtex pre {
    white-space: pre-wrap;
}

.papercite_toggle:link, .papercite_toggle:visited {
    color: gray;
    text-decoration: none;
}


.papercite_link, .papercite_link:link, .papercite_link:visited {
  color: #222;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.papercite_info {
  color: #555;
}

.papercite_highlight {
  font-weight: bold;
}

span.papercite_checked_files 
{
	padding: 5px;
	margin: 5px;
	border: 1px solid black;
	font-size: 150%;
	cursor: pointer;
	background: #eee;
	color: red;
	border-radius: 3px;
}

/* styles for the post editor meta box */
ul#papercite-metabox-content {
}

li.papercite-metabox-bibentry button {
    font-weight: bold;

}

.papercite .bg-margin-for-link  .bg-showmore-plg-link{
	text-align: left !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    opacity: 1;
    font-size: 28px !important;
}
.papercite .bg-margin-for-link .bg-showmore-plg-link:before{
	display:inline-block;
    height:31px;
    width:25px;
    margin-right: 5px;
    content: "";
    background:url(https://rammstein.cs.uni-saarland.de/wp-content/uploads/design_images/HCI_Dreieck_rot-1.png) no-repeat 0 0;
    background-size: 25px 31px;
}

.papercite .bg-margin-for-link  .bg-close:before{
	display:inline-block;
    height:25px;
    width:31px;
    margin-right: 5px;
    content: "";
    background:url(https://rammstein.cs.uni-saarland.de/wp-content/uploads/design_images/HCI_Dreieck_rot.png) no-repeat 0 0;
    background-size: 31px 25px;
}


