.footer {
  padding: 0px;
  width: 100%;
  background-color: #323a45;
  color: #ffffff;
  flex: shrink;
  z-index: 10;
}

#footer-structure {
  max-width: 1200px;
  margin: 0 auto;
}

#footer-content {
  width: 100%;
  /* background-color dynamically changed in AppLoader.js on widget load */
  background-color: #fff;
  height: 30px;
  padding-top: 3px;
}

#footer-content ul {
  margin: auto !important;
  list-style-type: none;
  padding: 5px 0 5px 0 !important;
  display: table;
}

#footer-content li {
  display: inline-block;
  list-style-type: none;
}

#footer-content li:first-child {
  padding-left: 0;
}

#footer-content li a {
  display: block;
  color: #afb1b6 !important;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  border-right: 1px solid #5b616b;
  padding: 0 10px !important;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

#footer-content li:last-child a {
  border-right: none;
}

#footer-content li a:hover {
  text-decoration: underline;
}
