#footerContainer {
  background-color: #2602B0;
  min-width: 50em;
  padding: 1em 0;
  width: 100%;
}
#footerContent {
  color: #FFF;
  margin: 0 auto;
  position: relative;
  text-align: right;
  width: 95%;
}
#footerContent div {
  display: inline-block;
  font-size: smaller;
  line-height: 1.5em;
  text-align: center;
}
#footerContent img {
  background-color: #FFF;
  border-radius: 4px;
}
#footerContent table {
  width: 100%;
}
#footerContent td.text {
  text-align: left;
}
#footerContent td.image {
  width: 160px;
}
#footerContent td.images {
  width: 220px;
}
#footerContent .address {
  display: block;
}
#footerContent .numbers {
  display: block;
}
#footer {
  border-left: 3px solid #2602B0;
  border-right: 3px solid #2602B0;
  height: 2em;
  margin: 0 auto;
  width: 100%;
}