/* General */
.qualifier {
  padding: 0 3px 0 3px;
  color: #FFF;
  margin: 0 3px 0 4px;
  border-radius: 3px;
}
.m_qualifier {
  padding: 3px 6px 4px;
  color: #FFF;
  position: relative;
  border-radius: 5px;
  line-height: 100%;
  background-color: #CCC;
}
.dd_img {
  cursor: pointer;
}
.m_qualifier span {
  margin-right: 4px;
}
.plurkaction .m_qualifier img.dd_img {
  margin: -3px 0 3px;
}
.m_qualifier i:before {
  top: 0;
  font-size: 16px;
  line-height: 16px;
}
.mini_form .m_qualifier i:before {
  top: 1px;
  font-size: 12px;
  line-height: 10px;
}
/* Menu */
.qual_menu ul {
  background: #fff;
  border-radius: 6px;
}
.qual_menu li {
  color: white;
  white-space: nowrap;
  font-size: 13px;
  line-height: 13px;
  padding: 6px 12px;
  text-align: center;
  cursor: pointer;
}
.qual_menu li:hover {
  opacity: 0.7;
}
.qual_menu td {
  border: none !important;
  text-align: left;
}
.qual_menu .on {
  background-color: black !important;
  color: white !important;
}
.qual_menu .q_freestyle {
  color: #000;
  background-color: #CCC;
}
/* Quals */
/*.q_freestyle{
    background-color: #CCC;
}*/
.q_is {
  background-color: #ff7932;
}
.q_says {
  background-color: #e88d43;
}
.q_needs {
  background-color: #3aa46e;
}
.q_hopes {
  background-color: #e28ee1;
}
.q_feels {
  background-color: #4d99cd;
}
.q_thinks {
  background-color: #6ca5ce;
}
.q_wants {
  background-color: #84964d;
}
.q_wishes {
  background-color: #5cb27a;
}
.q_has {
  background-color: #468281;
}
.q_loves {
  background-color: #cc0100;
}
.q_hates {
  background-color: #111111;
}
.q_asks {
  background-color: #7c58a4;
}
.q_will {
  background-color: #ae60b1;
}
.q_was {
  background-color: #525252;
}
.q_had {
  /* not used */
  background-color: #8C8C8C;
}
.q_likes {
  background-color: #f2192d;
}
.q_shares {
  background-color: #c65454;
}
.q_replurks {
  background: #3b8610;
}
.q_replurks i {
  font-size: 12px;
  margin-left: 2px;
}
.q_gives {
  background-color: #683021;
}
.q_wonders {
  background-color: #4c6391;
}
.q_writes {
  background-color: #efab07;
}
.q_draws {
  background-color: #47b2b1;
}
.q_plays {
  background-color: #fd7387;
}
.q_buys {
  background-color: #ff9481;
}
.q_sells {
  background-color: #ff5129;
}
.q_eats {
  background-color: #ff8d06;
}
.q_polls {
  background-color: #3dabce;
}
.q_whispers {
  background-color: #32007e;
}
.qual_embedded {
  background: none;
  color: black;
  border: none;
  margin: 0;
  padding: 0 3px;
}
.extra_txt {
  font-size: 11px;
}
.lang_changer {
  position: absolute;
  font-size: 12px;
  background-color: #ffd88d;
  border: 1px solid #555555;
  color: #bf4507;
  padding: 0 3px 0 3px;
  white-space: nowrap;
}
.lang_changer img {
  margin: 0 2px 0 2px;
}
.td_qual div {
  white-space: nowrap !important;
}
#form_holder .qual_holder {
  color: black;
}

#emoticon-selector .pop-view-content {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
#emoticon-selector .header {
  display: flex;
  align-items: center;
  margin: 0;
  height: 50px;
  padding: 5px 6px;
}
#emoticon-selector .header .preview-img {
  display: block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  white-space: nowrap;
}
#emoticon-selector .header .preview-img:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#emoticon-selector .header .preview-img img {
  max-width: 32px;
  max-height: 32px;
  vertical-align: middle;
}
#emoticon-selector .header .desc {
  padding-left: 10px;
  flex-grow: 1;
}
#emoticon-selector .header .desc .title {
  color: #444;
  font-size: 13px;
}
#emoticon-selector .header .desc .desc {
  font-size: 12px;
}
#emoticon-selector .header .buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
#emoticon-selector .header .buttons .manager-button {
  width: 30px;
  height: 26px;
  background: #49ACEA;
  color: #FFF;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
#emoticon-selector .header .buttons .premium-info {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aeaeae;
  cursor: help;
}
#emoticon-selector .header .buttons .premium-info.hidden {
  display: none;
}
#emoticon-selector .header .buttons .premium-info:hover {
  color: #8a8a8a;
}
#emoticon-selector .scroll-holder {
  position: relative;
}
#emoticon-selector .scroll-bar {
  position: absolute;
  width: 8px;
  right: 1px;
  height: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  top: 1px;
  border-radius: 4px;
  transition: opacity 300ms;
}
#emoticon-selector .scroll-bar:hover {
  opacity: 0.5 !important;
}
#emoticons-holder {
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #F9F9FD;
  margin-right: -50px;
  /* hide scroll */
  padding-right: 50px;
}
#emoticons-holder ul {
  display: block;
  width: 388px;
  padding: 5px;
  min-height: 50px;
}
#emoticons-holder ul li {
  display: inline-block;
  width: 52px;
  height: 52px;
  padding: 2px;
  margin: 1px;
  white-space: nowrap;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
