h1 {
	font-family: monospace;
	padding: 1rem 2rem;
	border-bottom: 3px solid #000;
}

#bibbase_header a {
    text-decoration: none;
}

#bibbase_header i {
    width: 16px;
    text-align: center;
    margin-right: 5px;
}

.bibbase_group {
    /* background-color: #D0D0E0; */
    background-color: #E0E0E0;
    font-style: italic;
    font-size: larger;
    text-shadow: 0px 0px 3px #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px;
    padding: 5px 40px 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    border-left: solid 6px #2d8fdd;
}

.bibbase_group_body {
    margin-left: 20px;
}

.bibbase_paper {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbebf8;
  vertical-align: middle;
  color: #505050;
  border-radius: 15px 0px 0px 15px;/*左側の角丸く*/ 
}

.bibbase_paper::before {
  font-family: "FontAwesome";
  content: "\f1b0";
  /* position: absolute; */
  width: 1em;
  height: 1em; 
  left: 1em;
  color: #ff938b;
}


img.bibbase_icon {
    width: 20px;
    max-height: 16px;
    vertical-align: text-top;


    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6+ */
}

img.bibbase_icon:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}



/* span.bibbase_icon_text { */
/*     display: none; */
/* } */

.bibbase_code {
    width: 80%
}

.comment {
    font-size: smaller;
    font-style: italic;
    color: gray;
}

.recommended {
    color: green;
}

/* bootstrap */

.bibbase_msg {
    text-align: center;
    width: 80%;
    margin: auto;
}

#bibbase_embed_modal {
    width: 70%;
    left: 15%;
    margin: 0;
}

.bibbase.well {
    margin: 20px;
    overflow-wrap: break-word;
}

.bibbase.link {
    text-decoration: none;
}

.bibbase_paper_content {
    font-size: 80%;
}

.bibbase_artifact_badge {
  width: 1.2em;
  height: 1.2em;

  vertical-align: text-top;

}

#group_article div.bibbase_group i+span { display: none; }
#group_inproceedings div.bibbase_group i+span { display: none; }
#group_mastersthesis div.bibbase_group i+span { display: none; }
#group_phdthesis div.bibbase_group i+span { display: none; }
#group_techreport div.bibbase_group i+span { display: none; }
#group_unpublished div.bibbase_group i+span { display: none; }
#group_incollection div.bibbase_group i+span { display: none; }

#group_article div.bibbase_group i:after { content: "学術論文" }
#group_inproceedings div.bibbase_group i:after { content: "査読付き国際会議" }
#group_mastersthesis div.bibbase_group i:after { content: "修士論文"}
#group_phdthesis div.bibbase_group i:after { content: "博士論文" }
#group_techreport div.bibbase_group i:after { content: "テクニカルレポート" }
#group_unpublished div.bibbase_group i:after { content: " Unpublished" }
#group_incollection div.bibbase_group i:after { content: " In Collection" }
