.footer-div {
  border-top: 1px solid #ccc;
  background-color:#f1f1f1;
  font-size: 10px;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 16px;
  padding-left: 5;
  text-align: center;
  color: gray;
}

.footer-div a {
  text-decoration: none;
  color: gray;
}

.footer-add a {
  text-decoration: underline;
  /* color: gray; */
}

.footer-sizing {
  font-size: 10px;
  line-height: 16px;
  position:absolute;
  /* visibility: hidden; */
  white-space: nowrap;
}