#emoticons-holder ul li:hover {
  background: #EEEEF3;
}
#emoticons-holder ul li:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#emoticons-holder ul li img {
  max-width: 48px;
  max-height: 48px;
  vertical-align: middle;
}
#emoticons-holder ul li.disabled {
  opacity: 0.4;
  position: relative;
}
#emoticons-holder ul li.disabled:before {
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
}
#emoticons-holder ul li.disabled:hover {
  opacity: 1;
}
#emoticons-holder .other-info {
  text-align: center;
}
/* emoticons tab */
#emoticon-tabs {
  padding: 4px 0 2px;
  height: 36px;
  position: relative;
  border-top: 1px solid #EEE;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.07);
}
#emoticon-tabs ul {
  display: flex;
  margin: 0 4px;
  position: relative;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  list-style: none;
}
#emoticon-tabs li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px 0 0;
  padding: 4px 8px;
  *zoom: 1;
  /* ie7 hack */
  *display: inline;
  /* ie7 hack */
  border-radius: 4px;
  cursor: pointer;
  width: 36px;
  height: 26px;
}
#emoticon-tabs li.current {
  background: #EEEEF3;
}
#emoticon-tabs li img {
  max-width: 20px;
  max-height: 20px;
  vertical-align: middle;
}
#emoticon-tabs .tabs-arrow {
  display: none;
}
#emoticon-tabs.show-arrow ul {
  margin: 0 23px;
}
#emoticon-tabs.show-arrow .tabs-arrow {
  display: block !important;
  font-size: 12px;
  width: 20px;
  color: #999 !important;
  position: absolute;
  top: 4px;
  cursor: pointer;
  height: 28px;
  text-align: center;
  line-height: 28px;
}
#emoticon-tabs.show-arrow .tabs-arrow:hover {
  color: #49ACEA !important;
}
#emoticon-tabs.show-arrow .tabs-arrow.disabled,
#emoticon-tabs.show-arrow .tabs-arrow.disabled:hover {
  color: #DDD !important;
}
#emoticon-tabs.show-arrow .tabs-arrow-left {
  left: 2px;
}
#emoticon-tabs.show-arrow .tabs-arrow-right {
  right: 2px;
}
/*
 hack pif's with-stem arrows into triangular arrows with limited width
*/
.emoticon,
.emoticon_my,
.emo_campaign,
.emoticons_campaign {
  vertical-align: top;
}
.emoticon-selector_img_on,
.emoticon-selector_img_off {
  cursor: pointer;
  float: left;
  margin: 2px 6px 0 0!important;
  position: relative;
  vertical-align: top;
}
#emoticon-selector .extra_emos_tip {
  padding: 3px 0 10px;
  text-align: center;
}
#emoticon-selector .emos_event_tip {
  bottom: 16px;
  color: black;
  position: absolute;
  left: 4px;
}
#emoticon-selector .emos_event_tip_secondary {
  color: #808080;
}
.preview-list {
  margin: 0 3px !important;
  border-top: rgba(0, 0, 0, 0.2) 1px solid;
  padding: 0 2px 4px;
}
.preview-list ul {
  padding: 0 2px;
}
.preview-list ul li {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 4px 4px 0 0;
  border: #DDD 1px solid;
  color: #888;
  position: relative;
  background-size: cover;
  cursor: pointer!important;
  font-size: 12px;
  text-align: center;
  line-height: 43px;
}
.preview-list ul li .ico {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -2px;
  left: -2px;
}
.preview-list ul li .hi-def {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -2px;
  left: 12px;
}
.preview-list ul li:hover {
  border-color: #BBB;
}
.preview-list ul .add_photo {
  font-size: 45px;
  font-family: Times New Roman;
  color: #AAA;
  line-height: 48px;
  text-align: center;
  vertical-align: top;
}
.preview-list ul .add_photo:hover {
  border: #BBB 1px dashed;
  color: #999;
  background: #F9F9FF;
}
.preview-list .meta,
.preview-list .poll-preview {
  width: auto;
  min-width: 50px;
  max-width: 160px;
  font-size: 12px;
  line-height: 15px;
  padding: 2px 16px 2px 2px;
  text-align: left;
  overflow: hidden;
}
.preview-list .meta .preview-content,
.preview-list .poll-preview .preview-content {
  word-break: break-all;
  white-space: normal;
  padding: 0;
  font-size: 1em;
  line-height: 1.3em;
}
.preview-list .meta .preview-content .img,
.preview-list .poll-preview .preview-content .img {
  width: 44px;
  height: 44px;
  background-size: cover;
  float: left;
  margin-right: 3px;
}
.preview-list .meta .pif-edit,
.preview-list .poll-preview .pif-edit,
.preview-list .meta .pif-cancel,
.preview-list .poll-preview .pif-cancel {
  color: #ff574d !important;
  position: absolute;
  right: 2px;
  bottom: 2px;
  padding: 1px 2px;
  border-radius: 3px;
  text-decoration: none !important;
}
.preview-list .meta .pif-edit:hover,
.preview-list .poll-preview .pif-edit:hover,
.preview-list .meta .pif-cancel:hover,
.preview-list .poll-preview .pif-cancel:hover {
  background: #ff574d;
  color: #fff !important;
}
.preview-list .uploading .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  line-height: 50px;
  text-align: center;
  color: #F73;
  font-size: 18px;
}
.preview-list .uploading .progress div {
  position: absolute;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #F73;
}
.preview-list .uploading .error {
  color: #F73;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.preview-list .uploading .error:hover {
  color: #4A0;
}
.preview-list .poll-preview.plurk-edit {
  cursor: default !important;
}
.preview-list .poll-preview .preview-content {
  display: flex;
}
.preview-list .poll-preview .pif-cancel {
  top: 2px;
  right: 3px;
  bottom: auto;
}
.preview-list .poll-preview .pif-poll {
  margin-right: 3px;
  font-size: 44px;
  color: #39aee0;
}
.more-options {
  background: #F9F9FD;
}
.more-options .pop-view-content {
  overflow: hidden;
  border-radius: 4px;
  padding: 12px;
  color: #999;
  white-space: nowrap;
  font-size: 12px;
  line-height: 23px;
}
.more-options .option-limit {
  background: #FFF;
  padding: 6px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 14px;
}
.more-options .option-limit .options {
  padding-top: 4px;
  font-size: 13px;
}
.more-options .option-limit .options table {
  min-width: 310px;
}
.more-options .option-limit .options tr {
  border-radius: 3px !important;
  overflow: hidden;
}
.more-options .option-limit .options tr:hover {
  background: #F9F9FD;
}
.more-options .option-limit .options tr.selected {
  color: #FF574D;
}
.more-options .option-limit .options tr.selected .custom-list {
  color: #999;
}
.more-options .option-limit .options td {
  padding: 4px 4px 4px 26px;
  position: relative;
  cursor: pointer;
}
.more-options .option-limit .options td.pif-check:before {
  position: absolute;
  left: 6px;
  top: 10px;
  font-size: 12px;
  transform: scale(0.9);
}
.more-options .option-limit .options .limit-except:hover {
  background: none;
}
.more-options .option-limit .everybody-private {
  color: #AAA !important;
  font-size: 12px;
}
.more-options .option-limit.disabled {
  opacity: 1;
}
.more-options .option-limit.disabled .options {
  opacity: 0.5;
}
.more-options .option-limit.disabled .options tr {
  opacity: 1;
}
.more-options .option-limit.disabled .options tr:hover {
  background: #fff;
}
.more-options .comp-input {
  display: inline-block;
  width: 200px;
  font-size: 12px;
  min-height: 23px;
  background-color: #fff;
  color: #999;
  padding: 1px 6px;
  white-space: pre!important;
  margin: 0 0 0 8px !important;
  vertical-align: top;
  border-radius: 3px;
  background: #F9F9FD;
}
.more-options .custom-list {
  position: relative;
  height: 0;
  padding: 2px 3px 2px 18px;
  overflow: hidden;
  transition: height 0.15s ease-in;
}
.more-options .custom-list li {
  display: flex;
  align-items: center;
}
.more-options .custom-list:after {
  content: '';
  position: absolute;
  background: #e5e5e5;
  width: 3px;
  top: 6px;
  right: auto;
  bottom: 6px;
  left: 4px;
}
.more-options .custom-list.show {
  height: 70px;
}
.more-options .comp-input-td {
  padding: 4px 4px 4px 0;
}
.more-options .comp-input-td .comp-input {
  cursor: pointer;
  border: 1px solid #E5E5E5;
}
.more-options .other-options {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding-top: 6px;
}
.more-options .other-options td {
  vertical-align: top;
}
.more-options .other-options .options {
  padding: 0 0 12px 10px;
}
.more-options .selection {
  display: block;
  line-height: 20px !important;
  border: #DDDDE2 1px solid;
  background: #FFF;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  color: #FF574D;
}
.more-options .selection ul {
  display: block;
  position: relative;
}
.more-options .selection li {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0px 26px 0 6px;
}
.more-options .selection li.selected {
  display: block;
  height: auto;
}
.more-options .selection:hover {
  border: #CCCCD2 1px solid;
}
.more-options .selection:before {
  position: absolute;
  right: 4px;
  top: 4px;
  transform: scale(0.8);
}
.more-options .selection .selection-menu {
  position: absolute;
  background: #FFF;
  border: #DDD 1px solid;
  left: -1px;
  z-index: 999;
  border-radius: 3px;
}
.more-options .selection .selection-menu li {
  height: auto;
  color: #666;
  padding: 2px 26px 2px 6px;
}
.more-options .selection .selection-menu li:hover {
  background: #FF574D;
  color: #FFF;
}
.more-options .checkbox {
  display: inline-block;
  position: relative;
  border: #DDDDE2 1px solid;
  background: #FFF;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: #FF574D;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 1px;
}
.more-options .checkbox:hover {
  border: #CCCCD2 1px solid;
}
.more-options .checkbox:before {
  position: absolute;
  transform: scale(0.85);
  top: 4px;
  left: 2px;
  color: #FF574D;
}
.more-options .disabled {
  opacity: 0.5;
}
.more-options .question-mark {
  font-family: "Lucida Console";
  display: inline-block;
  color: #fff;
  background-color: #999;
  font-size: 12px;
  line-height: 14px;
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 8px;
  vertical-align: 40%;
  margin-left: 6px;
}
.more-options .question-mark:hover {
  background-color: #FF574D;
  color: #fff;
}
.limited-selector {
  margin-bottom: -1px !important;
}
.limited-selector .pop-view-content {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
.limited-selector .pop-view-arrow {
  display: none !important;
}
.limited-selector .friends-select-list li.selected:before {
  position: absolute;
  right: 14px;
  top: 16px;
  font-size: 12px;
  color: #FF574D;
}
.limited-selector .limited-selector-selected {
  position: relative;
  border-top: 1px solid #EEE;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.07);
  background: #F9F9FD;
  padding: 6px;
}
.limited-selector .limited-selector-selected ul {
  display: block;
  background: #FFF;
  border-radius: 3px;
  border: #EEE 1px solid;
  cursor: text;
  white-space: normal;
  width: 300px;
  max-height: 120px;
  overflow-y: auto;
  padding: 0 2px 2px;
}
.limited-selector .limited-selector-selected li {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  color: #FFF;
  padding: 2px 4px 2px 5px;
  margin: 2px 2px 0 0;
  cursor: pointer;
}
.limited-selector .limited-selector-selected li.clique {
  background: #7daf23;
}
.limited-selector .limited-selector-selected li.plurker {
  background: #FF574D;
}
.limited-selector .limited-selector-selected li.limited-selector-friends {
  display: none;
}
.limited-selector .limited-selector-selected li.limited-selector-friends.show {
  display: inline-block;
}
.limited-selector .limited-selector-selected li i {
  display: inline-block;
  transform: scale(0.7);
  margin-left: 3px;
}
.limited-selector .limited-selector-selected li.limited-selector-input {
  border-radius: 0;
  padding: 0 0 0 4px;
  cursor: text;
}
.limited-selector .limited-selector-selected li.limited-selector-input:before {
  color: #999;
  font-size: 12px;
  transform: scale(0.9);
  margin: 0px;
}
.limited-selector .limited-selector-selected li.limited-selector-input input {
  border: 0;
  width: 60px;
  margin: 0;
  font-size: 12px;
  padding: 2px 3px;
  border-radius: 0;
  color: #333;
}

.divplurk {
  position: relative;
  padding: 10px 10px 6px;
  word-wrap: break-word;
  background: #FFF;
}
.divplurk .plurk_icon {
  display: none;
}
.divplurk .avatar {
  float: left;
  height: 40px;
  width: 40px;
  margin: 0 6px 6px 0;
}
.divplurk .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.divplurk .user {
  font-size: 1.05em;
  line-height: 18px;
}
.divplurk .user .qualifier {
  padding: 1px 3px;
}
.divplurk .time {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 12px;
  transform: scale(0.95);
  transform-origin: right;
}
.divplurk .time a {
  color: #AFB8CC;
}
.divplurk .time a:hover {
  color: #8F98AC;
}
.divplurk .content {
  line-height: 1.25em;
  margin-top: 4px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}
.divplurk.bigplurk {
  padding: 16px 20px;
}
.divplurk.bigplurk .avatar {
  margin: 0 10px 4px 0;
}
.divplurk.bigplurk .user {
  margin: 12px 0 0 0;
  font-size: 1.1em;
}
.divplurk.bigplurk .content {
  clear: both;
  margin: 0;
  padding: 8px 0;
  font-size: 1.25em;
  line-height: 1.5em;
}
.divplurk.bigplurk .manager a {
  margin-left: 20px !important;
  padding: 3px 6px 4px;
}
.divplurk.bigplurk .plurk_icon.private {
  display: block !important;
  left: auto !important;
  right: 13px;
  top: 30px;
}
.divplurk.bigplurk .time {
  top: 10px;
  right: 12px;
}
.prayforkyoani:after {
  content: '';
  background: url(https://s.plurk.com/events/prayforkyoani/cb7125f6d3f2b4cc1d54.png) no-repeat;
  position: absolute;
  width: 26px;
  height: 26px;
  padding: 4px;
  background-size: contain;
  z-index: 999999;
  left: 11px;
  bottom: -2px;
}
.banana_plurk a.pictureservices img {
  max-height: 48px;
}
.plurk br {
  margin-bottom: 1px;
}
.plurk .double-br {
  display: block;
  content: ' ';
  line-height: 0;
  margin: 0.6em 0 0 0;
}
.plurk a.ex_link {
  color: #0435D2;
  text-decoration: none;
}
.plurk a.ex_link:hover {
  text-decoration: underline;
}
.plurk a.meta {
  border: none;
  cursor: pointer;
  display: block;
  margin: 1px 0 4px;
  overflow: hidden;
  padding: 4px;
  position: relative;
  color: #2153D2;
  border-radius: 7px;
  background: #f6f8fe;
  background: rgba(33, 83, 210, 0.04);
  border: #e5ebfb 1px solid;
  border: rgba(33, 83, 210, 0.08) 1px solid;
}
.plurk a.meta img {
  border-radius: 5px;
  float: left;
  height: 48px;
  margin: 0 5px 0 0;
  max-width: 80px;
}
.plurk a.meta:hover {
  background: #edf1fc;
  background: rgba(33, 83, 210, 0.08);
  border: #d4dff7 1px solid;
  border: rgba(33, 83, 210, 0.12) 1px solid;
  text-decoration: none;
}
.plurk a.pictureservices {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  border: none;
  vertical-align: text-top;
  cursor: pointer;
  margin: 1px 2px 4px 0px;
  position: relative;
  border-radius: 5px;
}
.plurk a.pictureservices img {
  height: 64px;
  display: block;
  max-width: 240px;
}
.plurk a.pictureservices:hover {
  text-decoration: none;
}
.plurk a.pictureservices:hover img {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.plurk a.ogvideo,
.plurk a.videoservices {
  position: relative;
}
.plurk a.ogvideo:after,
.plurk a.videoservices:after {
  content: url(https://s.plurk.com/68af10fe2794bbe7ae65.png);
  left: 8px;
  position: absolute;
  top: 7px;
}
.plurk a.meta.emopack {
  border: 1px solid rgba(216, 212, 54, 0.24);
  background-color: rgba(232, 230, 112, 0.18);
}
.plurk a.meta.emopack img {
  width: 48px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
  background-color: #ffffff;
}
.plurk a.meta.emopack:hover {
  border: 1px solid rgba(214, 210, 75, 0.36);
  background-color: rgba(232, 230, 112, 0.26);
}
.plurk .text_holder .poll {
  all: unset;
  display: block;
  color: #aaa;
}
.plurk .text_holder .poll:before {
  content: '\01f4ca\00a';
}
#permanent-plurk a.pictureservices {
  max-width: 400px;
}
#permanent-plurk a.pictureservices img {
  height: 96px;
}
#permanent-plurk a.pictureservices.rendered {
  max-width: 405px;
}
#permanent-plurk a.pictureservices.rendered img {
  max-width: 400px;
  height: auto;
  max-height: 1600px;
}
.plurk.plink {
  cursor: pointer;
}
.aboutme a.meta {
  border-left: none;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
  padding-right: 3px;
}
.aboutme a.meta:hover {
  background: rgba(0, 0, 0, 0.07);
}
.aboutme a.meta img {
  float: left;
  margin-right: 3px;
  border-radius: 5px;
  padding: 1px;
}
.aboutme a.pictureservices img {
  border-radius: 5px;
}
.plurk_content a.hashtag,
.plurk .text_holder a.hashtag {
  border-radius: 4px;
  color: #cf682f;
  font-size: 0.9em;
  margin: 0 0.1em;
}
.plurk_content a.hashtag:hover,
.plurk .text_holder a.hashtag:hover {
  background-color: #cf682f;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  color: white;
  margin: auto -0.1em;
  padding: 0.05em 0.2em;
  text-decoration: none;
}
.plurk_content a.hashtag:active,
.plurk .text_holder a.hashtag:active {
  background-color: #ba5e2a;
}
/*---- holder ----*/
.timeline-holder {
  padding: 0!important;
  overflow: visible;
  height: 386px;
  position: relative;
  width: 100%;
  cursor: move;
}
.timeline-cnt,
.timeline-bg,
.timeline-cnt .block_cnt,
.timeline-bg .block_bg {
  position: absolute;
  height: 100% !important;
  width: 100%;
  left: 0;
  top: 0;
  overflow: visible !important;
}
.timeline-cnt {
  z-index: 600;
}
.timeline-bg {
  z-index: 400;
}
/*---- bottom line ----*/
.timeline-bg .block_bg .bottom_start,
.timeline-timeshow {
  position: absolute;
  padding: 0 4px;
  font-size: 12px;
  bottom: -8px;
  white-space: nowrap;
}
.bottom_start {
  background: #FFF;
  color: #CCC;
  border-radius: 5px;
}
.timeline-timeshow {
  background: #FF574D;
  color: #FFF;
  border-radius: 5px;
  z-index: 590;
}
.bottom-line {
  width: 100%;
  position: absolute;
  background-color: #FFF;
  height: 2px;
  z-index: -100;
  overflow: hidden;
  bottom: -1px;
}
/*--- loading ----*/
.timeline-holder .loading-div {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  width: 100%;
  padding: 0;
  text-align: center;
}
.timeline-holder .loading-div .cnt {
  padding: 0 !important;
}
.timeline-holder .timeline-bg .block_bg .loading-div {
  width: auto;
  right: 100px;
}
/*---- message ----*/
.timeline-message {
  margin-top: -18px;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  font-size: 23px;
  line-height: 35px;
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  z-index: 999;
}
/*---- Plurks ----*/
.timeline-cnt .plurk {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}
.timeline-cnt .plurk [data-component="plurk-reactions"],
.timeline-cnt .plurk .manager {
  display: none;
}
.timeline-cnt .plurk .empty-manager {
  display: none;
  height: 25px;
}
.plurk {
  color: #111;
  white-space: nowrap;
}
.plurk td {
  vertical-align: top;
  white-space: nowrap !important;
}
.plurk.pinned .plurk_icon {
  display: none;
}
.name {
  color: #111;
  font-weight: bold;
  text-decoration: none;
}
.name:hover {
  text-decoration: underline;
}
.plurk_cnt {
  position: relative;
  font-weight: normal;
  color: #111;
  background-color: #fff;
  padding: 2px 0 0;
  line-height: 1.3;
  transition: background-color 5s;
  box-shadow: 1px 1px 3px -3px #000;
}
.plurk_cnt.new6 {
  transition: background-color 0s;
  background-color: #ffff99;
}
.plurk_cnt.new5 {
  background-color: #ffffaa;
}
.plurk_cnt.new4 {
  background-color: #ffffbb;
}
.plurk_cnt.new3 {
  background-color: #ffffcc;
}
.plurk_cnt.new2 {
  background-color: #ffffdd;
}
.plurk_cnt.new1 {
  background-color: #ffffee;
}
.text_holder {
  position: relative;
  background: none;
  min-width: 48px;
  white-space: normal !important;
  word-wrap: anywhere;
  word-break: normal;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.timeline-cnt .plurk .text_holder {
  width: 180px;
  white-space: normal;
  min-height: 1.3em;
  padding-right: 4px;
  height: auto;
  overflow: hidden !important;
}
.timeline-cnt .plurk .time {
  position: absolute;
  bottom: 7px;
  left: 9px;
  font-size: 12px;
  transform: scale(0.95);
  transform-origin: left;
  display: none;
}
.timeline-cnt .plurk .time a {
  color: #AFB8CC;
}
.timeline-cnt .plurk .time a:hover {
  color: #8F98AC;
}
.timeline-cnt .plurk.plurk_box .time,
.timeline-cnt .plurk.plurk_box .empty-manager {
  display: block;
}
.timeline-cnt .display {
  width: 380px;
  z-index: 1200;
}
.timeline-cnt .display table {
  width: 100%;
}
.timeline-cnt .display .text_holder {
  width: 100%;
  max-width: 80vw;
  height: auto !important;
  min-height: 2em;
  max-height: none !important;
  white-space: normal;
  min-width: 180px;
}
.timeline-cnt .plurk_box {
  width: 503px;
  z-index: 1300;
}
.link_extend [data-component="plurk-reactions"],
.plurk_box [data-component="plurk-reactions"],
.link_extend .manager,
.plurk_box .manager {
  display: block !important;
}
.td_img {
  width: 20px;
}
.p_img,
.p_img img {
  width: 20px;
  height: 20px;
}
.td_qual {
  width: 0%;
  padding: 2px 0 2px 5px;
}
.td_cnt {
  width: 100%;
  padding: 2px 5px 5px 0;
}
* html .td_cnt {
  padding: 3px 5px 5px 0;
}
* + html .td_cnt {
  padding: 3px 5px 5px 0;
}
.td_response_count {
  width: 0;
  min-width: 15px;
  height: 30px !important;
}
.response_count {
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1px 4px;
}
._lc_ .new .response_count {
  background: #fb0047;
  color: #fff;
}
/* For important plurks, like plurkbuddy plurks */
.glow .plurk_cnt {
  background-color: #ffffaa !important;
}
.day_start {
  font-weight: bold;
}
.plurk.editing {
  width: 380px;
}
.plurk.editing .td_cnt {
  position: relative;
}
.plurk.editing .td_cnt .text_holder,
.plurk.editing .td_cnt .manager {
  display: none !important;
}
.plurk.porn .porn-icon {
  display: inline-block;
  margin: 0 4px 0 1px;
}
.plurk.porn .porn-icon:before {
  color: #ff3600;
  position: relative;
  font-size: 18px;
  line-height: 0;
  top: 3px;
}
.plurk.porn-lock .manager {
  display: none !important;
}
.plurk.porn-lock .need-login,
.plurk.porn-lock .need-check {
  background: #eeebf0;
  color: #999;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: normal;
  text-align: center;
}
/* manager */
.manager {
  float: right;
  color: #AFB8CC;
  padding: 3px 4px 0;
  margin-top: 4px;
}
.manager:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
.manager > a {
  display: inline-block;
  margin-left: 12px;
  color: #AFB8CC;
  border-radius: 3px;
  padding: 2px 5px 3px;
  text-decoration: none !important;
  cursor: pointer;
}
.manager > a.gift {
  margin-left: 10px;
}
.manager > a > span {
  margin-left: 3px;
}
.manager > a:hover {
  color: #FFF !important;
  background: #3667A5 !important;
}
.manager span a {
  margin-left: 0;
}
.manager .mute-on {
  color: #000 !important;
}
.manager .mute-on:hover {
  background: #3667A5 !important;
}
.manager .mute-off:hover {
  background: #000 !important;
}
.manager .replurk-on {
  color: #45b03f !important;
}
.manager .replurk-on:hover {
  background: #444 !important;
}
.manager .replurk-off:hover {
  background: #45b03f !important;
}
.manager .like-on {
  color: #e8443d !important;
}
.manager .like-on:hover {
  background: #444 !important;
}
.manager .like-off:hover {
  background: #e8443d !important;
}
.manager .mark-on {
  color: #5abac5 !important;
}
.manager .mark-on:hover {
  background: #444 !important;
}
.manager .mark-off:hover {
  background: #5abac5 !important;
}
.manager .promote:before {
  font-size: 14px;
}
.manager .cancel {
  color: #999;
}
.manager .delete {
  color: #ce8c8d;
}
.manager .delete:hover {
  background: #be6c6d !important;
}
.forum-manager {
  float: right;
  color: #AFB8CC;
  padding: 3px 4px 0;
  margin-top: 4px;
}
.forum-manager:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
.forum-manager > a {
  display: inline-block;
  margin-left: 12px;
  color: #AFB8CC;
  border-radius: 3px;
  padding: 2px 5px 3px;
  text-decoration: none !important;
  cursor: pointer;
}
.forum-manager > a.gift {
  margin-left: 10px;
}
.forum-manager > a > span {
  margin-left: 3px;
}
.forum-manager span a {
  margin-left: 0;
}
.forum-manager .mute-on {
  color: #000 !important;
}
.forum-manager .mute-on:hover {
  background: #3667A5 !important;
}
.forum-manager .mute-off:hover {
  background: #000 !important;
}
.forum-manager .replurk-on {
  color: #45b03f !important;
}
.forum-manager .replurk-on:hover {
  background: #444 !important;
}
.forum-manager .replurk-off:hover {
  background: #45b03f !important;
}
.forum-manager .like-on {
  color: #e8443d !important;
}
.forum-manager .like-on:hover {
  background: #444 !important;
}
.forum-manager .like-off:hover {
  background: #e8443d !important;
}
.forum-manager .mark-on {
  color: #5abac5 !important;
}
.forum-manager .mark-on:hover {
  background: #444 !important;
}
.forum-manager .mark-off:hover {
  background: #5abac5 !important;
}
.forum-manager .promote:before {
  font-size: 14px;
}
.forum-manager .cancel {
  color: #999;
}
.forum-manager .delete {
  color: #ce8c8d;
}
.forum-manager .delete:hover {
  background: #be6c6d !important;
}
.forum_text_holder p {
  margin: 0;
}
/*---- Browse button ----*/
.browse_button {
  position: absolute;
  z-index: 5000;
  top: 167px;
}
.browse_button div {
  border: none !important;
  cursor: pointer;
}
.browse_button .cmp_arrow_right,
.browse_button .cmp_arrow_left {
  color: #FF574D;
  font-size: 56px;
}
.browse_button .cmp_back_to_today {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  background: #FF574D;
  color: #FFF;
  border-radius: 10px;
  position: absolute;
  margin-left: 11px;
  padding: 0px 9px;
}
.cmp_back_to_today:before {
  position: absolute;
  color: #FF574D;
  margin-left: -19px;
  margin-top: 4px;
}
.plurk_icon {
  position: absolute;
  top: 1.2em;
  left: 9px;
  z-index: 500;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
}
.plurk_icon:before {
  top: 0;
}
.plurk_icon:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #FFF;
  z-index: -1;
}
.plurk_icon.private {
  left: 15px;
  color: #ffd112;
}
.plurk_icon.bday {
  left: -5px;
}
.plurk_icon.favorite_icon {
  left: 32px;
  color: #e8443d;
}
.plurk_icon.bookmark_icon {
  left: 49px;
  color: #5abac5;
}
.plurk_icon.pif-replurk-circle {
  color: #0cca3a;
}
.pinned_plurk_icon {
  position: absolute;
  top: 1.2em;
  left: 9px;
  background-color: #e8443d;
  width: 16px;
  height: 16px;
  z-index: 500;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  border-radius: 8px;
}
.jap_qual {
  padding-right: 5px;
}
.plurk_top_link {
  background: url(https://s.plurk.com/a7c73f51a9c193f1af62.png) no-repeat -57px 0;
  padding-left: 20px;
  padding-bottom: 2px;
}
/* timeline control */
.timeline_control {
  z-index: 1001;
  position: absolute;
  width: 100%;
  margin-left: 16px;
  margin-top: -46px;
  height: 25px;
  pointer-events: none;
}
.timeline_control a {
  border-radius: 5px;
  padding: 0 8px;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
  white-space: nowrap;
}
.timeline_control a i {
  opacity: 0.8;
  width: 18px;
  margin-right: 4px;
}
#timeline_control_holder {
  position: absolute;
  bottom: 0;
}
#filter_tab {
  pointer-events: auto;
  float: right;
}
#filter_tab:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}
#filter_tab li {
  list-style: none;
  float: right;
  clear: both;
  width: 100%;
}
#filter_tab a {
  display: block;
  overflow: hidden;
  background: #FFF;
  color: #999;
  margin-top: 0;
  height: 0;
  transition: height 200ms ease-in, margin-top 200ms ease-in;
  cursor: pointer;
  padding: 0 12px;
  opacity: 0.9;
}
#filter_tab a:hover {
  opacity: 1;
}
#filter_tab a.filter_selected {
  color: #FFF;
  background: #FF574D;
}
#filter_tab:hover a.no_unread {
  height: 0;
  margin-top: 0;
}
#filter_tab:hover a,
#filter_tab a.filter_selected,
#filter_tab a.has_unread,
#filter_tab:hover a.filter_selected,
#filter_tab:hover a.has_unread {
  height: 25px;
  margin-top: 6px;
}
.unread_generic {
  padding: 2px 4px 1px;
  margin-left: 5px;
  background-color: #f83010;
  color: #fff !important;
  border-radius: 4px;
  font-family: arial, sans-serif;
  font-size: 12px;
}
#time_show {
  position: absolute;
  z-index: 590;
  white-space: nowrap;
  font-size: 11px;
  display: none;
  padding: 0 4px;
  border-radius: 5px;
  margin-top: -9px;
}
#time_show.show {
  display: block;
}
#time_show:hover {
  display: none;
}
#time_show span {
  color: #FFF;
}
.evening,
.night,
.day,
.morning {
  background: #FF574D;
}
.block_cnt .last-block {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.block_cnt .last-block > .inner {
  background: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.02em;
  padding: 10px 20px;
  margin: 0 80px;
  border-radius: 4px;
  color: #595959;
  flex-grow: 1;
  box-shadow: 1px 1px 3px -3px #000000;
  text-align: center;
}
/* vertical timeline */
.timeline-holder.vertical {
  cursor: default;
  padding-bottom: 64px !important;
}
.timeline-holder.vertical,
.timeline-holder.vertical .timeline-cnt,
.timeline-holder.vertical .block_cnt {
  position: relative !important;
  height: auto !important;
}
.timeline-holder.vertical .timeline-timeshow,
.timeline-holder.vertical .browse_button,
.timeline-holder.vertical .bottom-line,
.timeline-holder.vertical .bottom_start {
  display: none !important;
}
.timeline-holder.vertical .timeline-bg .block_bg .loading-div {
  width: 100%;
  right: auto;
  top: auto;
  bottom: 0;
  height: 64px;
}
.timeline-holder.vertical .timeline-bg .block_bg .loading-div img {
  height: 50px;
}
.timeline-holder.vertical .block_cnt {
  padding: 8px;
}
.timeline-holder.vertical .plurk {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  margin-bottom: 8px;
  padding: 0;
}
.timeline-holder.vertical .plurk table {
  width: 100% !important;
}
.timeline-holder.vertical .plurk .td_img {
  width: 0 !important;
}
.timeline-holder.vertical .plurk .td_img .p_img {
  /* or it will be covered by plurk content */
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 10px;
}
.timeline-holder.vertical .plurk .td_qual {
  padding: 0;
}
.timeline-holder.vertical .plurk .td_qual > span {
  position: absolute;
  left: 36px;
  top: 12px;
}
.timeline-holder.vertical .plurk .td_cnt {
  padding: 38px 10px 8px 10px;
}
.timeline-holder.vertical .plurk .td_cnt .text_holder {
  width: 100%;
  height: auto !important;
  min-height: 2em;
  max-height: none !important;
  white-space: normal !important;
  word-break: break-word !important;
  max-width: 100%;
}
.timeline-holder.vertical .plurk .td_response_count {
  display: none;
}
.timeline-holder.vertical .plurk:last-child {
  margin-bottom: 0;
}
.timeline-holder.vertical .plurk .manager {
  display: block !important;
  margin-top: 6px;
}
.timeline-holder.vertical .back-to-top {
  z-index: 9999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.35s ease-out, opacity 0.2s ease-out;
  pointer-events: none;
}
.timeline-holder.vertical .back-to-top .icon {
  position: relative;
  font-size: 14px;
  transform-origin: center center;
  transform: scaleY(-1);
}
.timeline-holder.vertical .back-to-top--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.snowflake {
  color: #FFF;
  font-size: 4em;
  opacity: 0.33;
  position: absolute;
  bottom: 32px;
  right: 15px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  z-index: 700;
}
.snowflake:hover {
  cursor: pointer;
  opacity: 0.66;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.66);
}
.rotate_switch {
  color: #FFF;
  font-size: 2em;
  opacity: 0.33;
  position: absolute;
  bottom: 16px;
  right: 8px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  z-index: 700;
}
.rotate_switch:hover {
  cursor: pointer;
  opacity: 0.66;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.66);
}
.emo-adder {
  white-space: nowrap;
  padding: 4px 0px;
}
.emo-adder-loading {
  padding: 6px;
}
.emo-adder-loading img {
  width: 16px;
  height: 10px;
}
.emo-adder-panel .panel-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.emo-adder-panel .panel-nav .search-emopack {
  font-size: 24px;
  padding: 0px;
  cursor: pointer;
  color: #999;
}
.emo-adder-panel .emo-groups {
  margin-top: 8px;
  white-space: normal;
  max-width: 300px;
}
.emo-adder-panel .emo-groups ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 296px;
  gap: 4px 4px;
}
.emo-adder-panel .emo-groups ul li {
  border-radius: 4px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  text-align: center;
}
.emo-adder-panel .emo-groups ul li img {
  max-width: 20px;
  max-height: 20px;
  vertical-align: middle;
}
.emo-adder-panel .emo-groups ul li .new-group {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #888;
  color: #999;
}
.emo-adder-panel .emo-groups ul li.selected {
  background: #DDD;
}
.emo-adder-panel .buttons {
  margin: 8px 0 0;
  display: flex;
}
.emo-adder-panel .buttons .add-button {
  padding: 4px 14px;
  color: #FFF;
  background: #4BABDF;
}
.emo-adder-panel .buttons .pif-add {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
}
.emo-adder-panel .buttons .function-area {
  display: flex;
  min-width: 124px;
  width: 100%;
}
.emo-adder-panel .buttons .function-area input {
  padding: 4px 8px;
}
.emo-adder-panel .buttons .function-area .keyword-input {
  font-size: 12px;
  line-height: 15px;
  width: inherit;
  margin: 0 8px 0 0px;
  color: #ddd;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(222, 222, 222, 0.1);
}
.emo-adder-panel .buttons .function-area .keyword-input::-webkit-input-placeholder {
  color: #868383;
  opacity: 1;
}
.emo-adder-panel .buttons .function-area .keyword-input::-moz-placeholder {
  color: #868383;
  opacity: 1;
}
.emo-adder-panel .buttons .function-area .keyword-input::placeholder {
  color: #868383;
  opacity: 1;
}
.emo-adder-panel .buttons .function-area .keyword-input:-ms-input-placeholder {
  color: #868383;
}
.emo-adder-panel .buttons .function-area .keyword-input::-ms-input-placeholder {
  color: #868383;
}
.emo-adder-have div,
.emo-adder-success div,
.emo-adder-email-confirm div {
  display: flex;
  justify-content: center;
}
.emo-adder-have .emopack-link,
.emo-adder-success .emopack-link,
.emo-adder-email-confirm .emopack-link,
.emo-adder-have .emopack-link-success,
.emo-adder-success .emopack-link-success,
.emo-adder-email-confirm .emopack-link-success,
.emo-adder-have .emopack-link-verify,
.emo-adder-success .emopack-link-verify,
.emo-adder-email-confirm .emopack-link-verify {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  cursor: pointer;
}
span.emoticon_my_wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
span.emoticon_my_wrapper .emoticon_my {
  cursor: pointer;
  opacity: 0.4;
}
span.emoticon_my_wrapper:before {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #49ACEA;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  width: 18px;
  height: 18px;
  border-radius: 25px;
  line-height: 18px;
  z-index: 1;
  transform: scale(0.8);
}
img.emoticon_my.show-adder {
  border: #49ACEA 1px solid;
}
.plurk_editor .plurk_editor_form {
  float: right;
  color: #AFB8CC;
  margin-top: 3px;
}
.plurk_editor .plurk_editor_form::after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
.plurk_editor .plurk_editor_form .save {
  margin-left: 4px;
}
.plurk_editor .plurk_editor_form .saving {
  display: none;
  color: rgba(153, 153, 153, 0.75);
  line-height: 24px;
}
.plurk_editor.saving .plurk_editor_form .cancel,
.plurk_editor.saving .plurk_editor_form .save {
  display: none;
}
.plurk_editor.saving .plurk_editor_form .saving {
  display: inline;
}
.plurk_editor .poll_msg {
  color: #111;
}
.plurk_editor .poll_msg .poll_msg_add {
  color: #FF574D !important;
}
.plurk_editor .poll_msg .poll_msg_add:hover {
  text-decoration: underline;
}
.plurk_editor_box .plurk {
  max-width: 100%;
  width: 100%;
  padding: 10px 13px;
  word-wrap: break-word;
  background: #FFF;
  border-radius: 10px;
  position: relative;
}
.plurk_editor_box .plurk .avatar {
  margin: 0 10px 4px 0;
}
.plurk_editor_box .plurk .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.plurk_editor_box .plurk .user {
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 14px;
}
.plurk_editor_box .plurk > .content {
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
  clear: both;
  background: none;
}
.plurk_editor_box .plurk .plurk_icon {
  display: none;
}
.plurk_editor_box .input_holder .qual_holder {
  padding: 0;
}
.plurk_editor_box .input_holder .textarea_holder textarea {
  min-height: 100px;
  padding: 0 0 2px 2px !important;
  overflow-y: auto;
}
.plurk_editor_box .input_holder .preview-list .meta {
  width: 160px;
}
.plurk_editor_box .plurk_editor_manager .plurk_editor_icon {
  padding-top: 10px;
}
.plurk_editor_box .plurk_editor_manager .plurk_editor_form {
  margin-top: 8px;
}
.plurk_editor_box .plurk_editor_manager .plurk_editor_form .saving {
  line-height: 31px;
}
.more-options .submit {
  position: absolute;
  right: 9px;
  bottom: 12px;
}
.more-options .loading {
  position: absolute;
  right: 9px;
  bottom: 12px;
}
.more-options .loading img {
  height: 32px;
}
.more-options .option-limit {
  position: relative;
}
.more-options .option-limit .disable-limited-to {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
}
.more-options .option-limit .disable-limited-to .premOnlyTip {
  display: none;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  text-align: center;
  margin: 30px 20px;
  max-width: 100%;
}
.more-options .option-limit .disable-limited-to .premOnlyTip .msg {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.more-options .option-limit .disable-limited-to .premOnlyTip .button {
  font-size: 15px;
  padding: 6px 12px;
}
.more-options .option-limit .disable-limited-to:hover {
  background: #FFF;
}
.more-options .option-limit .disable-limited-to:hover .premOnlyTip {
  display: block;
}

.colorbox .pop-window-view {
  border-radius: 0;
}
.colorbox .pop-window-view .pop-window-content {
  padding: 0;
  overflow: hidden !important;
}
.cbox-flex {
  display: flex;
}
.cbox_left {
  flex: 1 0 0;
  position: relative;
  background: black;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.cbox_left iframe {
  display: block;
}
.colorbox .img-holder {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.colorbox .img-holder {
  background: url(https://s.plurk.com/admin/ext/images/default/grid/30ba600704724737f017.gif) no-repeat center center #000;
}
.colorbox .img-holder .cbox_img {
  background-color: #000;
}
.colorbox .img-holder .cbox-img-url {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  color: #DDD;
  display: none;
  left: 10px;
  opacity: 0.33;
  overflow: hidden;
  padding: 2px 6px;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  top: 10px;
  white-space: nowrap;
  font-size: 12px;
  max-width: 70%;
}
.colorbox .img-holder .cbox-img-url:hover {
  color: white;
  opacity: 0.66;
  text-decoration: none;
}
.colorbox .img-holder:hover a.cbox-img-url {
  display: inline;
}
.colorbox .img-holder .cbox-img-previous,
.colorbox .img-holder .cbox-img-next {
  color: #FFF;
  font-size: 36px;
  height: 80%;
  width: 20%;
  position: absolute;
  top: 10%;
  display: none;
  opacity: 0.5;
  transition: opacity 200ms;
  text-shadow: -1px 0 rgba(0, 0, 0, 0.15), 0 1px rgba(0, 0, 0, 0.15), 1px 0 rgba(0, 0, 0, 0.15), 0 -1px rgba(0, 0, 0, 0.15);
}
.colorbox .img-holder .cbox-img-previous:before,
.colorbox .img-holder .cbox-img-next:before {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 62px;
  margin-top: -30px;
  width: 44px;
}
.colorbox .img-holder .cbox-img-previous:hover,
.colorbox .img-holder .cbox-img-next:hover {
  opacity: 1;
}
.colorbox .img-holder .cbox-img-previous {
  left: 0;
}
.colorbox .img-holder .cbox-img-next {
  right: 0;
}
.colorbox .img-holder .cbox-img-next:before {
  right: 0;
}
.colorbox .img-holder:hover a.cbox-img-previous,
.colorbox .img-holder:hover a.cbox-img-next {
  display: block;
}
.colorbox .musicPlayer,
.colorbox .openInExternalWindow {
  color: #444;
  line-height: 25px;
  position: relative;
  text-align: center;
  cursor: pointer;
  display: none;
}
.colorbox .musicPlayer:hover,
.colorbox .openInExternalWindow:hover {
  color: #AAA;
  background: #333;
  text-decoration: none;
}
.colorbox .cbox_left:hover .musicPlayer,
.colorbox .cbox_left:hover .openInExternalWindow {
  display: block;
}
.cbox_right {
  height: 100%;
  flex: 0 0 auto;
  position: relative;
  text-align: left;
}
.cbox_right .cbox_close {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  right: 4px;
  top: 5px;
  z-index: 100;
  color: #BBB;
  display: inline-block;
  height: 16px;
  padding: 0 3px 2px;
  cursor: pointer;
}
.cbox_right .cbox_close:hover {
  color: #333;
}
.cbox_right .cbox_plurk_holder,
.cbox_right .cbox_response {
  position: relative;
}
.cbox_right .plurk .time {
  top: 4px;
  right: 22px;
}
.cbox_right .plurk .cbox-current-target.pictureservices img {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.cbox_right .plurk .cbox-current-target.meta {
  background: rgba(232, 141, 67, 0.15) !important;
  border: 1px solid rgba(232, 141, 67, 0.2) !important;
}
.cbox_right .plurk .need-login,
.cbox_right .plurk .need-check {
  background: #FFF;
  padding: 40px 20px;
}
.cbox_right .plurk .need-login .button,
.cbox_right .plurk .need-check .button {
  margin-top: 20px;
}
.cbox_right .plurk [data-component="plurk-reactions"] {
  clear: both;
  margin-left: 46px;
}
.cbox_right .cbox_response {
  overflow: hidden;
}
.cbox_right .cbox_response .response_box {
  min-height: initial;
}
.cbox_right .cbox_response .list {
  padding: 0px;
}
.cbox_right .cbox_response .list .plurk {
  width: 100%;
}
.cbox_right .cbox_ads {
  border-top: 1px solid #DDDDDD;
  bottom: 0;
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
.cbox_right .cbox_ads img {
  cursor: pointer;
}
.cbox_right .cbox_ads iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
 * Music player
 */
#music_player {
  z-index: 1001;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #000;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#music_player iframe {
  width: 100%;
  height: 100%;
}
#music_player .player-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  text-align: center;
  padding: 6px 8px;
}
#music_player .player-control span {
  font-size: 12px;
  display: block;
  text-align: left;
  line-height: 16px;
  margin-bottom: 2px;
}
#music_player .player-control a {
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 6px;
  margin: 7px;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
}
#music_player .player-control a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#music_player .player-control:hover {
  opacity: 1;
}

.pop-window .bookmark-editor {
  padding: 4px;
  position: relative;
}
.pop-window .bookmark-editor .title-area {
  display: flex;
  justify-content: space-between;
}
.pop-window .bookmark-editor .title-area .title {
  font-size: 13px;
  line-height: 24px;
  color: #999;
  margin-left: 6px;
}
.pop-window .bookmark-editor .title-area .go-bookmarks {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  margin-right: 6px;
  cursor: pointer;
  color: #AFB8CC;
}
.pop-window .bookmark-editor .title-area .go-bookmarks:hover {
  color: #8F98AC;
}
.pop-window .bookmark-editor .title-area .go-bookmarks .bookmarks-icon {
  float: right;
}
.pop-window .bookmark-editor .title-area .go-bookmarks .bookmarks-icon.pif-outlink {
  margin-left: 1.79px;
  margin-right: 1.79px;
}
.pop-window .bookmark-editor .tags-holder {
  min-height: 36px;
  margin: 5px 5px 2px 5px;
  padding: 10px;
  background-color: #f5f5f9;
  border-radius: 5px;
  color: #888;
  font-size: 14px;
}
.pop-window .bookmark-editor .tags-holder li.tag-item {
  display: inline-block;
  background-color: transparent;
  color: #afb8cc;
  margin: 2px 3px;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  transition: 0.1s;
}
.pop-window .bookmark-editor .tags-holder li.tag-item .tag-icon {
  float: left;
}
.pop-window .bookmark-editor .tags-holder li.tag-item .tag-icon.pif-cancel {
  margin-left: 1.79px;
  margin-right: 1.79px;
}
.pop-window .bookmark-editor .tags-holder li.tag-item .tag-icon.pif-tag {
  margin-right: 0;
}
.pop-window .bookmark-editor .tags-holder li.tag-item .tag-name {
  padding: 1px 0 1px 3px;
  font-size: 14px;
}
.pop-window .bookmark-editor .tags-holder li.tag-item:hover {
  background-color: #ce8c8d;
  color: #fff;
}
.pop-window .bookmark-editor .tags-holder li.tag-item.unpermitted:hover {
  background-color: #afb8cc;
  color: #fff;
}
.pop-window .bookmark-editor .tags-holder li.tags-nothing {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  color: #afb8cc;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: default;
}
.pop-window .bookmark-editor .selector-input {
  display: block;
  margin: 5px 5px 10px 5px;
}
.pop-window .bookmark-editor .selector-input input {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 13px;
  letter-spacing: 1px;
}
.pop-window .bookmark-editor .selector-input input::-webkit-input-placeholder {
  color: #888;
}
.pop-window .bookmark-editor .selector-input input::-moz-placeholder {
  color: #888;
}
.pop-window .bookmark-editor .selector-input input::placeholder {
  color: #888;
}
.pop-window .bookmark-editor .premOnlyTip {
  display: none;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  text-align: center;
  margin: 30px 20px;
  max-width: 100%;
}
.pop-window .bookmark-editor .premOnlyTip .msg {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.pop-window .bookmark-editor .premOnlyTip .button {
  font-size: 15px;
  padding: 6px 12px;
}
.tags-select-list {
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: #EEE 1px solid;
  color: #666;
  width: 100%;
}
.tags-select-list .loading {
  margin: 12px auto;
  width: 32px;
}
.tags-select-list .loading img {
  height: 32px;
}
.tag-complete-list {
  margin: 0px 8px !important;
  border-radius: 4px;
}
.tag-complete-list .pop-view-content {
  padding: 0;
  border-radius: 3px;
  width: auto;
}
.tag-complete-list .pop-view-content .tags-select-list {
  border-radius: 3px;
}
.tag-complete-list .pop-view-content .tags-select-list ul {
  background-color: #fff;
  border-radius: 3px;
  max-height: 156px;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: normal;
  white-space: nowrap;
}
.tag-complete-list .pop-view-content .tags-select-list ul li.prediction-item {
  cursor: pointer;
  padding: 5px 26px 5px 12px;
  font-size: 14px;
  line-height: 16px;
  color: #432e07;
}
.tag-complete-list .pop-view-content .tags-select-list ul li.prediction-item.sel {
  background-color: #FF575D;
  color: #FFF;
}
.tag-complete-list .pop-view-content .tags-select-list ul li.untag {
  color: #b2aea8;
}
.tag-complete-list.editable .pop-view-content ul {
  white-space: normal;
}
.tag-complete-list.editable .pop-view-content ul li.prediction-item.sel .pif-edit {
  opacity: 0.75;
}
.tag-complete-list.editable .pop-view-content ul li.prediction-item.sel .pif-edit:hover {
  opacity: 1;
  transform: scale(0.9);
}
.tag-complete-list.editable .pop-view-content ul li.prediction-item .pif-edit {
  padding: 0 2px;
  font-size: 16px;
  float: right;
  color: #FFF;
  transition: 0.3s;
}
.tag-complete-list .pop-view-arrow {
  display: none !important;
}

.pop-anniversary-image {
  transition: opacity ease-out 200ms, -webkit-backdrop-filter ease-out 1000ms;
  transition: backdrop-filter ease-out 1000ms, opacity ease-out 200ms;
  transition: backdrop-filter ease-out 1000ms, opacity ease-out 200ms, -webkit-backdrop-filter ease-out 1000ms;
  -webkit-backdrop-filter: blur(0) saturate(1) brightness(2);
          backdrop-filter: blur(0) saturate(1) brightness(2);
  opacity: 0.01;
}
.pop-anniversary-image.remove-filter {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}
.pop-anniversary-image.entering {
  -webkit-backdrop-filter: blur(8px) saturate(0.75) brightness(1);
          backdrop-filter: blur(8px) saturate(0.75) brightness(1);
}
.pop-anniversary-image.entering,
.pop-anniversary-image.entering .anniversary-image img {
  opacity: 1;
}
.pop-anniversary-image.entering .pop-window-close {
  opacity: 1 !important;
  color: #ff574d;
}
.pop-anniversary-image.entering .pop-window-close:hover {
  color: #a7352e;
}
.pop-anniversary-image .pop-window-view {
  background: none;
  text-align: center;
  max-width: 740px;
}
.pop-anniversary-image .pop-window-view .pop-window-close {
  z-index: 1;
  right: -5px;
  top: 10px;
  font-size: 20px;
  opacity: 0.01;
  transition: opacity linear 1000ms;
  transition-delay: 1000ms;
}
.pop-anniversary-image .pop-window-view .pop-window-content {
  display: flex;
  align-items: stretch;
}
.pop-anniversary-image .anniversary-image {
  padding: 0px 20px;
}
.pop-anniversary-image .anniversary-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  transition: opacity linear 1000ms;
  transition-delay: 1000ms;
}
.pop-anniversary-image .toggle-filter {
  position: fixed;
  right: 0;
  bottom: 0;
  background: none;
  font-size: 24px;
  opacity: 0.05;
}
.pop-anniversary-image .toggle-filter:hover {
  opacity: 0.5;
}
.anniversary {
  opacity: 1;
  position: absolute;
  z-index: 700;
  cursor: pointer;
  display: flex;
}
.anniversary img {
  display: block;
}
.anniversary.running {
  cursor: progress;
}
.anniversary_letter {
  position: absolute;
  z-index: 700;
  cursor: pointer;
  bottom: 16px;
  right: 16px;
  opacity: 0.9;
  width: 40px;
  height: 32px;
}
.anniversary_letter img {
  width: 40px;
  height: 32px;
}
.anniversary_letter:hover {
  opacity: 1;
}
.anniversary_letter_open {
  bottom: 12px;
  right: 16px;
  opacity: 0.9;
  width: 40px;
  height: 40px;
}
.anniversary_letter_open img {
  width: 40px;
  height: 40px;
}
.anniversary_menu:before {
  float: left;
  margin: 0px 8px 0 -2px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px !important;
  height: 24px;
  text-align: center;
  font-size: 24px;
  opacity: 1 !important;
}
.anniversary_menu.anniversary_menu_meaty:before {
  content: "";
  background-image: url(https://s.plurk.com/timeline/anniversary/meaty/ab1334db0b18a2fd4b69.gif);
}
.anniversary_menu.anniversary_menu_eggy:before {
  content: "";
  background-image: url(https://s.plurk.com/timeline/anniversary/eggy/88f93b6849a71e5d535d.gif);
}
.anniversary_menu.anniversary_menu_keke:before {
  content: "";
  background-image: url(https://s.plurk.com/timeline/anniversary/keke/f5872496881ef0328fcc.gif);
}
.anniversary_menu.anniversary_menu_unigi:before {
  content: "";
  background-image: url(https://s.plurk.com/timeline/anniversary/unigi/fbe450e2a61e05a6586e.gif);
}
.anniversary_menu.anniversary_menu_runo:before {
  content: "";
  background-image: url(https://s.plurk.com/timeline/anniversary/runo/f7efdadfe2c3dcd799f4.gif);
}
.anniversary_meaty_n {
  bottom: 16px;
  right: 112px;
  width: 64px;
  height: 64px;
}
.anniversary_meaty_n img {
  width: 64px;
  height: 64px;
}
.anniversary_meaty_sp {
  bottom: 16px;
  right: 112px;
  width: 64px;
  height: 64px;
}
.anniversary_meaty_sp img {
  width: 64px;
  height: 64px;
}
.anniversary_meaty_astronaut {
  bottom: 16px;
  right: 88px;
  width: 88px;
  height: 64px;
}
.anniversary_meaty_astronaut img {
  width: 88px;
  height: 64px;
}
.anniversary_meaty_burger {
  bottom: 16px;
  right: 96px;
  width: 96px;
  height: 128px;
}
.anniversary_meaty_burger img {
  width: 96px;
  height: 128px;
}
.anniversary_meaty_heart {
  bottom: 16px;
  right: 112px;
  width: 64px;
  height: 96px;
}
.anniversary_meaty_heart img {
  width: 64px;
  height: 96px;
}
.anniversary_meaty_run {
  bottom: 16px;
  right: 112px;
  width: 64px;
  height: 64px;
}
.anniversary_meaty_run img {
  width: 64px;
  height: 64px;
}
.anniversary_keke_n {
  bottom: 16px;
  right: 16px;
  width: 64px;
  height: 64px;
}
.anniversary_keke_n img {
  width: 64px;
  height: 64px;
}
.anniversary_keke_sp {
  bottom: 16px;
  right: 16px;
  width: 64px;
  height: 64px;
}
.anniversary_keke_sp img {
  width: 64px;
  height: 64px;
}
.anniversary_keke_catch {
  bottom: 16px;
  right: 16px;
  width: 256px;
  height: 96px;
}
.anniversary_keke_catch img {
  width: 256px;
  height: 96px;
}
.anniversary_keke_eat {
  bottom: 16px;
  right: 0px;
  width: 96px;
  height: 128px;
}
.anniversary_keke_eat img {
  width: 96px;
  height: 128px;
}
.anniversary_keke_flower {
  bottom: 16px;
  right: 16px;
  width: 64px;
  height: 64px;
}
.anniversary_keke_flower img {
  width: 64px;
  height: 64px;
}
.anniversary_keke_rock {
  bottom: 16px;
  right: 14px;
  width: 64px;
  height: 96px;
}
.anniversary_keke_rock img {
  width: 64px;
  height: 96px;
}
.anniversary_runo_n {
  bottom: 16px;
  right: 208px;
  width: 64px;
  height: 64px;
}
.anniversary_runo_n img {
  width: 64px;
  height: 64px;
}
.anniversary_runo_sp {
  bottom: 16px;
  right: 208px;
  width: 64px;
  height: 64px;
}
.anniversary_runo_sp img {
  width: 64px;
  height: 64px;
}
.anniversary_runo_catch {
  bottom: 16px;
  right: 17px;
  width: 256px;
  height: 96px;
}
.anniversary_runo_catch img {
  width: 256px;
  height: 96px;
}
.anniversary_runo_henshin {
  bottom: 16px;
  right: 208px;
  width: 64px;
  height: 64px;
}
.anniversary_runo_henshin img {
  width: 64px;
  height: 64px;
}
.anniversary_runo_water {
  bottom: 16px;
  right: 208px;
  width: 64px;
  height: 64px;
}
.anniversary_runo_water img {
  width: 64px;
  height: 64px;
}
.anniversary_runo_write {
  bottom: 16px;
  right: 208px;
  width: 64px;
  height: 64px;
}
.anniversary_runo_write img {
  width: 64px;
  height: 64px;
}
.anniversary_eggy_n {
  bottom: 16px;
  right: 62px;
  width: 64px;
  height: 64px;
}
.anniversary_eggy_n img {
  width: 64px;
  height: 64px;
}
.anniversary_eggy_sp {
  bottom: 16px;
  right: 62px;
  width: 80px;
  height: 64px;
}
.anniversary_eggy_sp img {
  width: 80px;
  height: 64px;
}
.anniversary_eggy_jump {
  bottom: 16px;
  right: 62px;
  width: 64px;
  height: 128px;
}
.anniversary_eggy_jump img {
  width: 64px;
  height: 128px;
}
.anniversary_eggy_lie {
  bottom: 16px;
  right: 50px;
  width: 76px;
  height: 64px;
}
.anniversary_eggy_lie img {
  width: 76px;
  height: 64px;
}
.anniversary_eggy_ring {
  bottom: 16px;
  right: 46px;
  width: 96px;
  height: 128px;
}
.anniversary_eggy_ring img {
  width: 96px;
  height: 128px;
}
.anniversary_eggy_throw {
  bottom: 16px;
  right: 61px;
  width: 164px;
  height: 128px;
}
.anniversary_eggy_throw img {
  width: 164px;
  height: 128px;
}
.anniversary_unigi_n {
  bottom: 16px;
  right: 160px;
  width: 64px;
  height: 64px;
}
.anniversary_unigi_n img {
  width: 64px;
  height: 64px;
}
.anniversary_unigi_sp {
  bottom: 16px;
  right: 144px;
  width: 96px;
  height: 64px;
}
.anniversary_unigi_sp img {
  width: 96px;
  height: 64px;
}
.anniversary_unigi_coin {
  bottom: 16px;
  right: 144px;
  width: 96px;
  height: 172px;
}
.anniversary_unigi_coin img {
  width: 96px;
  height: 172px;
}
.anniversary_unigi_happy {
  bottom: 16px;
  right: 160px;
  width: 64px;
  height: 128px;
}
.anniversary_unigi_happy img {
  width: 64px;
  height: 128px;
}
.anniversary_unigi_rolling {
  bottom: 16px;
  right: 144px;
  width: 96px;
  height: 96px;
}
.anniversary_unigi_rolling img {
  width: 96px;
  height: 96px;
}
.anniversary_unigi_throw {
  bottom: 16px;
  right: 61px;
  width: 164px;
  height: 128px;
}
.anniversary_unigi_throw img {
  width: 164px;
  height: 128px;
}

plurk-reactions {
  display: block;
  margin: 0.5rem 0;
}
plurk-reactions .reactions {
  gap: 4px;
  display: flex;
  flex-flow: row wrap;
}
plurk-reactions .reactions__adder {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  gap: 4px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  flex-flow: row nowrap;
  height: 22px;
  color: #A1A6B5;
  font-size: 13px;
  background: rgba(175, 184, 204, 0.2);
  cursor: pointer;
}
plurk-reactions .reactions__adder[data-toggle-from],
plurk-reactions .reactions__adder:hover {
  color: #ffffff;
  background: #ff9b65;
}
plurk-reactions .reactions__adder > i {
  line-height: 1;
}
[data-portal] .reaction-info {
  gap: 4px;
  display: flex;
  flex-flow: column nowrap;
  min-width: 120px;
  max-width: 160px;
}
[data-portal] .reaction-info__emoticon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
[data-portal] .reaction-info__emoticon img {
  max-height: 100%;
}
[data-portal] .reaction-info__users {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  white-space: normal;
}

plurk-reaction-emoticon {
  display: block;
}
plurk-reaction-emoticon .reaction {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  gap: 4px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-height: 22px;
  color: #848CA4;
  background: rgba(175, 184, 204, 0.2);
  cursor: pointer;
}
plurk-reaction-emoticon .reaction__emoticon {
  min-width: 14px;
  max-height: 14px;
}
plurk-reaction-emoticon .reaction__count {
  font-size: 13px;
  line-height: 13px;
}
plurk-reaction-emoticon .reaction--clicked {
  color: #ffffff;
  background: #ff9b65;
}

plurk-reaction-user-list {
  display: block;
  padding: 0px 24px;
  background: #eeebf0;
}
plurk-reaction-user-list .reaction__user-list {
  gap: 16px;
  display: flex;
}
plurk-reaction-user-list .reaction__user-list__tabs {
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  overflow-x: hidden;
  overflow-y: auto;
  flex-shrink: 0;
  height: calc(50vh - 50px);
  max-height: 550px;
}
plurk-reaction-user-list .reaction__user-list__area {
  flex: 1;
  padding: 12px 0px 24px 0px;
  height: calc(50vh - 50px);
  max-height: 550px;
  overflow-x: hidden;
}
plurk-reaction-user-list .reaction__user-list__area__container {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background: #ffffff;
  height: 100%;
}
plurk-reaction-user-list .reaction__user-list__area__container__function {
  display: flex;
  padding: 13px 21px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #f5f5f5;
}
plurk-reaction-user-list .reaction__user-list__area__container__function__emoticon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
plurk-reaction-user-list .reaction__user-list__area__container__function__emoticon img {
  border: rgba(255,255,255,0) 1px solid;
}
plurk-reaction-user-list .reaction__user-list__empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(50vh - 50px);
  width: 100%;
  max-height: 550px;
  color: #595959;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

plurk-reaction-user-list-tab {
  width: 100%;
}
plurk-reaction-user-list-tab .reaction {
  gap: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  cursor: pointer;
  width: 100%;
}
plurk-reaction-user-list-tab .reaction--current {
  color: #ff574d;
}
plurk-reaction-user-list-tab .reaction:hover {
  background: #ffffff;
}
plurk-reaction-user-list-tab .reaction:active {
  background: transparent;
}
plurk-reaction-user-list-tab .reaction__emoticon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
plurk-reaction-user-list-tab .reaction__emoticon-container img {
  max-width: 24px;
  max-height: 24px;
}
plurk-reaction-user-list-tab .reaction__arrow {
  opacity: 0;
}
plurk-reaction-user-list-tab .reaction__arrow--selected {
  opacity: 1;
}

plurk-reaction-user-list-loader {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
plurk-reaction-user-list-loader .user-list {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 13px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  overflow-x: hidden;
  overflow-y: auto;
}
plurk-reaction-user-list-loader .user-list a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  white-space: nowrap;
  padding: 8px;
}
plurk-reaction-user-list-loader .user-list a:hover {
  background-color: #f5f5f9;
}
plurk-reaction-user-list-loader .user-list a img {
  height: 45px;
  width: 45px;
  border-radius: 9999px;
}
plurk-reaction-user-list-loader .user-list a div {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
}
plurk-reaction-user-list-loader .user-list a div span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
plurk-reaction-user-list-loader .user-list a div .display-name {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}
plurk-reaction-user-list-loader .user-list a div .nick-name {
  color: #595959;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
plurk-reaction-user-list-loader .user-list__loading {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 32px;
}
plurk-reaction-user-list-loader .user-list__loading > img {
  height: 100%;
}
plurk-reaction-user-list-loader .user-list__loading--center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.friend_man {
  padding: 6px 10px;
  margin: 0 2px;
  color: white!important;
  font-size: 12px;
  text-decoration: none!important;
  line-height: 15px;
  border-radius: 5px;
  cursor: pointer !important;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  transition: background-color 300ms;
}
.friend_man:before {
  font-size: 14px;
  margin-right: 5px;
  margin-left: -1px;
  width: 16px;
  text-align: center;
  vertical-align: top;
  line-height: 14px;
}
.friend_man.icon_only {
  font-size: 0 !important;
}
.friend_man.icon_only:before {
  margin: 0;
}
.friend_man.add_friend,
.friend_man.accpet {
  background-color: #7aa716;
}
.friend_man.add_friend:hover,
.friend_man.accpet:hover {
  background-color: #6a9706;
}
.friend_man.pending {
  background-color: #a59615;
}
.friend_man.pending:hover {
  background-color: #958605;
}
.friend_man.unfollow,
.friend_man.add_follow,
.friend_man.add-as-fan {
  background-color: #207298;
}
.friend_man.unfollow:hover,
.friend_man.add_follow:hover,
.friend_man.add-as-fan:hover {
  background-color: #106288;
}
.friend_man.cancel {
  background-color: #999;
}
.friend_man.cancel:before {
  font-size: 12px;
}
.friend_man.remove {
  background-color: #bb1d30;
}
.friend_man.remove:before {
  font-size: 12px;
}
.friend_man.is_fan {
  background: #EEE;
  color: #207298 !important;
  padding: 6px 8px;
}
.friend_man.is_fan:before {
  font-size: 18px;
  width: 18px;
}
.friend_man.has_block {
  background-color: #000;
}
.friend_man.has_block:hover {
  background-color: #692;
}
.friend-editor-popview .pop-view-content,
.request-editor-popview .pop-view-content,
.respond-editor-popview .pop-view-content,
.follow-editor-popview .pop-view-content {
  padding: 0;
}
.friend-editor-popview .friend_man,
.request-editor-popview .friend_man,
.respond-editor-popview .friend_man,
.follow-editor-popview .friend_man {
  background: #FFF !important;
  color: #999 !important;
  display: block;
  border-bottom: #EEE 1px solid;
  padding: 14px 16px;
  border-radius: 0;
  margin: 0;
}
.friend-editor-popview .friend_man:hover,
.request-editor-popview .friend_man:hover,
.respond-editor-popview .friend_man:hover,
.follow-editor-popview .friend_man:hover {
  color: #888 !important;
  background: #F5F5FA !important;
}

.cmp_drop_down_small {
    background: transparent url(https://s.plurk.com/icons/44e3dba9660bd0c0971e.gif) 0 -0px no-repeat ;
    width: 12px;
    font-size: 1px;
    height: 11px;
}
.cmp_invite {
    background: transparent url(https://s.plurk.com/icons/44e3dba9660bd0c0971e.gif) 0 -11px no-repeat ;
    width: 45px;
    font-size: 1px;
    height: 40px;
}
.cmp_loading {
    background: transparent url(https://s.plurk.com/icons/44e3dba9660bd0c0971e.gif) 0 -51px no-repeat ;
    width: 173px;
    font-size: 1px;
    height: 71px;
}
.cmp_mobile-gfx {
    background: transparent url(https://s.plurk.com/icons/44e3dba9660bd0c0971e.gif) 0 -122px no-repeat ;
    width: 21px;
    font-size: 1px;
    height: 30px;
}
.cmp_new_window {
    background: transparent url(https://s.plurk.com/icons/44e3dba9660bd0c0971e.gif) 0 -152px no-repeat ;
    width: 13px;
    font-size: 1px;
    height: 13px;
}
.cmp_poll_line {
    background: transparent url(https://s.plurk.com/icons/44e3dba9660bd0c0971e.gif) 0 -165px no-repeat ;
    width: 15px;
    font-size: 1px;
    height: 15px;
}
.cmp_remove_x {
    background: transparent url(https://s.plurk.com/icons/44e3dba9660bd0c0971e.gif) 0 -180px no-repeat ;
    width: 17px;
    font-size: 1px;
    height: 16px;
}
.cmp_star_off {
    background: transparent url(https://s.plurk.com/icons/44e3dba9660bd0c0971e.gif) 0 -196px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_star_on {
    background: transparent url(https://s.plurk.com/icons/44e3dba9660bd0c0971e.gif) 0 -212px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_trend {
    background: transparent url(https://s.plurk.com/icons/44e3dba9660bd0c0971e.gif) 0 -228px no-repeat ;
    width: 17px;
    font-size: 1px;
    height: 17px;
}
.cmp_twitter-gfx {
    background: transparent url(https://s.plurk.com/icons/44e3dba9660bd0c0971e.gif) 0 -245px no-repeat ;
    width: 23px;
    font-size: 1px;
    height: 24px;
}
.cmp_widget-gfx {
    background: transparent url(https://s.plurk.com/icons/44e3dba9660bd0c0971e.gif) 0 -269px no-repeat ;
    width: 25px;
    font-size: 1px;
    height: 22px;
}
.cmp_wj {
    background: transparent url(https://s.plurk.com/icons/44e3dba9660bd0c0971e.gif) 0 -291px no-repeat ;
    width: 37px;
    font-size: 1px;
    height: 25px;
}

.cmp_1-arrow-splash {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -0px no-repeat ;
    width: 209px;
    font-size: 1px;
    height: 18px;
}
.cmp_clique-mobile {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -18px no-repeat ;
    width: 64px;
    font-size: 1px;
    height: 64px;
}
.cmp_double-arrow {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -82px no-repeat ;
    width: 8px;
    font-size: 1px;
    height: 10px;
}
.cmp_fb {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -92px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_friends-mobile {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -108px no-repeat ;
    width: 64px;
    font-size: 1px;
    height: 64px;
}
.cmp_image_off {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -172px no-repeat ;
    width: 22px;
    font-size: 1px;
    height: 21px;
}
.cmp_image_on {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -193px no-repeat ;
    width: 22px;
    font-size: 1px;
    height: 21px;
}
.cmp_karma_down {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -214px no-repeat ;
    width: 8px;
    font-size: 1px;
    height: 10px;
}
.cmp_karma_up {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -224px no-repeat ;
    width: 8px;
    font-size: 1px;
    height: 10px;
}
.cmp_link_off {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -234px no-repeat ;
    width: 22px;
    font-size: 1px;
    height: 21px;
}
.cmp_link_on {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -255px no-repeat ;
    width: 22px;
    font-size: 1px;
    height: 21px;
}
.cmp_location_off {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -276px no-repeat ;
    width: 22px;
    font-size: 1px;
    height: 21px;
}
.cmp_location_on {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -297px no-repeat ;
    width: 22px;
    font-size: 1px;
    height: 21px;
}
.cmp_location_show {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -318px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_logo {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -334px no-repeat ;
    width: 130px;
    font-size: 1px;
    height: 58px;
}
.cmp_new_user {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -392px no-repeat ;
    width: 19px;
    font-size: 1px;
    height: 14px;
}
.cmp_new_window {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -406px no-repeat ;
    width: 13px;
    font-size: 1px;
    height: 13px;
}
.cmp_plurk {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -419px no-repeat ;
    width: 81px;
    font-size: 1px;
    height: 38px;
}
.cmp_points-arrow {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -457px no-repeat ;
    width: 14px;
    font-size: 1px;
    height: 13px;
}
.cmp_remove_x {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -470px no-repeat ;
    width: 17px;
    font-size: 1px;
    height: 32px;
}
.cmp_response {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -502px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 32px;
}
.cmp_sina-weibo {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -534px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_sina-weibo64 {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -550px no-repeat ;
    width: 64px;
    font-size: 1px;
    height: 64px;
}
.cmp_sound_off {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -614px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_sound_on {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -630px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_sync-social {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -646px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_tooltips-down {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -662px no-repeat ;
    width: 20px;
    font-size: 1px;
    height: 17px;
}
.cmp_tooltips-loading {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -679px no-repeat ;
    width: 22px;
    font-size: 1px;
    height: 17px;
}
.cmp_tooltips-up {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -696px no-repeat ;
    width: 20px;
    font-size: 1px;
    height: 17px;
}
.cmp_triangle-mobile {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -713px no-repeat ;
    width: 64px;
    font-size: 1px;
    height: 64px;
}
.cmp_twitter {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -777px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_user-mobile {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -793px no-repeat ;
    width: 64px;
    font-size: 1px;
    height: 64px;
}
.cmp_video {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -857px no-repeat ;
    width: 24px;
    font-size: 1px;
    height: 18px;
}
.cmp_webcam_off {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -875px no-repeat ;
    width: 22px;
    font-size: 1px;
    height: 21px;
}
.cmp_webcam_on {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -896px no-repeat ;
    width: 22px;
    font-size: 1px;
    height: 21px;
}
.cmp_webcamp_off {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -917px no-repeat ;
    width: 26px;
    font-size: 1px;
    height: 26px;
}
.cmp_webcamp_on {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -943px no-repeat ;
    width: 26px;
    font-size: 1px;
    height: 26px;
}
.cmp_yahoo {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -969px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_youtube_off {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -985px no-repeat ;
    width: 22px;
    font-size: 1px;
    height: 21px;
}
.cmp_youtube_on {
    background: transparent url(https://s.plurk.com/icons/efea6ba097d6dcbb838b.png) 0 -1006px no-repeat ;
    width: 22px;
    font-size: 1px;
    height: 21px;
}

/*
 * Custom CSS for spirtes goes here
 */
.cmp_poll_line{
    width: 4px;
}
.cmp_1 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -0px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -39px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_100000_comments {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -78px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_100000_comments_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -117px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_100000_views {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -133px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_100000_views_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -172px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10000_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -188px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10000_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -227px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10000_invites {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -243px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10000_invites_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -282px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10000_plurks {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -298px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10000_plurks_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -337px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10000_views {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -353px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10000_views_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -392px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_1000_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -408px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_1000_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -447px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_1000_invites {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -463px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_1000_invites_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -502px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_1000_plurks {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -518px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_1000_plurks_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -557px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_1000_views {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -573px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_1000_views_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -612px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_100_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -628px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_100_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -667px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_100_invites {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -683px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_100_invites_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -722px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_100_plurks {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -738px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_100_plurks_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -777px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_100_views {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -793px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_100_views_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -832px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -848px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -887px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10_invites {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -903px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10_invites_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -942px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -958px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10_plurks {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -974px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10_plurks_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1013px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_11 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1029px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_11_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1068px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_12 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1084px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_12_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1123px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_13 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1139px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_13_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1178px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_14 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1194px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_14_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1233px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_15 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1249px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_1500_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1288px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_1500_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1327px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_15_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1343px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_1_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1359px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_2 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1375px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_2000_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1414px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_2000_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1453px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_25000_plurks {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1469px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_25000_plurks_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1508px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_25_invites {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1524px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_25_invites_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1563px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_2_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1579px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_3000_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1595px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_3000_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1634px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_4 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1650px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_4000_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1689px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_4000_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1728px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_4_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1744px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_5 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1760px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_50000_comments {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1799px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_50000_comments_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1838px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_50000_fans {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1854px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_50000_fans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1893px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_5000_comments {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1909px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_5000_comments_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1948px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_5000_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -1964px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_5000_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2003px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_5000_fans {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2019px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_5000_fans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2058px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_500_comments {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2074px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_500_comments_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2113px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_500_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2129px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_500_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2168px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_500_fans {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2184px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_500_fans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2223px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_50_comments {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2239px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_50_comments_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2278px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_50_fans {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2294px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_50_fans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2333px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_50_invites {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2349px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_50_invites_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2388px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_5_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2404px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_6 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2420px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_6000_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2459px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_6000_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2498px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_6_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2514px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_7 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2530px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_7000_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2569px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_7000_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2608px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_7_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2624px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_8 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2640px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_8000_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2679px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_8000_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2718px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_8_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2734px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_9 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2750px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_9000_days {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2789px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_9000_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2828px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_9_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2844px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_coin {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2860px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_coin_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2899px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_event_1 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2915px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_event_10 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2954px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_event_10_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -2993px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_event_1_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3009px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_event_3 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3025px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_event_3_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3064px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_karma_200 {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3080px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_moderator {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3119px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_moderator_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3158px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_100_buy {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3174px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_100_buy_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3213px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_100_products {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3229px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_100_products_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3268px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_100_trans {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3284px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_100_trans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3323px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_50_buy {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3339px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_50_buy_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3378px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_50_products {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3394px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_50_products_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3433px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_50_trans {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3449px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_50_trans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3488px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_5_buy {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3504px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_5_buy_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3543px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_5_products {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3559px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_5_products_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3598px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_5_trans {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3614px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_5_trans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3653px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_good {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3669px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_good_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3708px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_linked {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3724px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_linked_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3763px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_upload_profile_image {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3779px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_upload_profile_image_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3818px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_webcam_image {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3834px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_webcam_image_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/781a2d28dda58209317a.png) 0 -3873px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}



body {
  background: #eeebf0;
  color: #333;
}
.adsense div {
  margin-left: auto;
  margin-right: auto;
}
#dynamic_logo {
  cursor: move;
  position: absolute;
  z-index: 10;
  margin-top: 12px;
  white-space: nowrap;
  right: 10px;
  display: inline-block;
}
/* Spider */
#spider_cnt {
  overflow: hidden;
  cursor: move;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
}
#spider_left,
#spider_right,
#spider_billboard {
  position: absolute;
  width: 600px;
  height: 300px;
}
#spider_left {
  top: 0;
  left: 0;
  background-image: url(https://s.plurk.com/timeline/7004389ca8f57978091b.png);
}
#spider_right {
  top: 0;
  right: 0;
  background-image: url(https://s.plurk.com/timeline/2883f5a32743419a0737.png);
}
#spider_billboard {
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto auto;
  background-image: url(https://s.plurk.com/timeline/d677656828f9e57b1cc3.png);
}
#spider_billboard span {
  position: absolute;
  top: 90px;
  right: 140px;
  color: white;
  width: 160px;
  display: block;
  font-size: 15px;
  text-align: center;
}
#email_reminder_container {
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
}
#email_reminder_contents {
  padding-right: 14px;
  color: #333;
}
#email_reminder_creature {
  float: left;
  width: 100px;
  height: 100px;
  background-image: url(https://s.plurk.com/17e1dddd24633b93f78a.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  margin-right: 0px;
}
#email_reminder {
  position: relative;
  max-width: 60%;
  display: inline-block;
  padding: 8px 8px 6px 6px;
  line-height: 1.3;
  text-align: left;
  background-color: rgba(255, 250, 231, 0.9);
}
#email_reminder_email {
  color: #FA752D;
  font-weight: bold;
  font-size: 133%;
}
#email_reminder_change {
  background-color: red;
  margin-left: 8px;
}
#email_reminder_change:hover {
  background-color: #d60000;
}
#email_reminder_skip {
  position: absolute;
  top: 4px;
  right: 6px;
  color: #999;
  font-size: 13px;
  cursor: pointer;
}
#email_reminder_skip:hover {
  color: #a8a8a8;
}
#email_reminder_buttons {
  margin: 8px 0 4px;
}
#email_reminder_tip {
  position: absolute;
  bottom: 8px;
  right: 6px;
  color: #999;
}
/* Updater */
#updater {
  position: absolute;
  bottom: 0;
  left: 100%;
  pointer-events: auto;
}
#updater,
#updater .item,
#updater .item a {
  white-space: nowrap;
  display: inline-block;
  height: 25px;
  line-height: 25px;
}
#updater .item a {
  background: #FFF;
  margin-left: 8px;
  cursor: pointer;
}
#updater .item a:hover {
  background: #FF574D;
  color: #fff;
}
#updater b {
  font-size: 11px;
}
.plurk.everplurk-intro {
  transition: all 600ms cubic-bezier(0.3, -0.2, 0.2, 1);
  transition-property: top, transform, transform-origin;
  z-index: 2147483647;
  pointer-events: none;
  top: 49.5%;
  transform-origin: center top;
  transform: translateX(-40%) rotate(62deg) translateY(-50%) scale(1.6);
}
.plurk.everplurk {
  transition: none;
  animation: everplurk 2.4s cubic-bezier(0.37, 0, 0.63, 1) alternate infinite;
}
.plurk.everplurk-intro .text_holder {
  min-height: 3em;
}
.plurk.everplurk-intro .plurk_cnt:after {
  transition: all 600ms ease-out;
  opacity: 0;
  display: block;
  content: '\00a0 ever\f062plurk';
  font-family: PlurkIconFont, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: #FF574D;
  font-size: 1.4em;
  line-height: 1.8;
  border-bottom-left-radius: 20px 40px;
  border-bottom-right-radius: 20px 40px;
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: 900;
  transform: rotate(0.1deg);
  letter-spacing: 0.25em;
}
.plurk.everplurk .plurk_cnt:after {
  opacity: 1;
}
@keyframes everplurk {
  0% {
    top: 49.5%;
  }
  33% {
    top: 50.5%;
  }
  67% {
    top: 49.5%;
  }
  100% {
    top: 50.5%;
    transform: translateX(-43%) rotate(57deg) translateY(-50%) scale(1.63);
  }
}
body.rotate {
  transition: all 600ms cubic-bezier(0.3, -0.2, 0.2, 1);
  transition-property: transform, transform-origin;
  transform: rotate(90deg);
}
.plurk.rotate {
  transition: all 800ms cubic-bezier(0.3, -0.2, 0.2, 1);
  transition-property: top, transform, transform-origin;
  z-index: 2147483647;
  pointer-events: none;
  transform-origin: center top;
  transform: rotate(-90deg);
}
.plurk.rotate:nth-child(odd) {
  top: 30.5%;
}
.plurk.rotate:nth-child(even) {
  top: 70.5%;
}
html.rotate {
  background-image: url(https://s.plurk.com/emoticons/silver/1e940333bb38fc3c8c3c.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
}
html.rotate::before {
  content: '悴んだ心 ふるえる眼差し 世界で';
  content: '僕は ひとりぼっちだった';
  content: '散ることしか知らない春は';
  content: '毎年 冷たくあしらう';
  content: "";
  color: rgba(0, 0, 0, 0);
}
.timeline-holder .plurk-gpt-ad {
  text-align: center;
}
.timeline-holder .plurk-gpt-ad--timeline-overlay-bottom-right {
  z-index: 1501;
  position: absolute;
  bottom: 20px;
  right: 73px;
  min-width: 300px;
  min-height: 0;
}
.timeline-holder .timeline-cnt[\:has\(.plurk_box\)] ~ .plurk-gpt-ad--timeline-overlay-bottom-right {
  z-index: 590;
}
.timeline-holder .timeline-cnt:has(.plurk_box) ~ .plurk-gpt-ad--timeline-overlay-bottom-right {
  z-index: 590;
}
#plurk-dashboard.plurkbuddy {
  padding: 15px;
}
#plurk-dashboard.plurkbuddy a {
  text-decoration: underline;
}
#plurk-dashboard.plurkbuddy #dashmessage {
  padding: 5px 0 0 15px;
  vertical-align: top;
}
#plurk-dashboard.plurkbuddy #dashmessage h1 {
  font-size: 17px;
  margin-bottom: 3px;
}
.dash-segment .segment-content {
  background: #FFF;
  margin-top: 10px;
  padding: 5px;
  border-radius: 10px;
}
#plurk-dashboard {
  color: #666;
  overflow: visible;
  line-height: 15px;
  height: 1%;
  /* user stats */
  /* friends and fans*/
}
#plurk-dashboard p {
  margin: 0;
}
#plurk-dashboard a {
  color: #E88D43;
}
#plurk-dashboard h2 {
  font-size: 14px;
  padding: 2px;
  display: block;
}
#plurk-dashboard .dash-segment {
  float: left;
  position: relative;
}
#plurk-dashboard .dash-group-left {
  float: left;
  width: 33%;
  position: relative;
  padding-right: 10px;
}
#plurk-dashboard .dash-segment-profile {
  width: 100%;
  /* user profile */
}
#plurk-dashboard .dash-segment-profile #dash-profile {
  height: 86px;
  position: relative;
  text-align: left;
}
#plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic {
  width: 86px;
  height: 86px;
  border-radius: 8px;
  position: absolute;
}
#plurk-dashboard .dash-segment-profile #dash-profile #full_name {
  padding-top: 1px;
  margin-left: 92px;
  font-size: 17px;
}
#plurk-dashboard .dash-segment-profile #dash-profile #full_name .display_name {
  display: block;
  margin-bottom: 1px;
  line-height: 1.1em;
}
#plurk-dashboard .dash-segment-profile #dash-profile #full_name .nick_name {
  display: block;
}
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info {
  position: absolute;
  margin-left: 92px;
  bottom: 0;
  opacity: 0.85;
}
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info #alias {
  outline: none;
  margin-right: 8px;
}
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info #alias:empty {
  margin-right: 0;
}
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info #alias:focus {
  margin-right: 8px;
}
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info .edit-alias,
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info .remove-alias {
  margin-right: 8px;
  transition: 0.1s;
  opacity: 0;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info .edit-alias:before,
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info .remove-alias:before {
  transform: translate3d(0, 0, 0);
}
#plurk-dashboard .dash-segment-profile #dash-profile .profile-icons {
  position: absolute;
  bottom: 0;
  right: 2px;
  white-space: nowrap;
  font-size: 0;
  height: 20px;
}
#plurk-dashboard .dash-segment-profile #dash-profile .profile-icons .verified-account,
#plurk-dashboard .dash-segment-profile #dash-profile .profile-icons .premium {
  display: inline-block;
  margin-left: 5px;
}
#plurk-dashboard .dash-segment-profile #dash-profile .profile-icons img {
  width: auto;
  height: 20px;
}
#plurk-dashboard .dash-segment-profile #dash-profile:hover .profile-info .edit-alias,
#plurk-dashboard .dash-segment-profile #dash-profile:hover .profile-info .remove-alias {
  opacity: 0.65;
}
#plurk-dashboard .dash-segment-profile #dash-profile:hover .profile-info .edit-alias:hover,
#plurk-dashboard .dash-segment-profile #dash-profile:hover .profile-info .remove-alias:hover {
  opacity: 0.85;
}
#plurk-dashboard .dash-segment-profile #dash-additional-info {
  padding: 5px;
}
#plurk-dashboard .dash-segment-profile #dash-additional-info #private_plurk {
  margin-bottom: 10px;
}
#plurk-dashboard .dash-segment-profile #dash-additional-info #about_me {
  padding-bottom: 10px;
  line-height: 1.4em;
}
#plurk-dashboard .dash-segment-profile #dash-additional-info .aboutme_disable_link a {
  display: none;
}
#plurk-dashboard .dash-segment-profile #dash-additional-info #location_container,
#plurk-dashboard .dash-segment-profile #dash-additional-info #relationship_container {
  margin-top: 10px;
}
#plurk-dashboard .dash-group-form,
#plurk-dashboard .dash-group-right {
  float: right;
  width: 67%;
  position: relative;
}
#plurk-dashboard .dash-segment-post,
#plurk-dashboard .dash-segment-stats {
  width: 100%;
}
#plurk-dashboard .dash-group-form .segment-content {
  min-height: 96px;
  overflow: visible;
}
#plurk-dashboard #dash-stats h3 {
  font-size: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  margin: 20px 0 10px 20px;
  clear: both;
  line-height: 30px;
  position: relative;
}
#plurk-dashboard #dash-stats .dash-stats-karma {
  float: left;
  width: 37%;
  min-width: 210px;
  text-align: center;
  margin: 15px 0;
}
#plurk-dashboard #dash-stats table {
  float: none;
  width: auto;
  height: 72px;
  overflow: hidden;
}
#plurk-dashboard #dash-stats table th {
  vertical-align: bottom;
  font-weight: normal;
  text-align: center;
  padding: 8px 3px 0 0;
  font-size: 12px;
  opacity: 0.7;
}
#plurk-dashboard #dash-stats table td {
  vertical-align: bottom;
  padding: 8px 5px 0 0;
  color: #333;
  font-size: 15px;
  width: 26%;
  white-space: nowrap;
}
#plurk-dashboard #dash-friends-pics,
#plurk-dashboard #dash-fans-pics {
  margin: 10px 0 0 0;
}
#plurk-dashboard .dash-segment-friends {
  width: 49.3%;
  margin-right: 1.4%;
}
#plurk-dashboard .dash-segment-friends #dash-friends #friend_managment {
  margin-top: 5px;
  text-align: center;
}
#plurk-dashboard .dash-segment-fans {
  width: 49.3%;
}
#plurk-dashboard .dash-segment-fans #dash-fans #fan_managment {
  margin-top: 5px;
  text-align: center;
}
#plurk-dashboard .dash-segment-award {
  clear: both;
}
#plurk-dashboard .dash-segment-award .segment-content {
  background: none;
  /* Award bar*/
}
#plurk-dashboard .dash-segment-award .segment-content .award_bar div {
  float: left;
  font-weight: bold;
  width: 39px;
  height: 39px;
  margin: 0 8px 6px 0;
  text-align: center;
  cursor: default;
}
#plurk-dashboard .dash-segment-award .segment-content .award_bar div a {
  display: block;
  height: 100%;
  width: 100%;
}
#plurk-dashboard .link_arrow {
  margin-left: 10px;
  font-size: 11px;
  display: block;
  margin-top: 10px;
  text-align: left;
}
#plurk-dashboard .link_arrow i {
  margin-right: 5px;
}
#plurk-dashboard.narrow .dash-group-left,
#plurk-dashboard.narrow .dash-group-form,
#plurk-dashboard.narrow .dash-group-right {
  width: 100%;
  float: none;
  padding: 0;
}
#plurk-dashboard:after,
.segment-content:after {
  content: '';
  clear: both;
  width: 0;
  height: 0;
  display: block;
  line-height: 0;
  font-size: 0;
}
#plurk-dashboard.own img.profile-pic {
  cursor: pointer;
}
.friend_holder {
  clear: both;
}
.friend_holder ul li {
  margin: 5px 2px;
  float: left;
}
.friend_holder .user_link {
  height: 35px;
  width: 35px;
}
.friend_holder img {
  width: 35px;
  height: 35px;
  border: 0;
}
.show_all_friends,
.show_mutual_friends {
  float: left;
  margin: 0 15px 5px 0;
}
#profile_pic {
  margin-bottom: 5px;
}
body.language-large-font .friend_man {
  font-size: 12px;
}
.friend_man.private_plurk {
  background-color: #207298;
}
.friend_man.send_gift {
  background-color: #E8AD40;
}
/*
 * Block user
 */
