img {
  height: 20px;
}

table {
  max-height: 100% !important;
}

li {
  list-style-type: none;
}

.center {
  text-align: center;
}

#footer {
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  #footer {
    display: none !important;
  }
}
