/***********************************************************************/
/* some css swiped from sphinxtr to get subfigures to display sensibly */
/***********************************************************************/

/* change figure captions to get highlighted when targeted with a link */
div.figure:target > p.caption,
div.subfigure:target > p.caption,
div.figure:target > center > p.caption,
div.math:target span.eqno {
    background-color: #FFA;
}
div.figure:target,
div.subfigure:target {
	border: 1px dashed #333;
}
div.figure.compound {
	padding: 0;
	padding-top: 10px;
}
div.figure.compound > p.caption {
	margin-left: 7px;
	margin-right: 7px;
}
div.subfigure {
	display: inline-block;
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
}


cite {
    background-color: #2e3434;
    color: #eff0f1;
    outline-style: double;
    outline-color: #2e3434;
    margin-left: 5px;
    margin-right: 5px;
}


/*****************************************/
/* some color for the caution admonition */
/*****************************************/

div.caution {
    background-color: #ffeaea;
    border: 1px solid #c00;
}

div.admonition-note {
    background-color: #ffeaea;
    border: 1px solid #c00;
}

.strike {
  text-decoration: line-through;
}

/* code, pre { */
/*   padding: 0; */
/* } */

/* The disappears the damn "Back to top" button from Pydata */
/* which is not otherwise configurable using html_theme_options */
button.rounded-pill {
    display: none !important;
}