#block_user {
  float: right;
  margin-top: 4px;
}
.friend_man.block {
  background-color: #a71616;
}
#block_user a {
  padding: 3px;
}
.pop-celebrate-image {
  transition: opacity ease-out 200ms, -webkit-backdrop-filter ease-out 1000ms;
  transition: backdrop-filter ease-out 1000ms, opacity ease-out 200ms;
  transition: backdrop-filter ease-out 1000ms, opacity ease-out 200ms, -webkit-backdrop-filter ease-out 1000ms;
  -webkit-backdrop-filter: blur(0) saturate(1) brightness(2);
          backdrop-filter: blur(0) saturate(1) brightness(2);
  opacity: 0.01;
}
.pop-celebrate-image.remove-filter {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}
.pop-celebrate-image.entering {
  -webkit-backdrop-filter: blur(8px) saturate(0.75) brightness(1);
          backdrop-filter: blur(8px) saturate(0.75) brightness(1);
}
.pop-celebrate-image.entering,
.pop-celebrate-image.entering .celebrate-image img,
.pop-celebrate-image.entering .celebrate-text {
  opacity: 1;
}
.pop-celebrate-image .pop-window-view {
  background: none;
  text-align: center;
  width: 520px;
}
.pop-celebrate-image .celebrate-image img {
  height: 420px;
  opacity: 0.01;
  transition: opacity linear 1000ms;
  transition-delay: 1000ms;
}
.pop-celebrate-image .celebrate-text {
  font-family: Georgia;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: white;
  text-shadow: 0px 1px 2px rgba(217,132,71,0.6), 0px 2px 7px rgba(0,0,0,0.66667);
  margin-top: 25px;
  opacity: 0.01;
  transition: opacity linear 1000ms;
  transition-delay: 1250ms;
}
.pop-celebrate-image .toggle-filter {
  position: fixed;
  right: 0;
  bottom: 0;
  background: none;
  font-size: 24px;
  opacity: 0.05;
}
.pop-celebrate-image .toggle-filter:hover {
  opacity: 0.5;
}
/*
 * Karma
 */
