.alert-message-container {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 15px;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 180px;
  color: #fff;
  background-color: #ff675d;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Tahoma, Verdana, sans-serif;
  font-size: 15px;
}
.alert-message-container.show {
  display: flex;
}
.alert-message-container .alert-message-img {
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

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

.plurkForm {
  padding: 3px 3px 0;
  position: relative;
}
.plurkForm:after,
.input_holder:after,
.share_list:after,
.icons_holder:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
/* submit button */
.submit_img {
  float: right;
  border: none;
  cursor: pointer;
  width: 80px;
  font-size: 25px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 5px;
  margin-left: 6px;
}
.submit_img_color {
  background: #FF574D;
}
.submit_holder {
  vertical-align: bottom !important;
}
.submit_img.pif-plurkapp:before {
  -webkit-animation: rotating 1s linear infinite;
          animation: rotating 1s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* input holder */
.input_holder {
  border: #eee 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #FFF;
  float: none;
  width: auto;
  overflow: hidden;
}
.qual_holder {
  position: relative !important;
  font-size: 24px;
  padding: 3px;
}
.textarea_holder {
  float: none;
  width: auto;
  overflow: hidden;
}
.textarea_holder textarea {
  background: #FFF;
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 0 0 0 2px !important;
  margin: 0 !important;
  resize: none;
  border-radius: 7px;
  font-size: 25px;
  line-height: 37px;
  height: 37px;
  display: block;
  clear: none;
  width: 100%;
  font-family: inherit;
}
.plurkForm.posting .textarea_holder textarea {
  opacity: 0.5;
}
/* icons_holder */
.icons_holder {
  margin: 4px 0 4px;
  overflow: hidden;
  float: left;
  font-size: 12px;
}
.icons_holder li {
  float: left;
  margin: 4px 6px 0 0;
  cursor: pointer;
  font-size: 26px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  position: relative;
}
.icons_holder .pif-emoticon {
  color: #fcd254;
}
.icons_holder .pif-emoticon:hover {
  color: #e7b237;
}
.icons_holder .pif-emoticon:after {
  content: '';
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #333;
  margin: -27px 0 0 4px;
}
.icons_holder .pif-media {
  color: #8bcfd6;
}
.icons_holder .pif-media:hover {
  color: #7ab1b7;
}
.icons_holder .pif-sync {
  color: #96cb84;
}
.icons_holder .pif-sync:hover {
  color: #81ac72;
}
.icons_holder .pif-anynomous {
  color: #A98AB8;
  padding-left: 2px;
}
.icons_holder .pif-anynomous:before {
  top: 2px;
}
.icons_holder .pif-anynomous:hover {
  color: #997AA8;
}
.icons_holder .pif-privacy {
  color: #f4cb35;
}
.icons_holder .pif-privacy:hover {
  color: #e7b237;
}
/* other info */
.plurk_to,
.plurkForm .whispers_hint,
.priv,
.plurk_schedule {
  float: right;
  font-size: 13px;
  line-height: 17px;
  opacity: 0.6;
  margin-top: 6px;
  text-align: right;
}
.plurkForm .whispers_hint i,
.priv i {
  margin-right: 3px;
}
.plurk_to span,
.plurk_schedule span {
  margin-left: 6px;
  padding: 1px 2px;
}
.plurk_to span:before,
.plurk_schedule span:before {
  margin-right: 3px;
}
.plurk_to span.pif-cancel,
.plurk_schedule span.pif-cancel {
  background: red;
  color: #FFF;
  border-radius: 3px;
  cursor: pointer;
}
.char_updater {
  clear: both;
  font-size: 12px;
  display: block;
  line-height: 18px;
  opacity: 0.75;
}
.char_highlight a {
  text-decoration: underline!important;
}
/* sync form */
.sync_checked_holder {
  font-size: 12px;
  width: 200px;
}
.sync_checked_ul {
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.sync_checked_ul li {
  margin: 2px 0 3px;
}
.sync_checked_ul li a {
  color: #444;
}
/* mini_form */
.plurkForm.mini-mode .input_holder,
.mini_form .input_holder {
  border-radius: 6px;
}
.plurkForm.mini-mode .qual_holder,
.mini_form .qual_holder {
  padding: 1px 1px 0;
  font-size: 12px;
}
.plurkForm.mini-mode .m_qualifier,
.mini_form .m_qualifier {
  padding: 3px 6px 2px;
}
.plurkForm.mini-mode .textarea_holder textarea,
.mini_form .textarea_holder textarea {
  font-size: 12px;
  line-height: 19px;
  height: 19px;
  border-radius: 4px;
}
.plurkForm.mini-mode .icons_holder,
.mini_form .icons_holder {
  margin: 1px 0 3px;
}
.plurkForm.mini-mode .icons_holder li,
.mini_form .icons_holder li {
  line-height: 24px;
  margin: 1px 1px 0 0;
  width: 26px;
  font-size: 16px;
}
.plurkForm.mini-mode .icons_holder .pif-emoticon:after,
.mini_form .icons_holder .pif-emoticon:after {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #333;
  margin: -19px 0 0 7px;
}
.plurkForm.mini-mode .char_updater,
.mini_form .char_updater {
  clear: none;
  float: right;
  margin: 4px 5px 0;
  color: #999;
}
.plurkForm.mini-mode .submit_img,
.mini_form .submit_img {
  display: none !important;
}
.mention-complete,
.mention-complete .pop-view-content,
.mention-complete .pop-view-content ul {
  border-radius: 0 !important;
}
.mention-complete .friends-select-list {
  max-height: 168px;
}
.mention-complete .friends-select-list li {
  border: 0;
  padding: 4px 6px;
  height: 28px;
}
.mention-complete .friends-select-list li * {
  display: inline-block;
  position: static;
  position: initial;
  float: none;
  margin: 0 6px 0 0;
  vertical-align: bottom;
  line-height: 20px;
  font-size: 12px;
}
.mention-complete .friends-select-list li .avatar {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
/* drop_indicator */
.drop_indicator {
  position: absolute;
  text-align: center;
  font: bold 16px Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #AD615D;
  pointer-events: none;
  display: none;
  z-index: 700;
  right: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: #FAF5F0;
  border: 2px dashed #AD615D;
  opacity: 0.8;
  border-radius: 8px;
}
.drop_indicator:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#emoticon-selector .pop-view-content {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
#emoticon-selector .header {
  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 {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  padding-left: 10px;
}
#emoticon-selector .header .desc .title {
  color: #444;
  font-size: 13px;
}
#emoticon-selector .header .desc .desc {
  font-size: 12px;
}
#emoticon-selector .header .manager-button {
  position: absolute;
  width: 30px;
  height: 26px;
  background: #49ACEA;
  color: #FFF;
  border-radius: 4px;
  right: 8px;
  top: 11px;
  cursor: pointer;
  line-height: 26px;
  text-align: center;
  font-size: 15px;
}
#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:before {
  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;
  cursor: auto;
  cursor: initial;
}
#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: block;
  margin: 0 4px;
  position: relative;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  list-style: none;
}
#emoticon-tabs li {
  display: inline-block;
  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;
}
.share_list {
  margin: 0 3px !important;
  border-top: rgba(0, 0, 0, 0.2) 1px solid;
  padding: 0 2px 4px;
}
.share_list ul {
  padding: 0 2px;
}
.share_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;
}
.share_list ul li .ico {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -2px;
  left: -2px;
}
.share_list ul li .hi-def {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -2px;
  left: 12px;
}
.share_list ul li:hover {
  border-color: #BBB;
}
.share_list ul .add_photo {
  font-size: 45px;
  font-family: Times New Roman;
  color: #AAA;
  line-height: 48px;
  text-align: center;
  vertical-align: top;
}
.share_list ul .add_photo:hover {
  border: #BBB 1px dashed;
  color: #999;
  background: #F9F9FF;
}
.share_list .meta {
  width: auto;
  min-width: 50px;
  max-width: 160px;
  font-size: 12px;
  line-height: 15px;
  padding: 2px 16px 2px 2px;
  text-align: left;
  overflow: hidden;
}
.share_list .meta .content {
  word-break: break-all;
  white-space: normal;
  padding: 0;
  font-size: 1em;
  line-height: 1.3em;
}
.share_list .meta .content .img {
  width: 44px;
  height: 44px;
  background-size: cover;
  float: left;
  margin-right: 3px;
}
.share_list .meta .pif-edit {
  color: #ff574d;
  position: absolute;
  right: 2px;
  bottom: 2px;
  padding: 1px 2px;
  border-radius: 3px;
}
.share_list .meta .pif-edit:hover {
  background: #ff574d;
  color: #fff;
}
.share_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;
}
.share_list .uploading .progress div {
  position: absolute;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #F73;
}
.share_list .uploading .error {
  color: #F73;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.share_list .uploading .error:hover {
  color: #4A0;
}
.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 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 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 tr.limit-except:hover {
  background: none;
}
.more-options .option-limit .options tr.limit-except td {
  cursor: default;
}
.more-options .option-limit .options .comp-input-td {
  padding: 4px 4px 4px 0;
}
.more-options .option-limit .options .comp-input-td .comp-input {
  cursor: pointer;
}
.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 .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 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 4px 4px 0px;
  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);
}
#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 .manager {
  display: none;
}
.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;
}
.timeline-cnt .plurk .text_holder {
  width: 180px;
  white-space: normal;
  min-height: 1.3em;
  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 {
  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 .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: 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;
}
/*---- 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;
}
/* 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;
}
.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);
}
.emo-adder {
  white-space: nowrap;
}
.emo-adder-loading {
  padding: 6px;
}
.emo-adder-loading img {
  width: 16px;
  height: 10px;
}
.emo-adder-panel .emo-groups {
  margin-top: 3px;
  white-space: normal;
  max-width: 300px;
}
.emo-adder-panel .emo-groups li {
  border-radius: 4px;
  margin: 3px 2px 0px 0;
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  text-align: center;
}
.emo-adder-panel .emo-groups li img {
  max-width: 20px;
  max-height: 20px;
  vertical-align: middle;
}
.emo-adder-panel .emo-groups 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 li.selected {
  background: #DDD;
}
.emo-adder-panel .buttons {
  position: relative;
  margin: 5px 0 5px;
  height: 21px;
}
.emo-adder-panel .buttons .add-button {
  color: #FFF;
  background: #4BABDF;
  float: right;
}
.emo-adder-panel .buttons .more-setting {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 0;
}
.emo-adder-panel .buttons .keyword-input {
  width: 120px;
  margin: 0 6px 0 0;
  height: 21px;
}
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_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 .share_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;
}
#form_holder {
  box-shadow: 1px 1px 3px -3px #000;
  background: #FFF;
}
.plurk_box {
  z-index: 1450;
  position: absolute;
}
.plurk_box .highlight_light {
  color: #666 !important;
}
.plurk_box table {
  width: 100%;
}
.plurk_box .mini_form {
  padding: 4px 3px 2px;
  border-top: #eee 1px solid;
  background-color: #fff;
  font-weight: normal;
}
.response_box {
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  background: #FFF;
  border-top: #eee 1px solid;
  min-height: 260px;
}
.response_box .plurk_editor .share_list li {
  height: 30px;
  width: 30px;
}
.response_box .plurk_editor .share_list li.add_photo {
  font-size: 25px;
  line-height: 28px;
}
.response_box .plurk_editor .share_list li.meta {
  padding: 0.5px 16px 0.5px 1px;
  width: auto;
  min-width: 30px;
  max-width: 160px;
}
.response_box .plurk_editor .share_list li.meta .content {
  font-size: 0.9em;
  line-height: 1.3em;
}
.response_box .plurk_editor .share_list li.meta .content .img {
  width: 26px;
  height: 26px;
}
.response_box .loading {
  width: 100% !important;
  text-align: center !important;
  color: #555;
  z-index: 2000;
}
/*
 * List
 */
.plurk_box .list {
  height: auto !important;
  position: relative;
  clear: both;
  padding: 5px 5px;
}
.language-large-font .list {
  font-size: 0.93em;
}
.list {
  padding-top: 10px;
}
.list .empty {
  text-align: center;
  padding: 20px 0 0 0;
  color: #555;
}
.list .plurk {
  position: relative;
  margin: 3px 0;
}
.list .td_qual {
  width: 0%;
}
.list .td_cnt {
  width: 100%;
}
.list .text_holder {
  white-space: normal !important;
  word-break: break-word !important;
  width: 100% !important;
  margin-right: 5px;
}
.list .plurk_cnt {
  padding-bottom: 0px;
  box-shadow: none;
  border: none;
  transition: background-color 0s;
}
.plurk_box .login_to_see {
  background-color: white;
  padding: 12px;
  text-align: center;
  color: black;
}
.plurk_box .login_to_see a,
.red_link {
  background-color: #EF144D !important;
  color: white !important;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 3px;
}
.editing .text_holder {
  display: none;
}
.load-holder {
  margin: 6px 10px;
  height: 32px;
}
.load-holder .button {
  display: block;
  text-align: center;
  background: #eeebf0;
  color: #888895;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  border-radius: 6px;
}
.load-holder .button:hover {
  background: #AFB8CC;
  color: #FFF;
}
.load-older-holder {
  display: flex;
  justify-content: space-between;
}
.load-older-holder .button {
  flex: 1 1 50%;
  margin: 0 6px;
}
/*
 * Limited to display
 */
#form_holder.anonymous .favorite_count,
#form_holder.anonymous .replurk_count {
  display: none;
}
.favorite_count,
.replurk_count,
.bookmark_info,
.private_info {
  margin: 9px 0 4px 10px;
  color: #FFF;
  float: left;
}
.favorite_count {
  background: #54a4be;
}
.favorite_count:hover {
  background: #4494ae;
}
.replurk_count {
  background: #56b892;
}
.replurk_count:hover {
  background: #46a882;
}
.bookmark_info {
  background: #5abac5;
}
.bookmark_info:hover {
  background: #4a9aa5;
}
.private_info {
  background: #F4CA35;
}
.private_info:hover {
  background: #E4BA25;
}
.private_info:before {
  margin: 0 5px 0 1px;
}
.response-status {
  clear: both;
  margin-top: 5px;
  padding: 4px 0;
  font-size: 12px;
}
.response-status .response-count {
  color: #AFB8CC;
  background-color: transparent;
  font-weight: normal;
  padding: 5px 0 0 10px;
  height: 24px;
  line-height: 24px;
}
.response-status .response-count:before {
  margin-right: 3px;
}
.response-status .response-only-owner {
  background: #f5f5f9;
  color: #afb8cc;
  font-weight: normal;
  margin-left: 10px;
  vertical-align: top;
  transform: scale(0.9);
  opacity: 0;
}
.response-status .response-only-owner:hover {
  background: #AFB8CC;
  color: #FFF;
}
.response-status .response-only-owner.only_owner {
  opacity: 1;
}
.response-status:hover .response-only-owner {
  opacity: 1;
}
.highlight_owner .name {
  text-decoration: underline;
}
.response-manager {
  position: absolute;
  z-index: 90;
  top: -22px;
  right: 0px;
  font-size: 12px;
  white-space: nowrap;
  transform: scale(0.9);
  transform-origin: right;
  color: #9FA8BC;
  background: #FFF;
  border: #EEE 1px solid;
}
.response-manager > * {
  padding: 2px 6px;
  display: inline-block;
}
.response-manager .time a {
  color: #AFB8CC;
}
.response-manager .time a:hover {
  color: #8F98AC;
}
.response-manager .edit,
.response-manager .mention,
.response-manager .option {
  cursor: pointer;
  color: #9FA8BC;
}
.response-manager .edit:hover,
.response-manager .mention:hover,
.response-manager .option:hover,
.response-manager .edit.popview-targeting,
.response-manager .mention.popview-targeting,
.response-manager .option.popview-targeting {
  background: #AFB8CC;
  color: #FFF;
}
.response-manager .edit:before,
.response-manager .mention:before,
.response-manager .option:before {
  margin-right: 1px;
}
.response-manager .option:before {
  margin-right: 1px;
}
.response-manager .coin {
  position: absolute;
  top: 2px;
  background: #E8AF37;
  color: #FFF;
  padding: 0 4px;
  border-radius: 99px;
  letter-spacing: 1px;
  right: calc(100% + 6px);
}
.response-manager .coin:before {
  margin-right: 1px;
}
.response.show-response-manager .plurk_cnt {
  background: #f7f7fa;
}
.edit.disabled {
  cursor: default;
  background: #FFF !important;
  color: #ccc !important;
}
.new_response_hint {
  position: absolute;
  z-index: 2000;
  margin-top: -25px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  opacity: 0;
  display: none;
  cursor: pointer;
}
.new_response_hint:hover {
  background: rgba(0, 0, 0, 0.5);
}
.pop-window .user_list {
  padding: 4px;
}
.pop-window .user_list .title {
  font-size: 13px;
  line-height: 24px;
  color: #999;
  margin-left: 6px;
}
.pop-window .user_list ul:not(:last-child) {
  margin: 2px 0 8px;
  padding-bottom: 8px;
}
.pop-window .user_list a {
  display: block;
  color: #000;
  font-size: 15px;
  position: relative;
  min-width: 300px;
  height: 61px;
  border-radius: 5px;
  white-space: nowrap;
  padding: 8px;
  margin: 2px 0;
}
.pop-window .user_list a img {
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 22.5px;
}
.pop-window .user_list a div {
  padding: 3px 0 0 54px;
  line-height: 16px;
}
.pop-window .user_list a:hover {
  background: #F5F5F9;
}
/* --- Div template --- */
.divresponse {
  position: relative;
  padding: 8px 10px 10px;
  margin: 0 !important;
}
.divresponse .avatar {
  float: left;
  height: 20px;
  width: 20px;
  margin: 0 6px 6px 0;
}
.divresponse .avatar img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.divresponse .user {
  font-size: 1em;
  line-height: 20px;
}
.divresponse .user .qualifier {
  padding: 1px 3px;
}
.divresponse > .content {
  line-height: 1.25em;
  overflow: hidden;
  margin-top: 2px;
  position: relative;
  text-overflow: ellipsis;
}
.divresponse:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.divresponse .response-manager {
  top: 2px !important;
  right: 4px !important;
  bottom: auto !important;
  border: 0;
  background: none;
}
.divresponse .response-manager > * {
  border-radius: 4px;
}
.divresponse.show-response-manager {
  background: #f7f7fa;
}

