.easy-footnotes-wrapper {
  background-color: rgb(238,238,238);
  color: #444;
  margin-top:50px;
  margin-bottom:50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  clear: both;
}
.easy-footnote-to-top::after {
  content: "\f342" !important;
  font-weight: lighter;
}
.easy-footnote-to-top {
  border-bottom: none !important;
}
.easy-footnote-single {
  margin-bottom: 20px;
}
.easy-footnotes-wrapper li a{
  color: var(--main-second-color);
  border-bottom:2px solid white;
  font-weight:600;
}
.easy-footnotes-wrapper li a:hover {
  color: var(--main-hover-color);
}
