html,
body {
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
img {
  border: 0;
}
.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
}
/* ***** __UI_ defaults ***** */
.__UI_clear {
  clear: both;
}
.__UI_section {
  margin: 1em 1em 2em 1em;
}
/* TABLES */
.__UI_table {
  width: 100%;
  border-collapse: collapse;
}
.__UI_table th {
  background: #333333;
  color: #ffffff;
  text-align: left;
  padding: 3px;
}
.__UI_table td {
  padding: 3px;
  border-bottom: 1px solid #e0e0e0;
}
/* FORM FIELDS */
.__UI_label {
  float: left;
  width: 150px;
  text-align: right;
  margin-right: 5px;
}
.__UI_textbox,
.__UI_textarea {
  color: #333333;
  width: 200px;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  font-size: 16px;
  padding: 4px;
  margin: 0;
  float: left;
  -moz-box-shadow: inset 1px 1px 5px 2px #e9e9e9;
  -webkit-box-shadow: inset 1px 1px 5px 2px #e9e9e9;
  box-shadow: inset 1px 1px 5px 2px #e9e9e9;
  outline-width: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.__UI_textbox:focus,
.__UI_textarea:focus {
  -moz-box-shadow: inset 1px 1px 5px 2px #c8efff;
  -webkit-box-shadow: inset 1px 1px 5px 2px #c8efff;
  box-shadow: inset 1px 1px 5px 2px #c8efff;
  outline-width: 0;
  border-color: #41aad6;
}
.__UI_textarea {
  line-height: 1.2;
  height: 3.6em;
  resize: none;
}
.__UI_formClear {
  clear: both;
  margin: 3px;
  border-top: 1px solid #e0e0e0;
}
/* STATUS BOXES */
.__UI_successBox {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #deffde;
  border: 1px solid #45ff45;
  font-weight: bold;
}
.__UI_noticeBox {
  background-color: #ffffde;
  border: 1px solid #d0d163;
  margin: 0 0 10px 0;
  padding: 10px;
  font-weight: bold;
}
.__UI_errorBox {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #ffdede;
  border: 1px solid #ff4545;
  font-weight: bold;
}
/* FAUX BUTTON */
.__UI_fauxButton {
  border: 1px solid #b2b2b2;
  background: #e0e0e0;
  background: -moz-linear-gradient(top, #f7f7f7, #cacaca);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#cacaca));
  padding: 3px 6px;
  text-decoration: none;
  color: #333333;
  margin: 0;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.__UI_fauxButton:hover {
  background: #3bcaff;
  background: -moz-linear-gradient(top, #daf4fe, #3bcaff);
  background: -webkit-gradient(linear, left top, left bottom, from(#daf4fe), to(#3bcaff));
  color: #333333;
}
.__UI_fauxButton img {
  vertical-align: text-top;
  margin-right: 3px;
}
.__UI_form_row {
  margin-bottom: 3px;
}
/* The outermost container. No margins, no paddings, this allows you to set % widths without worry */
.__UI_form_container {
  float: left;
}
/* An inner div used for some basic styling. The concept is that all styling except text is done here, so 
    we can width: 100% the inner stuff and not have any overflows */
.__UI_form_style {
  margin: 3px;
}
.__UI_form_label_style,
.__UI_form_data_style {
  margin-top: 8px;
}
.__UI_form_label,
.__UI_form_data_style {
  color: #999;
  font-size: 14px;
  line-height: 14px;
  vertical-align: top;
}
.__UI_form_data_style {
  color: #333;
}
.__UI_form_text_style,
.__UI_form_password_style,
.__UI_form_textarea_style {
  color: #333333;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  padding: 3px;
  vertical-align: top;
  -moz-box-shadow: inset 1px 1px 5px 2px #e9e9e9;
  -webkit-box-shadow: inset 1px 1px 5px 2px #e9e9e9;
  box-shadow: inset 1px 1px 5px 2px #e9e9e9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.__UI_form_text,
.__UI_form_password,
.__UI_form_textarea {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  outline-width: 0;
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  vertical-align: top;
  line-height: 1.4;
}
.__UI_form_textarea {
  height: 4em;
  resize: none;
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.Widget_content_container_admining {
  min-height: 25px;
}
.Widget_dropZone_toolbar {
  background-image: url('//s3.amazonaws.com/static.twubs.com/images/siteBuilder2/bar_bk.png');
  background-repeat: repeat-x;
  background-color: #191919;
  color: #E0E0E0;
  padding: 3px 6px;
  border: 1px solid #FFFFFF;
  font-size: 10px;
  cursor: move;
  margin: 3px 0;
  overflow: hidden;
}
.Widget_dropZone_remove {
  float: right;
  cursor: pointer;
}
.Widget_dropZone_edit {
  float: left;
  cursor: pointer;
  margin-right: 5px;
}
.Widget_loading {
  background: #000000 url('//s3.amazonaws.com/static.twubs.com/images/spinners/spinner_bar.gif') center center no-repeat !important;
}
.Widget .errorMessage {
  display: none;
}
a {
  color: #1990e3;
}
p {
  line-height: 1.4;
}
/* GLOBAL STYLES */
._button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #c0c0c0;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e6), color-stop(1, #f9f9f9));
  background: -ms-linear-gradient(bottom, #e6e6e6, #f9f9f9);
  background: -moz-linear-gradient(center bottom, #e6e6e6 0%, #f9f9f9 100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0;
  padding: 0 20px;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  text-align: center;
  color: #333;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  display: block;
  font-family: sans-serif;
  outline: none;
  *zoom: 1;
}
._button:before,
._button:after {
  content: "";
  display: table;
}
._button:after {
  clear: both;
}
._button:hover,
._button:focus {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: -moz-linear-gradient(center bottom, #f3f3f3 0%, #ffffff 100%);
  border-color: #cdcdcd;
}
._button.disabled,
._button[disabled] {
  border: 1px solid #e0e0e0;
  background: #e0e0e0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f9f9f9), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f9f9f9, #ffffff);
  background: -moz-linear-gradient(center bottom, #f9f9f9 0%, #ffffff 100%);
  color: #999;
  cursor: default;
}
._button.blue {
  background: #147dd1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1377cb), color-stop(1, #1990e3));
  background: -ms-linear-gradient(bottom, #1377cb, #1990e3);
  background: -moz-linear-gradient(center bottom, #1377cb 0%, #1990e3 100%);
  border-color: #136db3;
  color: #fff;
}
._button.blue:hover {
  background: #2d97eb;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2691eb), color-stop(1, #45a6ea));
  background: -ms-linear-gradient(bottom, #2691eb, #45a6ea);
  background: -moz-linear-gradient(center bottom, #2691eb 0%, #45a6ea 100%);
}
._button.teal {
  background: #188add;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1276ca), color-stop(1, #1990e3));
  background: -ms-linear-gradient(bottom, #1276ca, #1990e3);
  background: -moz-linear-gradient(center bottom, #1276ca 0%, #1990e3 100%);
  border-color: #016889;
  color: #fff;
}
._button.teal:hover,
._button.teal:focus {
  background: #008cb8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #089acc), color-stop(1, #10aae5));
  background: -ms-linear-gradient(bottom, #089acc, #10aae5);
  background: -moz-linear-gradient(center bottom, #089acc 0%, #10aae5 100%);
}
._button.black {
  background: #363636;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #262626), color-stop(1, #484848));
  background: -ms-linear-gradient(bottom, #262626, #484848);
  background: -moz-linear-gradient(center bottom, #262626 0%, #484848 100%);
  border-color: #000000;
  color: #fff;
}
._button.black:hover,
._button.black:focus {
  background: #565656;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #464646), color-stop(1, #787878));
  background: -ms-linear-gradient(bottom, #464646, #787878);
  background: -moz-linear-gradient(center bottom, #464646 0%, #787878 100%);
}
._button.black:active,
._button.black.active {
  background: #565656;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(1, #464646));
  background: -ms-linear-gradient(bottom, #787878, #464646);
  background: -moz-linear-gradient(center bottom, #787878 0%, #464646 100%);
}
._button.black.disabled,
._button.black[disabled] {
  background: #565656;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #464646), color-stop(1, #787878));
  background: -ms-linear-gradient(bottom, #464646, #787878);
  background: -moz-linear-gradient(center bottom, #464646 0%, #787878 100%);
  border-color: #000000;
  color: #999;
  cursor: default;
}
._button.withIcon {
  padding: 0;
  border: none;
  background: transparent;
}
._button.withIcon .left {
  display: block;
  float: left;
  background: #cacaca;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c0c0c0), color-stop(1, #d3d3d3));
  background: -ms-linear-gradient(bottom, #c0c0c0, #d3d3d3);
  background: -moz-linear-gradient(center bottom, #c0c0c0 0%, #d3d3d3 100%);
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 1px 0 1px 1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
._button.withIcon .left .icon {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
._button.withIcon .right {
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  text-align: left;
  line-height: 30px;
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: -moz-linear-gradient(center bottom, #f3f3f3 0%, #ffffff 100%);
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 1px 1px 1px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
._button.withIcon:hover .left {
  background: #d7d7d7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdcdcd), color-stop(1, #e0e0e0));
  background: -ms-linear-gradient(bottom, #cdcdcd, #e0e0e0);
  background: -moz-linear-gradient(center bottom, #cdcdcd 0%, #e0e0e0 100%);
  border-color: #cdcdcd;
}
._button.withIcon:hover .right {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: -moz-linear-gradient(center bottom, #f3f3f3 0%, #ffffff 100%);
  border-color: #cdcdcd;
}
._textbox {
  background: #fff;
  color: #333;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  padding: 0 5px;
  outline: none;
  width: 200px;
  font-family: sans-serif;
}
._textbox.disabled,
._textbox[disabled] {
  background: #ddd;
  border: 1px solid #ddd;
  color: #999;
}
._textbox.spinning {
  background: url(//s3.amazonaws.com/static.twubs.com/images/spinner.gif) right center no-repeat;
}
._textbox.watermark {
  color: #999;
}
._textarea {
  background: #fff;
  color: #333;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 30px;
  height: 30px;
  padding: 0 5px;
  outline: none;
  width: 200px;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 22px;
  height: 66px;
  resize: none;
}
._textarea.disabled,
._textarea[disabled] {
  background: #ddd;
  border: 1px solid #ddd;
  color: #999;
}
._textarea.spinning {
  background: url(//s3.amazonaws.com/static.twubs.com/images/spinner.gif) right center no-repeat;
}
._textarea.watermark {
  color: #999;
}
._textareaMx {
  background: #fff;
  color: #333;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 30px;
  height: 30px;
  padding: 0 5px;
  outline: none;
  width: 200px;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 22px;
  height: 66px;
  resize: none;
}
._textareaMx.disabled,
._textareaMx[disabled] {
  background: #ddd;
  border: 1px solid #ddd;
  color: #999;
}
._textareaMx.spinning {
  background: url(//s3.amazonaws.com/static.twubs.com/images/spinner.gif) right center no-repeat;
}
._textareaMx.watermark {
  color: #999;
}
._box {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
._box.blue {
  background: #CCF1FE;
}
._shadow {
  -webkit-box-shadow: 0 0 15px #444444;
  -moz-box-shadow: 0 0 15px #444444;
  box-shadow: 0 0 15px #444444;
}
/* CLEARING */
._clear {
  clear: both;
}
._clearfix {
  *zoom: 1;
}
._clearfix:before,
._clearfix:after {
  content: "";
  display: table;
}
._clearfix:after {
  clear: both;
}
.__UI_errorBox {
  font-weight: 400;
}
.__UI_errorBox ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0;
  font-weight: 700;
}
.__UI_errorBox ul li {
  margin-bottom: 3px;
}
.twitterIcon {
  width: 16px;
  height: 16px;
  background-image: url(//s3.amazonaws.com/static.twubs.com/types/TwubsApp/icons/twitter_actions.png);
  background-repeat: none;
  display: inline-block;
  cursor: pointer;
}
.twitterIcon.reply {
  background-position: 0 0;
}
.twitterIcon.reply:hover,
.twitterIcon.reply .active {
  background-position: -16px 0;
}
.twitterIcon.favorite {
  background-position: -32px 0;
}
.twitterIcon.favorite:hover {
  background-position: -48px 0;
}
.twitterIcon.favorite.active {
  background-position: -64px 0;
}
.twitterIcon.retweet {
  background-position: -80px 0;
}
.twitterIcon.retweet:hover {
  background-position: -96px 0;
}
.twitterIcon.retweet.active {
  background-position: -112px 0;
}
@font-face {
  font-family: 'Bebas';
  src: url('//s3.amazonaws.com/static.twubs.com/types/TwubsApp/type/BebasNeue-webfont.eot');
  src: url('//s3.amazonaws.com/static.twubs.com/types/TwubsApp/type/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('//s3.amazonaws.com/static.twubs.com/types/TwubsApp/type/BebasNeue-webfont.woff') format('woff'), url('//s3.amazonaws.com/static.twubs.com/types/TwubsApp/type/BebasNeue-webfont.ttf') format('truetype'), url('//s3.amazonaws.com/static.twubs.com/types/TwubsApp/type/BebasNeue-webfont.svg#Bebas') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-size: 10px;
  background: #fff;
}
html,
body {
  padding: 0;
  margin: 0;
}
.EmbedBody_container {
  padding: 45px 0 25px 0;
  line-height: 1.1;
}
.EmbedBody_container .EmbedBody_header,
.EmbedBody_container .EmbedBody_footer {
  line-height: 25px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
}
.EmbedBody_container .EmbedBody_header .padding,
.EmbedBody_container .EmbedBody_footer .padding {
  padding: 0 10px;
}
.EmbedBody_container .EmbedBody_header {
  top: 0;
}
.EmbedBody_container .EmbedBody_footer {
  bottom: 0;
  font-size: 11px;
}
.EmbedBody_container .EmbedBody_body {
  position: fixed;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 100;
}
.EmbedBody_container .EmbedBody_body .padding {
  padding: 5px;
}
.EmbedBody_container ._button {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
}
.TwubBase_message_web {
  border-bottom: 1px dotted #eee;
  padding: 10px;
  /********************************************************
     * HEADSHOT
     ********************************************************/
  /********************************************************
     * CONTENT VIEW
     ********************************************************/
  /********************************************************
     * OVERRIDES
     ********************************************************/
}
.TwubBase_message_web .headshot {
  float: left;
  margin-right: 10px;
  padding: 2px;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.TwubBase_message_web .headshot img {
  width: 35px;
  height: 35px;
}
.TwubBase_message_web .mediaThumbs a {
  background: #fff;
  padding: 2px;
  border: 1px solid #e0e0e0;
  float: right;
}
.TwubBase_message_web .mediaThumbs a img {
  width: 70px;
  height: 70px;
}
.TwubBase_message_web .contentView {
  overflow: hidden;
}
.TwubBase_message_web .contentView.hidden {
  display: none;
}
.TwubBase_message_web .contentView .mediaThumbs.single {
  float: right;
  margin-left: 10px;
}
.TwubBase_message_web .contentView .content {
  overflow: hidden;
}
.TwubBase_message_web .contentView .content .user {
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  float: left;
}
.TwubBase_message_web .contentView .content .user .username {
  font-size: 1.1em;
  font-weight: bold;
  color: #555;
}
.TwubBase_message_web .contentView .content .user .name {
  color: #999;
}
.TwubBase_message_web .contentView .content .user:hover .username {
  text-decoration: underline;
}
.TwubBase_message_web .contentView .content .text {
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
}
.TwubBase_message_web .contentView .content .text a {
  color: #609dbc;
}
.TwubBase_message_web .contentView .content a.timeLink {
  color: #999;
}
.TwubBase_message_web .contentView .content .mediaThumbs.multiple {
  list-style: none;
  margin: 0 0 4px 0;
  padding: 0;
  border: 0;
  clear: both;
  float: right;
}
.TwubBase_message_web .contentView .content .mediaThumbs.multiple li {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}
.TwubBase_message_web .contentView .content .urls {
  list-style: none;
  margin: 0 0 4px 0;
  padding: 0;
  clear: both;
  display: none;
}
.TwubBase_message_web .contentView .content .urls li {
  margin: 0;
  padding: 0;
}
.TwubBase_message_web .contentView .content .footer {
  color: #bbb;
  position: relative;
  font-size: 11px;
  float: right;
}
.TwubBase_message_web .contentView .content .footer .time {
  width: 25px;
  display: inline-block;
  line-height: 16px;
  vertical-align: top;
  margin-left: 5px;
}
.TwubBase_message_web .contentView .content .footer .plugin {
  vertical-align: top;
}
.TwubBase_message_web .contentView .content .footer .sourceContainer {
  display: none;
}
.TwubBase_message_web .contentView .content .footer .sourceContainer a {
  color: #aaa;
}
.TwubBase_message_web .contentView .content .footer .broadcast {
  display: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.TwubBase_message_web .contentView .content .footer .broadcast.spinning {
  background-image: url(//s3.amazonaws.com/static.twubs.com/images/spinner.gif);
}
.TwubBase_message_web .contentView .content .footer .tickerBroadcast {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.TwubBase_message_web .contentView .content .footer .tickerBroadcast .broadcastIcon {
  cursor: pointer;
  display: block;
}
.TwubBase_message_web .contentView .content .footer .tickerBroadcast .broadcastConfirm {
  cursor: pointer;
  display: none;
}
.TwubBase_message_web .contentView .content .footer .tickerBroadcast .broadcastSpinner {
  display: none;
}
.TwubBase_message_web .contentView .content .footer .tickerBroadcast.confirm .broadcastIcon {
  display: none;
}
.TwubBase_message_web .contentView .content .footer .tickerBroadcast.confirm .broadcastConfirm {
  display: block;
}
.TwubBase_message_web .contentView .content .footer .tickerBroadcast.confirm .broadcastSpinner {
  display: none;
}
.TwubBase_message_web .contentView .content .footer .tickerBroadcast.spinning .broadcastIcon {
  display: none;
}
.TwubBase_message_web .contentView .content .footer .tickerBroadcast.spinning .broadcastConfirm {
  display: none;
}
.TwubBase_message_web .contentView .content .footer .tickerBroadcast.spinning .broadcastSpinner {
  display: block;
}
.TwubBase_message_web .contentView .content .footer .broadcast {
  background-image: url(//s3.amazonaws.com/static.twubs.com/images/icons/silk/transmit_add.png);
}
.TwubBase_message_web .mediaView {
  background: #222;
  display: none;
  margin: 10px 0;
}
.TwubBase_message_web .mediaView .header {
  background: 000;
  color: #fff;
  padding: 5px;
}
.TwubBase_message_web .mediaView .header a {
  color: #fff;
  font-weight: bold;
}
.TwubBase_message_web .mediaView .header a.close {
  float: right;
}
.TwubBase_message_web .mediaView .body {
  text-align: center;
}
.TwubBase_message_web .mediaView .body.loading {
  min-height: 100px;
  background-image: url(//s3.amazonaws.com/static.twubs.com/types/TwubsApp/media_spinner.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.TwubBase_message_web .deletedView {
  display: none;
  color: #aaa;
}
.TwubBase_message_web .clear {
  clear: both;
}
.TwubBase_message_web .clearfix {
  zoom: 1;
}
.TwubBase_message_web .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.TwubBase_message_web.mediaOpen .mediaThumbs {
  display: none;
}
.TwubBase_message_web.mediaOpen .mediaView {
  display: block;
}
.TwubBase_message_web.deleted .deletedView {
  display: block;
}
.TwubBase_message_web.deleted .contentView {
  display: none;
}
.TwubBase_message_web.deleted .headshot {
  display: none;
}
.TwubBase_message_web.retweeted {
  background: #ceffbb;
}
.TwubBase_message_web.favorited {
  background: #fff3e2;
}
.no-touch .TwubBase_message_web .contentView .content .footer .plugin {
  display: none;
}
.no-touch .TwubBase_message_web:hover .contentView .content .footer .plugin {
  display: inline;
}
.TwubFeed_feed .delete {
  display: none;
}
.TwubFeed_feed.isAdmin .TwubBase_message_web:hover .delete {
  display: inline-block;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-image: url(//s3.amazonaws.com/static.twubs.com/images/icons/silk/delete.png);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 2px;
}
.TwubFeed_feed.isAdmin .TwubBase_message_web:hover .delete.spinning {
  background-image: url(//s3.amazonaws.com/static.twubs.com/images/spinner.gif);
}
.showModerationControls .TwubBase_message_web:hover .footer .delete {
  display: none;
}
.showTickerControls .TwubBase_message_web:hover .footer .delete {
  display: none;
}
.EmbedMembers h3 {
  color: #999;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  float: left;
  line-height: 20px;
}
.EmbedMembers h3 a {
  color: #ccc;
  text-decoration: underline;
  font-weight: 400;
  font-size: 10px;
}
.EmbedMembers h3 a:hover {
  color: #1990e3;
}
.EmbedMembers .EmbedMembers_join {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c0c0c0;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e6), color-stop(1, #f9f9f9));
  background: -ms-linear-gradient(bottom, #e6e6e6, #f9f9f9);
  background: -moz-linear-gradient(center bottom, #e6e6e6 0%, #f9f9f9 100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0;
  padding: 0 20px;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  text-align: center;
  color: #333;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  display: block;
  font-family: sans-serif;
  outline: none;
  *zoom: 1;
  line-height: 20px;
  height: 20px;
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 11px;
  padding: 0 7px 0 3px;
}
.EmbedMembers .EmbedMembers_join:before,
.EmbedMembers .EmbedMembers_join:after {
  content: "";
  display: table;
}
.EmbedMembers .EmbedMembers_join:after {
  clear: both;
}
.EmbedMembers .EmbedMembers_join:hover,
.EmbedMembers .EmbedMembers_join:focus {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: -moz-linear-gradient(center bottom, #f3f3f3 0%, #ffffff 100%);
  border-color: #cdcdcd;
}
.EmbedMembers .EmbedMembers_join.disabled,
.EmbedMembers .EmbedMembers_join[disabled] {
  border: 1px solid #e0e0e0;
  background: #e0e0e0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f9f9f9), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f9f9f9, #ffffff);
  background: -moz-linear-gradient(center bottom, #f9f9f9 0%, #ffffff 100%);
  color: #999;
  cursor: default;
}
.EmbedMembers .EmbedMembers_join.blue {
  background: #147dd1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1377cb), color-stop(1, #1990e3));
  background: -ms-linear-gradient(bottom, #1377cb, #1990e3);
  background: -moz-linear-gradient(center bottom, #1377cb 0%, #1990e3 100%);
  border-color: #136db3;
  color: #fff;
}
.EmbedMembers .EmbedMembers_join.blue:hover {
  background: #2d97eb;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2691eb), color-stop(1, #45a6ea));
  background: -ms-linear-gradient(bottom, #2691eb, #45a6ea);
  background: -moz-linear-gradient(center bottom, #2691eb 0%, #45a6ea 100%);
}
.EmbedMembers .EmbedMembers_join.teal {
  background: #188add;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1276ca), color-stop(1, #1990e3));
  background: -ms-linear-gradient(bottom, #1276ca, #1990e3);
  background: -moz-linear-gradient(center bottom, #1276ca 0%, #1990e3 100%);
  border-color: #016889;
  color: #fff;
}
.EmbedMembers .EmbedMembers_join.teal:hover,
.EmbedMembers .EmbedMembers_join.teal:focus {
  background: #008cb8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #089acc), color-stop(1, #10aae5));
  background: -ms-linear-gradient(bottom, #089acc, #10aae5);
  background: -moz-linear-gradient(center bottom, #089acc 0%, #10aae5 100%);
}
.EmbedMembers .EmbedMembers_join.black {
  background: #363636;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #262626), color-stop(1, #484848));
  background: -ms-linear-gradient(bottom, #262626, #484848);
  background: -moz-linear-gradient(center bottom, #262626 0%, #484848 100%);
  border-color: #000000;
  color: #fff;
}
.EmbedMembers .EmbedMembers_join.black:hover,
.EmbedMembers .EmbedMembers_join.black:focus {
  background: #565656;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #464646), color-stop(1, #787878));
  background: -ms-linear-gradient(bottom, #464646, #787878);
  background: -moz-linear-gradient(center bottom, #464646 0%, #787878 100%);
}
.EmbedMembers .EmbedMembers_join.black:active,
.EmbedMembers .EmbedMembers_join.black.active {
  background: #565656;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(1, #464646));
  background: -ms-linear-gradient(bottom, #787878, #464646);
  background: -moz-linear-gradient(center bottom, #787878 0%, #464646 100%);
}
.EmbedMembers .EmbedMembers_join.black.disabled,
.EmbedMembers .EmbedMembers_join.black[disabled] {
  background: #565656;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #464646), color-stop(1, #787878));
  background: -ms-linear-gradient(bottom, #464646, #787878);
  background: -moz-linear-gradient(center bottom, #464646 0%, #787878 100%);
  border-color: #000000;
  color: #999;
  cursor: default;
}
.EmbedMembers .EmbedMembers_join.withIcon {
  padding: 0;
  border: none;
  background: transparent;
}
.EmbedMembers .EmbedMembers_join.withIcon .left {
  display: block;
  float: left;
  background: #cacaca;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c0c0c0), color-stop(1, #d3d3d3));
  background: -ms-linear-gradient(bottom, #c0c0c0, #d3d3d3);
  background: -moz-linear-gradient(center bottom, #c0c0c0 0%, #d3d3d3 100%);
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 1px 0 1px 1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.EmbedMembers .EmbedMembers_join.withIcon .left .icon {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.EmbedMembers .EmbedMembers_join.withIcon .right {
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  text-align: left;
  line-height: 30px;
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: -moz-linear-gradient(center bottom, #f3f3f3 0%, #ffffff 100%);
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 1px 1px 1px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.EmbedMembers .EmbedMembers_join.withIcon:hover .left {
  background: #d7d7d7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdcdcd), color-stop(1, #e0e0e0));
  background: -ms-linear-gradient(bottom, #cdcdcd, #e0e0e0);
  background: -moz-linear-gradient(center bottom, #cdcdcd 0%, #e0e0e0 100%);
  border-color: #cdcdcd;
}
.EmbedMembers .EmbedMembers_join.withIcon:hover .right {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: -moz-linear-gradient(center bottom, #f3f3f3 0%, #ffffff 100%);
  border-color: #cdcdcd;
}
.EmbedMembers .EmbedMembers_join .wrap {
  padding: 0 0 0 18px;
  background: url(//s3.amazonaws.com/static.twubs.com/types/TwubsApp/join_check.png) left no-repeat;
}
.EmbedMembers .EmbedMembers_join .joinText {
  display: inline;
}
.EmbedMembers .EmbedMembers_join .joinedText {
  display: none;
}
.EmbedMembers .EmbedMembers_join.isMember {
  background: #41b192;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3aa58c), color-stop(1, #51ca9e));
  background: -ms-linear-gradient(bottom, #3aa58c, #51ca9e);
  background: -moz-linear-gradient(center bottom, #3aa58c 0%, #51ca9e 100%);
  border-color: #358467;
}
.EmbedMembers .EmbedMembers_join.isMember:hover {
  background: #41b192;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3aa58c), color-stop(1, #51ca9e));
  background: -ms-linear-gradient(bottom, #3aa58c, #51ca9e);
  background: -moz-linear-gradient(center bottom, #3aa58c 0%, #51ca9e 100%);
}
.EmbedMembers .EmbedMembers_join.isMember .joinText {
  display: none;
}
.EmbedMembers .EmbedMembers_join.isMember .joinedText {
  display: inline;
}
.EmbedMembers .EmbedMembers_join.spinning .wrap {
  background-image: url(//s3.amazonaws.com/static.twubs.com/types/TwubsApp/spinners/small/white_on_blue.gif);
}
.EmbedMembers ul.EmbedMembers_members {
  list-style: none;
  padding: 0;
  margin: 0 0 6px 0;
  height: 34px;
  overflow: hidden;
  clear: both;
}
.EmbedMembers ul.EmbedMembers_members li {
  float: left;
  padding: 2px;
  position: relative;
}
.EmbedMembers ul.EmbedMembers_members li img {
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  vertical-align: bottom;
}
.EmbedFeed_container .tweetLink,
.EmbedFeed_container .composer {
  margin: 3px 0 8px 0;
  display: block;
}
.EmbedFeed_container .tweetLink img {
  vertical-align: bottom;
}
.EmbedFeed_container .TwubBase_message_web {
  padding: 4px 0;
}
.EmbedFeed_container .TwubBase_message_web .headshot {
  margin-right: 5px;
  padding: 0;
  border: none;
}
.EmbedFeed_container .TwubBase_message_web .headshot img {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.EmbedFeed_container .TwubBase_message_web .mediaThumbs {
  display: none;
}
.EmbedFeed_container .TwubBase_message_web .urls {
  display: none;
}
.EmbedFeed_container .TwubBase_message_web:hover .contentView .content .footer .plugin {
  display: none;
}
.EmbedFeed_container .TwubBase_message_web.mediaOpen .mediaThumbs {
  display: none;
}
.EmbedFeed_container .TwubBase_message_web.mediaOpen .mediaView {
  display: none;
}
.EmbedFeed_container .TwubBase_message_web .contentView .content .user {
  margin-bottom: 0;
}
.EmbedFeed_container .TwubFeed_container {
  min-height: 0;
}
.EmbedFeed_container .TwubFeed_container .TwubFeed_controls {
  display: none;
}
.EmbedFeed_container .TwubFeed_container .TwubFeed_header .state {
  line-height: 20px;
  padding-left: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.EmbedFeed_container .TwubFeed_container .TwubFeed_header .TwubFeed_button_newer {
  float: right;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right-width: 0;
}
.EmbedFeed_container .TwubFeed_container .TwubFeed_header .TwubFeed_button_pause {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: right;
  width: auto;
}
.EmbedFeed_container .TwubFeed_container .TwubFeed_header .TwubFeed_button_resume {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.EmbedFeed_container .TwubFeed_container .TwubFeed_button_older {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.EmbedFeed_container .TwubFeed_container .TwubFeed_viewport {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.EmbedFeed_container .TwubFeed_container .TwubFeed_feed {
  padding: 0;
}
.TwubFeed_container {
  min-height: 800px;
}
.TwubFeed_container .TwubFeed_controls {
  /* style button with specified color as the theme */
  /* refer to above mixins unless changing structure */
}
.TwubFeed_container .TwubFeed_controls .keepUpFirstYears {
  display: none;
}
.TwubFeed_container .TwubFeed_controls .keepUpFirstYears button {
  font-size: 12px;
}
.TwubFeed_container .TwubFeed_controls .dqIntervalContainer {
  float: right;
}
.TwubFeed_container .TwubFeed_controls .dqIntervalContainer .dqInterval {
  width: 80px;
}
.TwubFeed_container .TwubFeed_controls .hideRtToggle,
.TwubFeed_container .TwubFeed_controls .chatModeToggle {
  border-radius: 3px;
  color: white;
  float: left;
}
.TwubFeed_container .TwubFeed_controls .hideRtToggle {
  background: #b03662;
  border: 1px solid #a4325b;
}
.TwubFeed_container .TwubFeed_controls .hideRtToggle:hover {
  background: #bc3a69;
}
.TwubFeed_container .TwubFeed_controls .hideRtToggle .enabledText {
  display: none;
}
.TwubFeed_container .TwubFeed_controls .hideRtToggle .disabledText {
  display: inline-block;
}
.TwubFeed_container .TwubFeed_controls .hideRtToggle.retweetsHidden .enabledText {
  display: inline-block;
}
.TwubFeed_container .TwubFeed_controls .hideRtToggle.retweetsHidden .disabledText {
  display: none;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle {
  background-color: #0076a3;
  border: 1px solid #006b94;
  margin-right: 5px;
  position: relative;
  text-align: center;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle:hover {
  background: #0081b2;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle .enabledText {
  display: none;
  text-align: center;
  width: 150px;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle .disabledText {
  display: inline-block;
  text-align: center;
  width: 150px;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle:hover .customTooltip {
  display: block;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle .customTooltip {
  position: absolute;
  left: 165px;
  top: -5px;
  width: 220px;
  z-index: 10;
  display: none;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle .customTooltip .tip {
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #39AE3A;
  border-top: 8px solid transparent;
  position: absolute;
  left: -16px;
  top: 10px;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle .customTooltip .content {
  background: #39AE3A;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  width: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 0;
  top: 0;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle .customTooltip .content .closeTip {
  background: url(//s3.amazonaws.com/static.twubs.com/types/TwubsApp/close.png) center no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.7;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle label {
  color: white;
  float: left;
  text-transform: uppercase;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle label:hover {
  cursor: pointer;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle label span {
  text-align: center;
  display: block;
  padding: 5px;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle label input {
  display: none;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle label input:checked + span {
  background-color: #005170;
  box-shadow: inset 1px 1px 5px #003f56;
  color: #fff;
}
.TwubFeed_container .TwubFeed_controls .chatModeToggle label input:checked + span:hover {
  background-color: #00648a;
}
.TwubFeed_container .TwubFeed_controls .hideRtToggle label {
  color: white;
  float: left;
  text-transform: uppercase;
}
.TwubFeed_container .TwubFeed_controls .hideRtToggle label:hover {
  cursor: pointer;
}
.TwubFeed_container .TwubFeed_controls .hideRtToggle label span {
  text-align: center;
  display: block;
  padding: 5px;
}
.TwubFeed_container .TwubFeed_controls .hideRtToggle label input {
  display: none;
}
.TwubFeed_container .TwubFeed_controls .hideRtToggle label input:checked + span {
  background-color: #892a4c;
  box-shadow: inset 1px 1px 5px #752441;
  color: #fff;
}
.TwubFeed_container .TwubFeed_controls .hideRtToggle label input:checked + span:hover {
  background-color: #9c3057;
}
.TwubFeed_container .TwubFeed_header .state {
  background: #f0f0f0;
  border: 1px solid #c0c0c0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  line-height: 30px;
  overflow: hidden;
  padding-left: 10px;
  border-right-width: 0;
}
.TwubFeed_container .TwubFeed_header .TwubFeed_button_newer {
  float: right;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right-width: 0;
}
.TwubFeed_container .TwubFeed_header .TwubFeed_button_pause {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: right;
  width: 70px;
}
.TwubFeed_container .TwubFeed_header .TwubFeed_button_resume {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: right;
}
.TwubFeed_container .TwubFeed_button_older {
  float: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.TwubFeed_container .live {
  display: block;
}
.TwubFeed_container .paused {
  display: none;
}
.TwubFeed_container.paused .live {
  display: none;
}
.TwubFeed_container.paused .paused {
  display: block;
}
.chatmode .TwubFeed_container .TwubFeed_controls .chatModeToggle .enabledText {
  display: inline-block;
}
.chatmode .TwubFeed_container .TwubFeed_controls .chatModeToggle .disabledText {
  display: none;
}
/*********************************************************************
 * FEED
 *********************************************************************/
.TwubFeed_viewport {
  overflow: hidden;
  height: 0;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.TwubFeed_queue {
  display: none;
}
.TwubFeed_feed {
  position: absolute;
  top: 0;
  width: 100%;
}
/*********************************************************************
 * BUTTONS
 *********************************************************************/
.TwubFeed_button.hidden {
  display: none;
}
.TwubFeed_templates {
  display: none;
}
/* hack */
.showModerationControls .chatModeToggle {
  display: none;
}
.showModerationControls .TwubFeed_feed .TwubBase_message .contentView .mediaThumbs img {
  width: 80px;
  height: 80px;
}
.showModerationControls .TwubFeed_feed .TwubBase_message .contentView .content {
  overflow: visible;
}
.showModerationControls .TwubFeed_feed .TwubBase_message .contentView .content .footer .broadcast {
  display: inline-block;
}
.showModerationControls .TwubFeed_feed .TwubBase_message .TwubBase_Plugins_twitter,
.showModerationControls .TwubFeed_feed .TwubBase_message .TwubBase_Plugins_twubs {
  display: none;
}
.showModerationControls .TwubFeed_feed .TwubBase_message.inModeratedDisplay {
  background: #eeeeff;
}
.showModerationControls .TwubFeed_feed .TwubBase_message.inModeratedDisplay .contentView .content .footer .broadcast {
  display: none;
}
.showTickerControls .chatModeToggle {
  display: none;
}
.showTickerControls .TwubFeed_feed .TwubBase_message .headshot img {
  width: 60px;
  height: 60px;
}
.showTickerControls .TwubFeed_feed .TwubBase_message .contentView .mediaThumbs {
  display: none;
}
.showTickerControls .TwubFeed_feed .TwubBase_message .contentView .content .user .name {
  display: none;
}
.showTickerControls .TwubFeed_feed .TwubBase_message .contentView .content .urls {
  display: none;
}
.showTickerControls .TwubFeed_feed .TwubBase_message .contentView .content .user {
  line-height: 1.0;
}
.showTickerControls .TwubFeed_feed .TwubBase_message .contentView .content .user .username {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.showTickerControls .TwubFeed_feed .TwubBase_message .contentView .content .text {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 7px;
}
.showTickerControls .TwubFeed_feed .TwubBase_message .contentView .content .footer {
  margin-top: 10px;
}
.showTickerControls .TwubFeed_feed .TwubBase_message .contentView .content .footer .tickerBroadcast {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.showTickerControls .TwubFeed_feed .TwubBase_message .TwubBase_Plugins_twitter {
  display: none;
}
.showTickerControls .TwubFeed_feed .TwubBase_message.inModeratedDisplay {
  background: #eeeeff;
}
.showTickerControls .TwubFeed_feed .TwubBase_message.inModeratedDisplay .contentView .content .footer .tickerBroadcast {
  display: none;
}
