* {
  user-select: none;
}
pre * {
  user-select: text;
}
#lightboxOverlay,
#lightbox,
.custom-card-actions div:nth-child(2),
.custom-card-actions div:nth-child(3),
#cnblog-nav ul a:nth-child(1),
#cnblog-nav ul a:nth-child(5),
.profile-msg p:nth-child(2),
.custom-drag-menu .dragmenu-item:nth-child(6),
.postDesc,
#comment_form,
.custom-post-message-bottom,
.profile-menu,
.custom-card-actions a:nth-last-child(1),
#sidebar_toptags,
#sidebar_recentcomments,
#blog_post_info_block,
.profile-msg,
.profile-msg button {
  display: none !important;
}
.cards-list {
  grid-template-columns: none !important;
}
.profile-banner {
  border-radius: 4px !important;
}
#blog_post_info {
  padding-bottom: 10px !important;
}
.profile-avatar {
  bottom: 10px !important;
}
.custom-signature {
  padding: 0 !important;
/*  text-shadow: none !important;*/
}
.profile-signature {
  position: absolute !important;
  top: 10px;
  right: 10px;
  text-align: right !important;
}
.custom-categories {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-toolbar {
  z-index: 999999;
}
.tooltip {
  display: none !important;
}
/*.typed-cursor,
.typed-cursor--blink{
  color: #000 !important;
}*/
@media screen and (max-width: 750px) {
  .pager a {
    margin: 0 5px !important;
  }
  .profile-msg {
    display: block !important;
    left: 10px !important;
    bottom: 8px !important;
  }
  .profile-avatar {
    bottom: 38px !important;
  }
  .profile-signature{
    font-size: 10px !important;
  }
}
