.footnote {
  max-width: 960px;
}

.footnote *,
.footnote *:before,
.footnote *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footnote .line {
  border-top: 1px solid #eee;
}

.footnote .left-container {
  padding-right: 45px;
}

.footnote .right-container {
  border-left: 1px solid #eee;
  padding-left: 55px;
}

@media (max-width: 767px) {
  .footnote .left-container {
    margin-bottom: 20px;
  }
  .footnote .right-container {
    border-left: none;
    padding-left: 10px;
  }
}
