
td, th{
    overflow-wrap: break-word;
    word-break: break-all;
}

.admonition li{
    margin-left: 1.5em;
}
h1,h2,h3,h4,h5,h6, sup[id^=fnref]{
    margin-top: -5rem;
    padding-top: 7.1rem;
    /*10px = 1rem*/
}
div.footnote li{
    margin-top: -5rem;
    padding-top: 4.5rem;
}
div.footnote a{
    z-index: 9999;
    position: absolute;
}
div.footnote hr:after{
    content: "Footnotes";
    font-size: 1.2em;
}
div.footnote hr{
    margin: 0 0 2.5em 0;
}
div.footnote li:before{
    border-radius: 20%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin-top: 1.65rem;
}
dt{
    font-weight: bold;
    text-align: left;
    margin-bottom: .2em;
}
dt:before{
    content: "W";
    margin: 0 .4em 0 0;
    background-color: #5CCFB9;
    color: transparent;
    vertical-align: middle;
}
dd{
    font-weight: normal;
    text-align: left;
    margin: 0 0 .5em 2em;
}
abbr, acronym{
  border-bottom: none!important;
  cursor: help!important;
  outline: none!important;
  text-decoration: none!important;
}
.progress-label {
  position: absolute;
  text-align: center;
  font-weight: 700;
  width: 100%;
  margin: .6rem 0 0 0;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  /*color: #333339;*/
  color: lightslategray;
}
.progress-bar, .progress{
  height: 2.8rem;
}
.progress-bar {
  float: left;
  background-color: #2979ff;
}

.progress {
  display: block;
  width: 100%;
  margin: .8rem 0;
  background-color: #eeeeee;
  position: relative;
}

.progress.thin {
  margin-top: 0.9rem;
}

.progress.thin .progress-label {
  margin-top: -0.4rem;
}

.progress.thin, .progress.thin .progress-bar {
  height: 0.8rem;
}

.progress-100plus .progress-bar {
  background-color: #00e676;
}

.progress-80plus .progress-bar {
  background-color: #fbc02d;
}

.progress-60plus .progress-bar {
  background-color: #ff9100;
}

.progress-40plus .progress-bar {
  background-color: #ff5252;
}

.progress-20plus .progress-bar {
  background-color: #ff1744;
}

