/* ieeebibtex.css (themable) */
 
/*********************************
   The list of publication items
 *********************************/
 .ieeebiblist { }

 .ieeebiblist li { }
 
 /* You can define custom styles for iblstyle field here. */
 /* Example: .ieeebiblist li.reditem {color:red;} */
 .ieeebiblist li.reditem {color:red;}
 
 /*************************************
		The box that contains BibTeX code
	*************************************/
 
 /* Hide helper (generic, not div-only) */
 .noshow { display: none; }
 
 /* BibTeX panel styling (inherits jemdoc theme tokens) */
 .ieeebibtex {
	 margin-right: 0%;
	 margin-top: 1.2em;
	 margin-bottom: 1.3em;
 
	 border: 1px solid var(--jemdoc-panel-border, silver);
	 padding: 0.3em 0.5em;
	 background: var(--jemdoc-panel-bg, #ffffee);
	 color: inherit;
 
	 line-height: 1.2;
 }
 
 /* Match jemdoc monospace defaults */
 .ieeebibtex pre {
	 font-size: 90%;
	 font-family: var(--jemdoc-code-font, monaco, monospace);
	 overflow: auto;
	 width: 100%;
 }
 