/* ------------------------------------------------------------------------ *
 * Inline footnotes
 * ------------------------------------------------------------------------ */

.uu-inline-footnote-title {
	font-weight: bold;
}
.icon-inline-footnote {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: sub;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.footnote-visible .icon-inline-footnote {
	transform: rotate(-180deg);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.uu-inline-footnote-title:hover {
	cursor: pointer;
	color: #ff0000;
}
.uu-inline-footnote-content {
	border-left: 5px solid #ff0000;
	display: block;
	padding: 0 10px;
	margin: 1em 0;
}

/* ------------------------------------------------------------------------ *
 * List plugins
 * ------------------------------------------------------------------------ */

.uu-list-plugins {
	list-style-type: none;
}