.timeline-holder .plurk .bazaar-status {
  position: absolute;
  pointer-events: none;
  display: flex;
  padding: 0 6px;
  gap: 6px;
}
.timeline-holder:not(.vertical) .plurk .bazaar-status {
  top: 0;
  left: 20px;
  transform: translateY(-100%) scale(0.75);
  transform-origin: bottom left;
}
.timeline-holder.vertical .plurk .bazaar-status {
  right: 6px;
  top: 19px;
  z-index: 1;
  flex-direction: row-reverse;
  transform: translateY(-50%) scale(0.75);
  transform-origin: center right;
}
.timeline-holder.vertical .plurk .bazaar-status .bookmark {
  border-radius: 5px;
}
.bazaar-status .bookmark {
  border-radius: 5px 5px 0 0;
  padding: 2px 6px;
  color: white;
}
.bazaar-status .bookmark.slot-id {
  background-color: #5D5149;
}
.bazaar-status .bookmark.slot-id.slot-id--old {
  background-color: #8A593B;
}
.bazaar-status .bookmark.new {
  background-color: #E85B3F;
}
.bazaar-status .bookmark.lastday {
  background-color: #C66B2D;
}
#front-header {
  position: absolute;
  padding-left: 64px;
  padding-right: 64px;
  width: 100%;
  pointer-events: none;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25));
}
.topic-holder {
  padding-top: 32px;
}
.timeline-holder.vertical ~ .topic-holder {
  height: auto;
}
#footer,
#footer a {
  color: #999;
}
#front-content .plink .name:hover {
  text-decoration: none;
}
.plurk-bazaar-cloak {
  opacity: 0.01;
}
#plurk-bazaar-subject {
  font-size: 0.75em;
}
#plurk-bazaar-desc-append {
  margin-top: 15px;
}
#plurk-bazaar-desc-append a {
  color: #B58857;
}
@media (max-width: 640px) {
  .pcm-list-groups {
    margin: 0 8px;
  }
  .pcm-float-links {
    position: static;
    display: block;
    text-align: center;
  }
}
.td_img {
  width: 20px;
  position: relative;
}
.topic-holder .pcm-list-vendors .pcm-list-vendors-item-link.pcm-list-vendors-item-link {
  cursor: pointer;
}
.topic-holder .pcm-list-vendors .pcm-list-vendors-item-link:hover .pcm-list-vendors-item-text {
  text-decoration: underline;
}
.timeline_control {
  z-index: 500;
}

