.site-claim {
  clear: left;
  margin-left: 0rem;
}

.back-to-top-small {
  text-align: center;
}

#goto_prev {
  float:right;
  margin-right:2rem;
}

#info-bar-right {
 padding-left: 3rem;
}

#footer {
 height: 10rem;
}

.search-details {
    margin-left: 15px;
}

.item_short_icon {
    display: inline-block;
    width: 30px;
}

.list-item img {
    float: none;
}

.about-me h4 {
    border-bottom: none;
}

.about-me img {
    float: left;
    margin-right: 1.5rem;
}
.list-blog-padding {
    overflow:auto;
}

/* Mobile: position the hamburger menu in the top-right of the header */
@media (max-width: 768px) {
  #header { position: relative; }
  .menu-btn {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    font-size: 1.6rem;
    z-index: 1000;
    float: none !important;
    display: block;
    color: #ffffff; /* ensure visibility on dark header */
  }
  /* slightly move the logo/claim so menu doesn't overlap */
  .logo-surround { padding-right: 3rem; }
}