#missing-info-bar {
  font-size: 1rem;
  position: relative;
  color: #979FA8;
  background-color: #FFF6DD;
  line-height: 1.4em;
  margin-bottom: 1.5em;
  padding: 0.6em 2.5em 0.5em 1.5em; }
  #missing-info-bar a {
    color: #F5A623; }
  #missing-info-bar i {
    font-size: 1.2rem;
    position: absolute;
    top: .55em;
    right: .85em;
    cursor: pointer; }
