/**
 * Created by Stefan Herndler.
 * User: Stefan
 * Date: 15.05.14
 * Time: 16:21
 * Version: 1.0.7
 * Since: 1.0
 */

/* Footnotes */
.footnote_tag_styling, .footnote_tag_styling:hover {
    text-decoration: none;
    font-weight: normal;
}

.footnote_tag_styling_1 {
    color: #2bb975;
}

.footnote_tag_styling_2 {
    color: #545f5a;
}

/* superscript */
.footnote_plugin_tooltip_text {
	vertical-align: top;
	position: relative;
	top: -0.1em;
    cursor: pointer;
}

/* reference container label */
.footnote_container_prepare {
	display: block;
	padding-top: 24px;
}

.footnote_container_prepare > p {
	line-height: 1.3;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	font-weight: normal;
	overflow: hidden;
	border-bottom: 1px solid #aaaaaa;
	display: block;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	text-align: left;
	vertical-align: middle;
}

.footnote_container_prepare > p > span:first-child {
	padding-left: 20px;
	text-align: left;
	cursor: pointer;
	font-size: 1.5em;
}

/* reference container */
.footnote-reference-container {
	width: 100%;
	border: none;
	background: #ecf8ff;
}
a#footnote_reference_container_collapse_button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-bottom: 5px;
    margin-left: 1em;
    background: #1ba1ef;
    color: #fff;
    display: inline-block;
    text-align: center;
}
/* index */
.footnote_plugin_index {
    vertical-align: top;
	white-space: nowrap;
	padding-right: 5px;
	text-align: left;
    border:none;
    max-width:10%;
}

/* arrow */
.footnote_plugin_link {
    vertical-align: top;
	white-space: nowrap;
	padding-right: 5px;
	text-align: left;
    cursor: pointer;
}

.footnote_plugin_link span {
    color: #007bff;
}
/* text */
.footnote_plugin_text {
    vertical-align: top;
	width: 99%;
	text-align: left;
}