.karma_hover {
  margin: 10px 0 10px 10px;
  position: relative;
  font-size: 28px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 30px;
  white-space: nowrap;
}
.karma_hover .karma_red {
  color: #c60900;
}
.karma_hover .karma_orange {
  color: #ffa200;
}
.karma_hover .karma_yellow {
  color: #ffe400;
}
.karma_hover .karma_blue {
  color: #0018ff;
}
.karma_hover .karma_green {
  color: #00ff24;
}
.karma_hover .karma_top {
  color: #fd9d0b;
  text-shadow: #ffde00 0px 0px 8px;
}
.karma_hover #karma_arrow {
  display: none;
  vertical-align: top;
  font-size: 12px;
  margin-top: -8px;
}
.karma_hover #karma_arrow.show {
  display: inline-block;
}
.karma_hover .pif-arrow-up {
  color: #79db22;
}
.karma_hover .pif-arrow-down {
  color: #f0572c;
}
.karma_tooltip {
  width: 300px;
  background: #F9F9FD;
  color: #999;
}
#karma-graph {
  background: #FFF;
  border-radius: 5px;
  position: relative;
  width: 280px;
  height: 128px;
  color: #222;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
}
#karma-graph * {
  position: absolute;
}
#karma-graph .graph {
  width: 230px;
  height: 95px;
  left: 40px;
  top: 10px;
  border: #444 solid;
  border-width: 0 0 1px 1px;
}
#karma-graph .graph .line {
  background: #50646f;
  width: 3px;
  margin-left: -1.5px;
  bottom: 0;
  transition: width 0.2s, margin-left 0.2s, background 0.6s;
}
#karma-graph .graph .line > span {
  position: absolute;
  top: -20px;
  left: -25px;
  width: 56px;
  height: 16px;
  text-align: center;
  border-radius: 10px;
  padding: 2px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  transform: scale(0.7);
}
#karma-graph .graph .line:hover {
  background: #FF574D;
  margin-left: -3px;
  width: 6px;
}
#karma-graph .graph .line:hover > span {
  display: block;
}
#karma-graph .graph .karma {
  left: -43px;
  text-align: right;
  width: 45px;
  height: 12px;
  transform: scale(0.7);
}
#karma-graph .graph .karma.max {
  top: -3px;
}
#karma-graph .graph .karma.min {
  bottom: -3px;
}
#karma-graph .graph .karma.avg {
  top: 50%;
  margin-top: -6px;
}
#karma-graph .graph .date {
  bottom: -14px;
  text-align: center;
  width: 30px;
  height: 12px;
  margin-left: -14px;
  transform: scale(0.7);
}

