.CommonFooterComponent {
  background-color: #161615;
  color: #cccccc;
  padding: 5rem 0 0;
  line-height: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 20;
}

.CommonFooterComponent a {
  color: #ffffff;
}

.CommonFooterComponent a:hover {
  color: #7e313e;
  text-decoration: none;
  font-weight: 400;
}

.CommonFooterComponent .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 3rem;
  font-size: .8rem;
}

.CommonFooterComponent ul {
  list-style-type: none;
}

