﻿.footer {
  text-align: center;
  min-height: 50px;
}

.footer-text {
  top: 50%;
  margin-top: -50px;
  font-size: 20px;
  color: #4D4D4D;
  line-height: 50px;
}

.footer-ce-logo {
  text-align: center;
  display: none;
}

div.col-12.footer-ce-logo img {
  max-width: 250px;
  max-height: 76px;
  width: auto;
  height: auto;
}
@media (max-width: 479px) {
  div.col-12.footer-ce-logo img {
    max-width: 200px;
    max-height: 66px;
  }
}

.table-content {
  font-size: 16px;
  min-height: 480px;
}