.pop-menu {
  font-size: 12px;
  color: #999;
  line-height: 25px;
  text-align: left;
  white-space: nowrap;
}
.pop-menu li.sep {
  height: 1px;
  background: #E5E5E5;
  line-height: 1px;
  margin: 8px 0;
  top: 2px;
}
.pop-menu li a {
  color: #000;
  padding: 8px 20px 8px 10px;
  display: block;
  cursor: pointer;
}
.pop-menu li a.no-hover {
  cursor: default;
}
.pop-menu li a:not(.no-hover):hover {
  border-radius: 5px;
  background: #f0f0f5;
}
.pop-menu li a:before {
  float: left;
  margin: 0px 8px 0 -2px;
  opacity: 0.7;
  width: 20px;
  text-align: center;
  font-size: 14px;
}
.pop-menu li a.disabled {
  cursor: default !important;
  background: #FFF !important;
  color: #ccc !important;
}
.pop-menu.pop-scroll-content .pop-view-content {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.colorbox .pop-window-view {
  border-radius: 0;
}
.colorbox .pop-window-view .pop-window-content {
  padding: 0;
  overflow: hidden !important;
}
.cbox_left {
  position: relative;
  float: left;
  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 {
  float: left;
  height: 100%;
  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 .cbox_response {
  overflow: hidden;
}
.cbox_right .cbox_response .response_box {
  min-height: 0;
  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;
}

#emo-packs-viewer-container {
  visibility: hidden;
}
#emo-packs-viewer-container #emo-packs-viewer-not-supported-browser-tip {
  display: block;
  visibility: visible;
  text-align: center;
  margin-top: 60px;
}
@supports (display: grid) {
  #emo-packs-viewer-container {
    visibility: visible;
  }
  #emo-packs-viewer-container #emo-packs-viewer-not-supported-browser-tip {
    visibility: hidden;
    display: none;
  }
}
#emo-packs-viewer-not-found {
  text-align: center;
  margin: 60px auto;
}
#emo-packs-viewer-not-found.hidden {
  display: none;
}
#emo-packs-viewer-loading-indicator {
  text-align: center;
  margin: 60px auto;
}
#emo-packs-viewer-loading-indicator.hidden {
  display: none;
}