.progress-0plus .progress-bar {
  background-color: #f50057;
}
.superfences-tabs {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.superfences-tabs .highlight {
  background: #ddd;
}

.superfences-tabs .superfences-content {
  display: none;
  order: 99;
  width: 100%;
}

.superfences-tabs label {
  width: auto;
  margin: 0 0.5em;
  padding: 0.25em;
  font-size: 120%;
  cursor: pointer;
}

.superfences-tabs input {
  position: absolute;
  opacity: 0;
}

.superfences-tabs input:nth-child(n+1) {
  color: #333333;
}

.superfences-tabs input:nth-child(n+1):checked + label {
    color: #FF5252;
    /*color: #0099EB;*/
}

.superfences-tabs input:nth-child(n+1):checked + label + .superfences-content {
    display: block;
}
img.emojione, img.twemoji, img.gemoji, img.emoji{
    width: 1.5em;
    height: auto;
}
ul {
  list-style: none;
  margin-left: 1em;
  margin-top: 1em;
}
li > ul{
    margin-left: -.5em;
}

ul > li {
  position: relative;
  margin-bottom: 0.5em;
}
ul.errorlist > li:before {
    color: #FF7680;
}
ul > li:before {
	position: absolute;
	left: -2.25em;
	display: inline-block;
    width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	color: #5CCFB9;
	text-align:center;
	content: "\f061";
    vertical-align: middle;
    padding: 0;
    font-family: FontAwesome;
}

ul li ul >li:before{
    content: "";
}

ol {
  list-style: none;
  margin-left: 1em;
  counter-reset: line;
  margin-top: 1em;
}
li > ol{
    margin-left: 0;
}

ol > li {
  position: relative;
  margin-bottom: 0.5em;
}

ol > li:before {
	position: absolute;
	left: -2.25em;
	display: inline-block;
    width: 1.5em;
	height: 1.5em;
    background-color: #5CCFB9;
	border-radius: 50%;
	color: #fff;
	text-align:center;
	counter-increment: line;
	content: counter(line);
    vertical-align: middle;
    padding: 0;
}
table{
    border: 1px solid #e1e4e5;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin-bottom: 0 !important;
    box-sizing: border-box;
}

table th, table td{
    border: 1px solid #e1e4e5;
    padding: .4em 1em;
    vertical-align: middle;
    white-space: wrap;
}
table thead th{
    border-bottom: 3px solid #e1e4e5;
}
table tbody tr:nth-of-type(odd){
    background-color: #F3F6F6;
}
table thead tr, table tfoot tr, thead, tfoot{
    background-color: lightblue;
}

.admonition .admonition-title{
    font-family: FontAwesome;
    color: white;
    font-style: normal;
    font-weight: bold;
    display: block;
    padding: .3em .8em .3em .8em;
}
.admonition .admonition-title:before{
    margin-right: .4em;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    text-decoration: inherit;
}
.admonition.note .admonition-title:before{
    content: "";
}
.admonition.note .admonition-title {
    background-color:#4983A6;
}
.admonition.note{
    background-color: #DFF1EE;
    color: #267;
}
.admonition.tip .admonition-title:before{
    content: "";
}
.admonition.tip .admonition-title {
    background-color: #1ABC9C;   
}
.admonition.tip{
    background-color: #DBFAF4;
    color: #286;
}
.admonition.warning .admonition-title:before{
    content: "";
}
.admonition.warning .admonition-title {
    background-color: #FF7680;
}
.admonition.warning{
    background-color: #FFF7F7;
}
.admonition.info .admonition-title:before{
    content: "";
}
.admonition.info .admonition-title {
    background-color: #6ab0de;
}
.admonition.info{
    background-color: #E7F2FA;
    color: #267;
}
.admonition * {
    padding: 0 .8em 0 .8em;
}
.warning{
    color: #CD5C5C;
}
blockquote {
  background: #F1FFF7;
  border-left: 10px solid #44B78B;
  margin: 1.5rem .625rem;
  padding-top: .6em;
  padding-bottom: .6em;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #266;
  font-size: 1.04em;
}
blockquote p{
    margin: 0;
}
blockquote.warning {
  background:  	#fff7f7;
  border-left: 10px solid #FF2536;
  color: #CD5C5C;
}

pre{
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 95%;
    line-height: 140%;
    white-space: pre;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    margin: 0 0 .625em 0;
    padding: 0;
    overflow: auto;
    max-height: 37.5em;
    border: double 1px black;
    border-radius: 0px;
    border-left: solid 7px darksalmon;
    border-style: inset;
    background-color: white;
}
code{
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 95%;
    line-height: 140%;
    white-space: pre;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    padding: 0;
    margin: 0;
    color: #7A56A5;
    border-radius: 0px;
    background-color: unset; 
}
a{
    color: darkcyan;
}
a:active, a:focus, a:hover, a:visited{
    color: darkolivegreen;
}
p{
    line-height: 1.8;
    margin-top: 1em;
}
li{
    line-height: 1.85em;
}
img{
    max-width: 100%;
    height: auto;
    background-size: contain;
}
kbd{
    -moz-border-radius:3px;
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    -webkit-border-radius:3px;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    background-color:#f7f7f7;
    border:1px solid #ccc;
    border-radius:3px;
    box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    color:#333;
    display:inline-block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:.8em;
    line-height:1.4;
    margin:0 .1em;
    padding:.1em .6em;
    text-shadow:0 1px 0 #fff;
}
