.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;
}
/* Desktop - default size */
.search-image img {
    max-width: 150px;
}


/* 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; }
}

/* Mobile - smaller thumbnail */
@media (max-width: 768px) {
    .search-image img {max-width: 100px;}
    .search-title h3 {font-size: 1.3em;}
    .search-item {margin-left:0px;}
    .search-details {margin-left:0px;}
}

/* Only target inline code, not code blocks */
p code, li code, td code {
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
    overflow-wrap: break-word !important;
}