#emo-pack-viewer-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  padding: 8px 20px 35px;
  background-color: #EEEBF0;
}
#emo-pack-viewer-header *,
#emo-pack-viewer-header *::before,
#emo-pack-viewer-header *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-header {
    padding-top: 5px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
#emo-pack-viewer-header-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left {
  display: grid;
  grid-template-areas: 'i t' 'i s';
  grid-template-columns: 56px auto;
  grid-column-gap: 14px;
  padding-right: 10px;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-thumbnail {
  grid-area: i;
  width: 56px;
  height: 56px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center center;
     object-position: center center;
  border: 4px solid #f5f5f5;
  border-radius: 5px;
  background-color: #ffffff;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-title,
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-subtitle {
  line-height: 20px;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-title {
  grid-area: t;
  margin-top: 8px;
  word-break: normal;
  font-size: 17px;
  color: #222;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-subtitle {
  grid-area: s;
  font-size: 13px;
  color: #999;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-subtitle a {
  color: #FF574D;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-subtitle a:hover,
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-subtitle a:focus,
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-left #emo-pack-viewer-header-subtitle a:active {
  color: #FF574D;
  text-decoration: underline;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-right {
  align-self: start;
  margin-right: 24px;
  display: grid;
  grid-template-columns: 65px -webkit-min-content;
  grid-template-columns: 65px min-content;
  grid-column-gap: 7px;
  align-items: center;
  font-size: 12px;
  grid-row-gap: 3px;
  line-height: 12px;
  color: #bbb;
}
#standalone-view-emo-pack-content-holder #emo-pack-viewer-header-header #emo-pack-viewer-header-header-right {
  margin-right: 0;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-right #emo-pack-viewer-header-last-edited {
  white-space: nowrap;
  cursor: default;
}
#emo-pack-viewer-header-header #emo-pack-viewer-header-header-right .emo-pack-viewer-header-label {
  text-align: right;
}
@media screen and (max-width: 390px) {
  #emo-pack-viewer-header-header #emo-pack-viewer-header-header-right {
    display: none;
  }
}
#emo-pack-viewer-header-description {
  font-size: 13px;
  line-height: 18px;
  color: #222;
  margin: 12px 0;
  word-break: normal;
}
#emo-pack-viewer-header-manager {
  float: right;
}
#emo-pack-viewer-header-manager button:not(:last-child) {
  margin-right: 6px;
}
#emo-pack-viewer-header-manager button.icon-button {
  padding: 4px 8px;
}
#emo-pack-viewer-header-manager #emo-pack-viewer-header-gift.disabled-gift-button {
  pointer-events: none;
}
#emo-pack-viewer-header-manager #emo-pack-viewer-header-gift span {
  margin-left: 3px;
  position: relative;
  top: -1px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans Regular", Tahoma, Verdana, sans-serif;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-header:not(.emo-pack-viewer-header-is-iframe-embed) #emo-pack-viewer-header-share {
    display: none;
  }
  #emo-pack-viewer-header #emo-pack-viewer-header-gift {
    pointer-events: none;
  }
}

