.footer {
  margin: 0;
  border: 0;
  padding: 0;
  color: white;
  background-color: #4D4D4D;
  overflow: hidden;
  font-family: Arial, Verdana, TrebuchetMS, "Trebuchet MS", sans-serif;
  font-size: 12px;
  font-weight: 100;
  padding: 7px;
  box-sizing: initial;
  line-height: 1;
}

.footer-container {
  position: relative;
}

.footer img {
    margin-bottom: 0px;
}

.footer-left {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px;
  border: 0px;
  color: white;
}

.footer-center {
  position: absolute;
  top: 0;
  text-align: center;
  display: block;
  width: 100%;
}

.footer-links {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0px;
  margin-top: 4px;
  margin-right: 15px;
  border: 0px;
  color: white;
}

.footer-links p {
  color: white;
  text-align: right;
}

.footer li {
  display: inline-table;
  float: left;
  margin-left: 10px;
  border-left: 2px;
  border-style: solid;
  border-color: white;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.footer li:first-child {
  border-width: 0;
}

.footer a {
  margin: 0;
  border: 0;
  color: whitesmoke;
  background-color: transparent;
  text-decoration: none;
}

.footer a:hover, .footer a:active {
  color: #878787;
}

.footer a:visited {
  background-color: transparent;
}

.footer a.selected {
  color: #878787;
}

p.copyright {
  color: #FFFFFF;
  text-align: right;
}