body {
    margin: 0;
    padding: 0;
    font: 12px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Tahoma, Verdana, sans-serif;
    background-color: #FF574D;
    color: #FFF;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

.name {
    font-weight: bold;
}

.user_info {
    padding: 2px;
}

.profile_pic {
    position:absolute;
    left:2px;
    top:2px;
    width:45px;
    height:45px;
}
.profile_pic img {
    border-radius: 5px;
}

.info {
    margin-left:48px;
}

.other-info{
    margin-top:1px;
    width:125%;
}

.nick, .other-info {
    opacity:0.8;
    transform-origin: top left;
    transform: scale(0.8);
}

.timeline {
    width:auto;
    position: relative;
    text-align: left;
    clear:both;
    overflow-x: hidden;
    overflow-y: auto;
    background: #EEEBF0;
    color:#000;
    word-wrap:break-word;
    padding: 1px;
}

.timeline a {
    color:#000;
}

.timeline img {
    vertical-align: top;
}

.plurk {
    padding: 8px 4px;
    position:relative;
    border-bottom:rgba(0,0,0,0.1) 1px solid;
}

.qualifier {
    margin: 0 !important;
    color: white !important;
}

.meta {
    font-size: 0.9em;
    text-align: right;
    padding-top: 2px;
    opacity:0.9;
    transform-origin: bottom right;
    transform: scale(0.9);
}

.action {
    padding: 5px 2px 8px 2px;
    text-align: center;
    background-color: #EF144D !important;
}

.action a {
	text-decoration: underline;
	color: #fff;
	font-size: 10px;
}

.plurk-link {
    padding:1px 2px;
    text-align: right;
    font-weight: bold;
}
.plurk-link a {
    display: inline-block;
    transform-origin: center right;
    transform: scale(0.9);
}

.light-bg { color: #000; }
.light-bg a { color: #000; }
.light-bg .info .nick, .light-bg .other-info { opacity: 0.6; }

.darker-tl .timeline { color:#FFF; }
.darker-tl .timeline a { color:#FFF; }
.darker-tl .plurk { border-bottom: rgba(255,255,255,0.15) 1px solid; }

@media screen and (max-width: 170px) {
    .info .name {display: block;}
    .other-info {display: none;}
}

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