#emo-pack-viewer-emoticons-container {
  background-color: #EEEBF0;
  width: 100%;
  padding: 0 20px;
}
#emo-pack-viewer-emoticons-container *,
#emo-pack-viewer-emoticons-container *::before,
#emo-pack-viewer-emoticons-container *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-emoticons-container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
#emo-pack-viewer-emoticons-inner-container-bg {
  max-height: 355px;
  overflow-y: auto;
  padding: 18px;
  background-color: white;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-emoticons-inner-container-bg {
    max-height: none;
    padding: 9px;
  }
}
#emo-pack-viewer-emoticons-inner-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 48px);
  justify-content: space-between;
  grid-gap: 13px;
  gap: 13px;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-emoticons-inner-container {
    grid-gap: 8px;
    gap: 8px;
  }
}
#emo-pack-viewer-emoticons-inner-container .emo-pack-viewer-emoticon {
  width: 48px;
  height: 48px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center center;
     object-position: center center;
}
#emo-pack-viewer-emoticons-inner-container .emo-pack-viewer-emoticon.emo-pack-viewer-emoticon-already-had {
  opacity: 0.3;
}

#emo-pack-viewer-installer-container {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  padding: 20px;
  background-color: #EEEBF0;
}
#emo-pack-viewer-installer-container *,
#emo-pack-viewer-installer-container *::before,
#emo-pack-viewer-installer-container *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-installer-container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
#emo-pack-viewer-installer-container input[type="checkbox"] {
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  #emo-pack-viewer-installer-container button {
    width: 100%;
  }
  #emo-pack-viewer-installer-container #emo-pack-viewer-increase-quota-button {
    display: none;
  }
  #emo-pack-viewer-installer-container #emo-pack-viewer-increase-quota-button--mobile {
    display: block !important;
  }
}
#emo-pack-viewer-installer-container #emo-pack-viewer-installer-move-group-label,
#emo-pack-viewer-installer-container #emo-pack-viewer-not-installable {
  margin-bottom: 12px;
}
#emo-pack-viewer-installer-container #emo-pack-viewer-installer-move-group-label {
  text-align: left;
  display: inline-block;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
