#content {
  margin: 0;
  padding: 0;
}

.linebreak {
    overflow: hidden;
    text-align: center;
    display: block;
  }
  
.linebreak:before,
.linebreak:after {
    background-color: #6c757d !important;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }
  
.linebreak:before {
    right: 0.5em;
    margin-left: -50%;
  }
  
.linebreak:after {
    left: 0.5em;
    margin-right: -50%;
  }

.footer-left {
  padding-left: 30px;
}