footer {
  text-align: center;
  font-size: 11px;
  border-top: 1px solid goldenrod;
}
footer > p {
  margin: 1px;
}
footer a {
  color: black;
  font-weight: normal !important;
  font-size: 11px !important;
}

.user-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  vertical-align: middle;
}

.border-silver {
  border: 1px solid silver;
}