#emo-pack-viewer-installer-container #emo-pack-viewer-not-installable {
  display: block;
}
#emo-pack-viewer-installer-container #emo-pack-viewer-install-button {
  min-width: 120px;
}
#emo-pack-viewer-installer-container #emo-pack-viewer-install-button i {
  margin-right: 7px;
}
#emo-pack-viewer-installer-container #emo-pack-viewer-install-button:disabled:not(.emo-pack-viewer-install-button-done) {
  background-color: #FF574D !important;
}
#emo-pack-viewer-installer-container #emo-pack-viewer-increase-quota-button--mobile {
  display: none;
}
#emo-pack-viewer-installer-container .emo-pack-viewer-install-button-done {
  background-color: #7AA716 !important;
}
#emo-pack-viewer-installer-container .emo-pack-viewer-install-button-done:hover {
  background-color: #7AA716 !important;
}

.emo-pack-pop-window .pop-window-close {
  z-index: 1;
  color: white;
}
.emo-pack-pop-window .pop-window-content {
  padding: 0;
}

.pop-window .bookmark-editor {
  padding: 4px;
  position: relative;
}
.pop-window .bookmark-editor .title {
  font-size: 13px;
  line-height: 24px;
  color: #999;
  margin-left: 6px;
}
.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 .go-bookmarks {
  margin: 10px auto 0 auto;
  text-align: center;
}
.pop-window .bookmark-editor .go-bookmarks .button {
  background-color: #5abac5;
}
.pop-window .bookmark-editor .go-bookmarks .button:hover {
  background-color: #4a9aa5;
}
.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.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;
}

