/* list detail */
.detail_header {background:#34393d url(/images/bg_list-header.png) repeat-x bottom left;border-top:#313639 1px solid;border-bottom:#63676e 1px solid;display:none;padding:8px 10px 10px 10px;}

.list #list_detail,
.inline-search #search_detail {display:block;}
  .list-info {background:url(/images/bg_list-detail.png) no-repeat;float:right;height:41px;margin:-2px 0 0 0;}
    .list-info>div {background:url(/images/bg_list-detail-right.png) no-repeat top right;height:36px;padding:5px 10px 0 10px;}
    .list-info p {margin-left:35px;font-size:12px;color:#8f959d;text-shadow:#202325 0 1px 0;}
      .list-info p a {color:#8f959d;}
      .list-info p a.delete,      
      .list-info p a.edit {color:#CCC;}
    .list-info a:hover {color:#FFF !important;}
    .detail_header .avatar {background-color:#51545a;border:#51545a 1px solid;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;display:block;float:left;height:25px;margin-top:1px;text-indent:-5000px;width:25px;}
      .detail_header .avatar img {display:none;}
    .detail_header.loading * {opacity:.8;}
    .detail_header.loading .avatar {background:#222 url(/mobile/themes/cotweet/img/loading_small-dark.gif) no-repeat center center !important;}
    .detail_header.loading #search_detail_delete {font-style:italic;}
  .detail_header h2 {color:#d4d9e2;font-size:18px;font-weight:normal;margin:0;padding:0 0 1px 0;text-shadow:#202325 0 1px 2px;}
    .detail_header h2 a {color:#d4d9e2;}
    .detail_header h2 a:hover {color:#fff;}
  .detail_header>p {color:#a0abb3;font-size:12px;line-height:16px;margin:0;width:50%;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;overflow:hidden;text-shadow:#202224 0 1px 0;}
    .detail_header>p a {color:#8a909a;}
    .detail_header>p a:hover {color:#FFF;}
    
  .detail_header p#search_detail-query {background:url(/images/icon_search-query.png) no-repeat center left;padding-left:18px;white-space:nowrap;}
    .detail_header p#search_detail-query strong {color:#79848c;font-weight:normal;}
  .detail_header.scratch p#search_detail-query {font-size:14px;}
   
  #follow_list_link,
  #save_search_link {float:right;position:relative;background:url(/images/sprite_follow-list.png) no-repeat;cursor:pointer;display:block;height:28px;margin-top:5px;text-indent:-5000px;width:122px;}
    #follow_list_link:active,
    #save_search_link:active {background-position:bottom left;}
  #save_search_link {background:url(/images/sprite_save-search.png) no-repeat;margin-top:-5px;width:66px;}
    
/*-- MESSAGES --*/
#timeline_load_more {background:#FFF;border-top:#CCC 1px solid;cursor:pointer;display:block;font-size:13px;padding:10px;text-align:center;}
#timeline_load_more:hover {color:#0072bc;}
.scrollable.loading #timeline_load_more {display:none;}
#stage div.flash {border: 1px solid #7add83; background-color:#d4f4d7; padding: 20px; margin: 10px; font-size: 14px}

.results li.loading,
.status li.loading {background:url(/images/loading-indicator.gif) no-repeat 50% 45px !important;opacity:1 !important;min-height:100px;}

.results .responses li.loading {background:url(/images/loading-responses.gif) no-repeat center center !important;opacity:1 !important;min-height:22px;}
.results .result.active .responses li.loading {background:url(/images/loading-responses-active.gif) no-repeat center center !important;}
.results {padding:.5em 0;}
  /* empty */
  .results.empty {background: url(/images/bg_no-messages.jpg) no-repeat center center !important;min-height:280px;}
  .messages .results.empty {background: url(/images/bg_no-messages.jpg) no-repeat center center !important;min-height:280px;}
  .scheduled .results.empty {background: url(/images/bg_no-scheduled.jpg) no-repeat center center !important;min-height:280px;}
  .tasks .results.empty {background: url(/images/bg_no-tasks.jpg) no-repeat center center !important;min-height:280px;}

  .loading .results.empty {background:none !important;}
  
  .results .separator {border-top:#d8e1e7 2px solid;background:#FFF;height:1px;margin:10px;overflow:hidden;}
/*-- RESULT --*/

.result {background:none;border:#f1f6f9 1px solid !important;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;margin:2px 5px;padding:3px 4px;position:relative;z-index:6;}
.result.last {border-bottom:#CCC 3px solid;}

#sidebar_container .result {border-color:#FFF !important;}
.result:hover {z-index:4000;}
.result.active,
.result.highlight {background:#b7e0ff !important;border:#b7e0ff 1px solid !important;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;margin:2px 5px;padding:3px 4px;}

.result.active .result {border-color:#b7e0ff !important;}

.result.positive,
.result.negative {background:#def9cf;border:#def9cf 1px solid;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;margin:2px 5px;padding:3px 4px;}

.result.negative {background:#ffe1e1;border:#ffe1e1 1px solid;}

.result.highlight {background:#d3ecff !important;border-color:#d6edff !important;}

/*- result container */
  .result .result_container {position:relative;z-index:8;}
  /* sentiment */
    .result_container .sentiment {display:none;position:absolute;margin-top:-17px;right:15px;top:50%;}
    .result:hover .result_container .sentiment,
    .result.positive .result_container .sentiment,
    .result.negative .result_container .sentiment {display:block;}  
      .result_container .sentiment a {background:url(/images/sprite_sentiment.gif) no-repeat;display:block;height:17px;text-indent:-5000px;width:17px;}
      .result_container .sentiment a:hover,
      .result.positive .result_container .sentiment a.positive {background-position:top right;}
      .result_container .sentiment a.negative {background-position:bottom left;}
      .result_container .sentiment a.negative:hover,
      .result.negative .result_container .sentiment a.negative {background-position:bottom right;}
  /* avatar */
    .result .user {background-color:none;position:relative;}
    .result .inbound>.user, 
    .result .result_container.inbound>.user,
    .result .responses .result .inbound>.user {float:left;}
    .result.inbound.is_channel .result_container>.user,
    .result.inbound.is_channel .result_container.inbound>.user,
    .result .outbound>.user, 
    .result .result_container.outbound>.user,
    .result .responses .result .outbound>.user {float:right;}
  
  .result .recipient {}
  .result.reply .recipient,
  .result.dm .recipient {display:block;}
  .result.inbound.is_channel.twitterer .recipient,
  .result.outbound.twitterer .recipient {display:block !important;}
  .result.inbound.is_channel .recipient,
  .result.outbound .recipient,
  .inline-search .result .recipient,
  .list .result .recipient,
  .inline-search .result.inbound.is_channel .recipient {display:none !important;}
  
  /* message */
    .result .result_container dl {background:#FFF url(/images/bg_result-update.png) repeat-x bottom left;border:#979fa3 1px solid;box-shadow:0 1px 1px #d6dbdd;-webkit-box-shadow:0 1px 1px #d6dbdd;margin:0 40px;padding:0 !important;position:relative;z-index:1000;}
    .result .result_container.inbound>dl {border-top-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topleft:0;}
    .result .result_container.outbound>dl,
    .result.is_channel .result_container.inbound>dl {border-top-right-radius:0;-webkit-border-top-right-radius:0;-moz-border-radius-topright:0;}
    .result.is_channel .result_container.inbound>dl {border-top-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topleft:5px;}
    .result.full dl,
    .result.note dl {margin:0;}
    #user_conversations .result.note dl {margin:0 40px;}
    .result.full dl dt {margin:0 3px;}
    .result.note.full dl dt {margin:0;}
    .result.full .inbound dl {margin:0 0 0 40px !important;}
      .result.read .result_container dl .author a {opacity:.85;}
        
    .result.dm .result_container>dl,
    .result.reply .result.dm .result_container>dl,
    .result.dm .result.dm .result_container>dl {border-color:#d18b8b;background:#fef6f6 url(/images/bg_result-message.png) repeat-x bottom left;}
    
    .result.reply .result_container>dl,
    .result.dm .result.reply .result_container>dl,
    .result.reply .result.reply .result_container>dl {border-color:#0056c1;background:#f1faff url(/images/bg_result-reply.png) repeat-x bottom left;}
    
    .result.retweet .result_container>dl,
    .result.has_retweeter .result_container>dl {border-color:#69a570;}
    
    
    .result.note .result_container>dl {background:#fef9d2 url(/images/bg_result-note.png) repeat-x bottom left !important;border-color:#fac31e !important;}
    
    /* title */
    .result .result_container dt {border-top:#FFF 1px solid;color:#757b82;font-size:12px;line-height:20px;margin-right:3px;padding-left:10px;}
    .result.note .result_container dt {border-width:0;line-height:19px;padding-bottom:3px;}
    .result .result_container.outbound dt,
    .result.is_channel .result_container.inbound dt {margin-left:3px;padding-left:7px;}
      .result .result_container dt a {color:#383c41;font-size:12px;line-height:20px;white-space:nowrap;}
      .result .result_container dt .author {text-shadow:#FFF 0 1px 0;}
        .result .result_container dt .author img {border-width:0;display:none;margin:0 3px;vertical-align:middle;line-height:16px;}
        .result:hover .result_container dt .author img {display:inline;}
      
        .webkit .result .result_container dt .author img {display:inline-block;opacity:0;-webkit-transition: opacity .15s linear;}
        .webkit .result:hover .result_container dt .author img {opacity:1;}
        
      .result .result_container dt .icons {background:#fff;border:#d8dee6 1px solid;border-width:0 0 1px 1px;float:right;margin:-1px -3px 0 0;padding:2px 0 1px 2px;}
      .result .result_container.outbound dt .icons,
      .result.note .result_container dt .icons {border-width:0;background:none;display:block;}
        .result.note .result_container dt .icons .icon_cancel {display:block !important;padding:2px 2px 0 0;}
        .result.dm .result_container dt .icons .icon_reply {display:none;}
        .result.reply .result_container dt .icons .icon_dm,
        .result.mention .result_container dt .icons .icon_dm,
        .result.retweet .result_container dt .icons .icon_dm,
        .result.message .result_container dt .icons .icon_dm {display:none;}
        
        .result .result_container dt .icons ul .icon_reply,
        .result .result_container dt .icons ul .icon_dm {display:block !important;}
        
      .result.dm .result_container>dl>dt .author,
      .result.reply .result.dm .result_container>dl>dt .author,
      .result.dm .result.dm .result_container>dl>dt .author {color:#b53636;padding-left:0;white-space:nowrap;}
        .result.dm>dl>dt .author a, 
        .result.dm .result_container>dl>dt .author a {color:#b53636;}
      
      .result.retweet>.result_container>dl>dt .author a,
      .result.has_retweeter>.result_container>dl>dt .author a {color:#28921c !important;}
      
      .result.retweet .result_container>dl>dt .author,
      .result.dm .result.retweet .result_container>dl>dt .author,
      .result.retweet .result_container .author a,
      .result.has_retweeter .result_container>dl>dt .author,
      .result.has_retweeter .result_container>dl>dt .author a, 
      .result.dm .result.has_retweeter .result_container>dl>dt .author,
      .result.has_retweeter .author a.twitterer, {color:#28921c !important;}
      
      .result.reply .result_container>dl>dt .author,
      .result.dm .result.reply .result_container>dl>dt .author,
      .result.reply .result.reply .result_container>dl>dt .author {color:#0e5d99;padding-left:0;white-space:nowrap;}
        .result.reply>dl>dt .author a, 
        .result.reply .result_container>dl>dt .author a {color:#0e5d99;}
      .result dt a:hover {color:#333 !important;}
        
        .result .result_container>dl>dt .author span {color:#999;font-size:10px;font-weight:normal;}
        
        .result.note .result_container>dl>dt .author {font-weight:normal;font-size:11px;}
        .result.note .result_container>dl>dt .author em {font-weight:bold;font-style:normal;}
                
        .result dt .timestamp {color:#8999a9;float:right;font:10px 'Lucida Grande', helvetica !important;line-height:17px !important;margin:0 5px 0 0;white-space:nowrap;text-shadow:#FFF 0 1px 0;}
        
        .result.note dt .timestamp {margin-top:2px;}
          .result dt .timestamp abbr {color:#8999a9;font-size:10px;}
          .result dt .timestamp a:hover abbr {color:#222;}
          .result .result_container.outbound dt .timestamp {margin:1px -3px 0 0;}
          .result .result_container.outbound dt .timestamp.padded {margin:0 5px 0 0;}
    /* body */
    .result dd {color:#4d5560;font-size:14px;line-height:1.3;padding:2px 10px 9px 10px;}
      .safari .result dd .result_content a.link {display:inline-block;overflow:hidden;max-width:250px;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;white-space:nowrap;}
    .result.translated dd .result_content {opacity:.65;font-size:13px;}
    
    .result dd .in-reply {display:none;}
    .result.has_in_reply dd .in-reply {display:block;}
      .result dd .in-reply a,
      .result .byline {color:#8d959c;font:11px 'Lucida Grande', helvetica !important;}
      .result .byline {margin-top:5px;}
      .result dd .in-reply a:hover {color:#4d5560;}
      
    .result dd .retweet_detail {cursor:pointer;display:none;}
    
    .result.has_retweeter dd .retweet_detail,
    .dialog .result.retweet dd .retweet_detail {background:#e6f7e8 url(/images/icon_retweet-detail.png) no-repeat;border-top:#daeadc 1px solid;display:block;margin-top:8px;padding-left:25px;}
    .dialog .result.retweet dd .retweet_detail {display:none;padding-left:23px;}  
      .result dd .retweet_detail img {border-width:0;}
      .result dd .retweet_detail p {color:#389439;font-size:11px;line-height:18px;text-shadow:#FFF 0 1px 0;}
      .result dd .show_detail {background:url(/images/icon_details.gif) no-repeat center center;display:block;float:right;height:16px;margin-right:5px;min-width:16px;}
      .result dd .show_detail.loading {background:url(/images/bullet_retweet.gif) no-repeat center center;}
      .result dd .show_detail.loaded {background:none;margin:0;padding:0 8px;}
        .result dd .show_detail.loaded strong {color:#2e9039;}
      /*.result dd .collapse .load_retweet_details {background:url(/images/icon_close-details.gif) no-repeat center left;font-weight:normal;}
      .result dd .load_retweet_details:hover {color:#222;}*/
      
      .result dd .retweet_list {display:none;margin:0 0 0 5px;}
        .result dd .retweet_list li {display:block;float:left;margin:0 5px 5px 0;}
          .result dd .retweet_list li.loading_retweet-details {color:#b0d8b5;font-size:12px;font-weight:bold;line-height:25px;padding-left:5px;text-shadow:#FFF 0 1px 0;}
          .result dd .retweet_list li a {display:block;}
          
    
    .result.note dd {color:#4d5560;font-size:14px;line-height:1.3;padding:9px 10px 2px 10px;}
    #sidebar .result dd p {overflow:hidden;width:100%;}
    .result dd .sent_to {display:none;font:11px;margin:3px -10px -9px -10px;padding:0 11px 3px 11px;}
    
  
/*- activity */
  .result .activity {background:#fffddd;border:#ffd43f 1px solid;display:none;font-size:11px;margin:-2px 45px 0 45px;padding:5px;position:relative;z-index:7;}
  .result.is_scheduled .activity {background:#e3eaf2 !important;border-color:#c1d5e9 !important;}
  .result.active .activity {background:#fffdd9;}
  
  .result.twitterer .activity.sent_to {display:block;}
  .result.twitterer.has_replies .activity.sent_to,
  .result.twitterer.has_in_reply .activity.sent_to,
  .result.twitterer.has_in_reply .activity.sent_via,
  .result.twitterer .activity.sent_via {display:none;}
    
  .result.has_replies .activity.show_response {display:block;}
  .result.has_in_reply.twitterer.outbound .activity.show_response,
  .result.has_in_reply.outbound .activity.sent_via {display:block !important;}
  .result.twitterer.has_in_reply.outbound .activity.sent_via,
  .result.twitterer.outbound .activity.sent_via {display:none !important;}
  .result.has_in_reply.outbound .activity.show_response {}
  .result.is_assigned .activity.note {display:block;}
  .result.is_scheduled .activity.scheduled {display:block;}
  .result.is_scheduled .activity.scheduled a.edit_scheduled link {}
  
  .result.is_assigned .activity.show_response {display:none !important;}
  
    .result .activity .link {float:right;}
    .result .activity .message {color:#666;}
      .result .activity .message strong {color:#222;}
  
  .result .activity.note {}
    .result .activity.note dt {border-width:0 !important;color:#992b00;}
      .result .activity.note dt a {float:right;}
      .result .activity.note dt span {display:none;}
      .result .activity.note dt span.assigned_to_other,
      .result.assigned_to_self .activity.note dt span.assigned_to_self,
      .result.is_archived .activity.note dt span.completed {display:block;}
      .result.assigned_to_self .activity.note dt span.assigned_to_other,
      .result.is_archived .activity.note dt span.assigned_to_other,
      .result.is_archived .activity.note dt span.assigned_to_self {display:none;}
      
      
      .result.is_assigned .activity.note dt a.view_notes {display:none;}
      .result.is_assigned .activity.note dt a.show_response {display:none;}
      .result.is_assigned.has_notes .activity.note dt a.view_notes {display:block;}
      .result.is_assigned.has_replies .activity.note dt a.show_response {display:block;}
    .result .activity.note dd {background:#fffeea;display:none;font-size:12px;line-height:1.3;margin:2px -4px -4px -4px;padding:2px 5px;}
    .result.has_notes .activity.note dd {display:block;}
     
  .activity.show_response .count {background:#f5e48f;padding:0 5px;text-shadow:#FFF 0 1px 0;}   
  .activity.show_response.collapse,
  .activity .show_response.collapse {background:url(/images/icon_collapse.gif) no-repeat !important;border-width:0;height:16px;left:33px;margin:5px 0 0 0;position:absolute;padding:0;text-indent:-5000px;width:16px;z-index:4500;}
  .activity .show_response.collapse {bottom:-18px;left:-33px;}
  .loading .activity.show_response.collapse {}
  .active .activity.show_response.collapse,
  .highlight .activity.show_response.collapse,
  .active .activity .show_response.collapse, {left:27px;}
  .activity.show_response.collapse:hover,
  .activity .show_response.collapse:hover {background-position:bottom left !important;}
  .activity.show_response.collapse.outbound {left:auto;right:33px !important;}
    
  .active .show_response.collapse.outbound,
  .highlight .show_response.collapse.outbound {right:27px !important;}
  
  .results .result.outbound.has_in_reply a.show_response.original_tweet,
  .results .result.outbound.retweet.has_in_reply a.show_response,
  .results .result.outbound.retweet.twitterer .sent_to {display:none !important;}
  .results .result.outbound.retweet.has_in_reply a.show_response.original_tweet,
  .results .result.outbound.retweet.twitterer a.show_response.original_tweet {display:block !important;}
  
  .results .result.outbound .activity.show_response.collapse {left:auto;right:33px !important;}
  /* note */
  
  .result .note,
  .result .note p {display:none;}
  .result.is_assigned .note,
  .result.has_notes .note .view_notes {display:block;}
  
  #sidebar_container .result .note,
  #sidebar_container .result .note p {display:block !important;}
  
  /* responses */
  .responses {margin-top:5px;}
  #sidebar_container .responses .result {margin:2px 0;}
  .responses.collapsed {display:none;}
    .responses .result {opacity:.95;padding:0 0 5px 0;}
    .responses .result dl {background:#fefeff;}
    .active .responses .result dd {background:none;}
/* INACCESSiBLE */
  .result.inaccessible_channel {}
    .result.inaccessible_channel .result_container .user,
    .result.inaccessible_channel .result_container dt {display:none;}
    .result.inaccessible_channel .result_container dd {}
    .result.inaccessible_channel .result_container dd p {font-size:12px;padding-top:5px;}
/*-- STATUS --*/
    .result.status {cursor:pointer;min-height:53px;position:relative;z-index:0;}
      .result.status h3 {color:#4b4f54;font-size:16px;font-weight:normal;padding:7px 0 0 60px;text-shadow:#FFF 0 1px 0;}
       .result.status h3 span {color:#999;font-size:14px;font-style:italic;}
      .result.status p {color:#999;font-size:12px;padding:0 0 0 60px;}
      .result.status .avatar {float:left;}
      .result.status input {background:#daebf2;float:right;padding:5px 10px;margin:4px 0;text-shadow:#FFF 0 1px 0;}
    
    .result.status:hover,.result.status.selected {background:#a1c6dc url(/images/bg_selection.png) repeat-x bottom left !important;border-bottom:#4a86ab 1px solid !important;border-top:#4a86ab 1px solid !important;margin-top:-1px;position:relative;z-index:1;}
      .result.status:hover .avatar .frame,.result.status.selected .avatar .frame {background-position:bottom left !important;}
      .result.status:hover h3,.result.status.selected h3 {color:#FFF;text-shadow:#6195ba 0 1px 0;}
      .result.status:hover h3 span, .result.status:hover p,.result.status.selected h3 span, .result.status.selected p {color:#ceeafc;}
/*-- STATS LINK --*/
  .result .bitly {background:#f7f7f7;border:#EBEBEB 1px solid;line-height:16px;padding-left:5px;white-space:nowrap;}
  .result.dm .bitly,
  .result.reply .bitly {background:#FFF;}
  .result .bitly_stats {background:#e9f2fa url(/images/icon_stats.png) no-repeat;border:#a7daf3 1px solid;display:inline-block;height:16px;text-indent:-5000px;vertical-align:bottom; width:20px;}
  .result .bitly_stats:hover {background-position:bottom left;}
  .result .bitly, .result .bitly_stats {
    border-top-right-radius:8px;
    -webkit-border-top-right-radius:8px;
    -moz-border-radius-topright:8px;
    border-bottom-right-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -moz-border-radius-bottomright:8px;
    border-bottom-left-radius:8px;
    -webkit-border-bottom-left-radius:8px;
    -moz-border-radius-bottomleft:8px;
    border-top-left-radius:8px;
    -webkit-border-top-left-radius:8px;
    -moz-border-radius-topleft:8px;
  }
  
  
/*-- DRAGABLES --*/
.drag {cursor:move;}
.drag .handle {background: url(/images/icon_handle.gif) no-repeat bottom left;bottom:-7px;display:none;height:10px;left:3px;position:absolute;width:20px;}
.drag.ghost .handle {bottom:3px;left:50%;margin-left:-10px;}
.drag.ghost {background-color:#FFF;border:#c1cfdb 1px solid;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;box-shadow:0 2px 5px #919191;-webkit-box-shadow:0 2px 5px #919191;padding:10px;}
  .drag.ghost .avatar.tweet {border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
  .drag.ghost .recipient {display:none;}

.ie7 .result {padding:0 10px;}
.ie7 .result.active {margin-top:7px;padding:0 4px !important;}
  .ie7 .result .user {top:13px;}
  .ie7 .result.active .user {top:5px;}
  .ie7 .result dl {position:relative;}
  .ie7 .result.active dl {top:-8px;}
  .ie7 .result.active .show_response {margin:-2px 40px 5px 40px;}
  .ie7 .result .show_response.collapse {margin:5px 0 0 0 !important;}
  .ie7 .result.active .show_response.collapse {margin:-2px 0 0 0 !important;}
  .ie7 .result .responses {margin-top:-7px !important;}
  .ie7 .result.active .responses {margin-top:-7px;margin-bottom:5px;}
  .ie7 .result .responses .user {right:-10px}
  .ie7 .result .responses dl {margin:0 30px;}
  
  
  /*- TRANSLATION -*/
  .translation {background:#eaf7ff;border-top:#cfe0eb 1px solid;display:none;margin-top:18px;padding:8px 10px 5px 10px;position:relative;}
    .dm .translation,
    .dm .translation .language,
    .reply .translation,
    .reply .translation .language {background:#FFF;}
    .translation .language {background:#eaf7ff;border-top:#cfe0eb 1px solid;color:#818c99;font-weight:normal;font-size:11px;line-height:18px;padding:1px 0 0 0;margin-left:-25%;position:absolute;left:50%;text-align:center;top:-13px;width:50%;}
    #search-results .translation .language {margin-left:0;left:0;width:100%;}   
      .translation .language .language_select_link {font-weight:bold;}
      .translation .language .language_selector {display:none;}
    .translation .google_branding {text-align:right;}