.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/de90758646415a0a1df3.png) 0 -0px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -39px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_100000_comments {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.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/de90758646415a0a1df3.png) 0 -117px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_100000_views {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.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/de90758646415a0a1df3.png) 0 -172px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10000_invites {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -188px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10000_invites_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -227px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10000_plurks {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -243px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10000_plurks_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -282px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10000_views {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -298px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10000_views_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -337px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_1000_days {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -353px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_1000_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -392px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_1000_invites {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -408px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_1000_invites_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -447px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_1000_plurks {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -463px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_1000_plurks_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -502px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_1000_views {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -518px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_1000_views_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -557px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_100_days {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -573px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_100_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -612px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_100_invites {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -628px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_100_invites_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -667px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_100_plurks {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -683px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_100_plurks_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -722px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_100_views {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -738px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_100_views_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -777px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10_days {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -793px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -832px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10_invites {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -848px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10_invites_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -887px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -903px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_10_plurks {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -919px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_10_plurks_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -958px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_11 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -974px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_11_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1013px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_12 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1029px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_12_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1068px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_13 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1084px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_13_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1123px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_14 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1139px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_14_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1178px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_15 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1194px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_1500_days {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1233px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_1500_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1272px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_15_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1288px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_1_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1304px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_2 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1320px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_2000_days {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1359px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_2000_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1398px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_25000_plurks {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1414px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_25000_plurks_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1453px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_25_invites {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1469px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_25_invites_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1508px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_2_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1524px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_3000_days {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1540px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_3000_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1579px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_4 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1595px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_4_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1634px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_5 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1650px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_50000_comments {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1689px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_50000_comments_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1728px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_50000_fans {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1744px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_50000_fans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1783px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_5000_comments {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1799px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_5000_comments_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1838px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_5000_fans {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1854px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_5000_fans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1893px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_500_comments {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1909px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_500_comments_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1948px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_500_days {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -1964px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_500_days_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2003px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_500_fans {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2019px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_500_fans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2058px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_50_comments {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2074px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_50_comments_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2113px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_50_fans {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2129px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_50_fans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2168px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_50_invites {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2184px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_50_invites_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2223px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_5_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2239px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_6 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2255px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_6_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2294px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_7 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2310px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_7_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2349px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_8 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2365px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_8_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2404px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_9 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2420px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_9_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2459px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_coin {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2475px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_coin_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2514px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_event_1 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2530px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_event_10 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2569px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_event_10_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2608px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_event_1_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2624px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_event_3 {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2640px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_event_3_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2679px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_moderator {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2695px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_moderator_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2734px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_100_buy {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2750px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_100_buy_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2789px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_100_products {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2805px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_100_products_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2844px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_100_trans {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2860px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_100_trans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2899px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_50_buy {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2915px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_50_buy_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2954px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_50_products {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -2970px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_50_products_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3009px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_50_trans {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3025px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_50_trans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3064px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_5_buy {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3080px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_5_buy_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3119px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_5_products {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3135px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_5_products_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3174px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_5_trans {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3190px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_5_trans_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3229px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_good {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3245px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_good_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3284px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_store_linked {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3300px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_store_linked_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3339px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_upload_profile_image {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3355px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_upload_profile_image_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3394px no-repeat ;
    width: 16px;
    font-size: 1px;
    height: 16px;
}
.cmp_webcam_image {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3410px no-repeat ;
    width: 39px;
    font-size: 1px;
    height: 39px;
}
.cmp_webcam_image_mini {
    background: transparent url(https://s.plurk.com/badges_sprite/de90758646415a0a1df3.png) 0 -3449px 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;
  -webkit-animation: everplurk 2.4s cubic-bezier(0.37, 0, 0.63, 1) alternate infinite;
          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;
}
@-webkit-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);
  }
}
@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);
  }
}
#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 .pop-window-view {
  background: none;
  text-align: center;
  width: 520px;
}
.pop-celebrate-image .celebrate-image img {
  height: 420px;
}
.pop-celebrate-image .celebrate-text {
  font-family: Georgia;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 5px black, -2px -2px 5px black;
  margin-top: 25px;
}
/*
 * 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);
}

