/**
 * non-semantic helper classe
 * Universal Convenience Styles
 */
/* insta floats and clears */
.right {
    float: right;
}
.left {
    float: left;
}
.clear-both {
    clear: both;
}

/* For image replacement */
.ir {
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    text-align: left;
    direction: ltr;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
}
.ir br {
    display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visually-hidden {
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
}

/**
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    height: auto;
    width: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
    position: static;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* When styling a list as navigation, use this class to reset it */
.nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Links with small leading icons */
.link-edit {
    padding-left: 11px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/Z6_SYlbvFidPh-XKfqFypw) no-repeat 0 2px;
}
.link-edit:hover {
    background-position: 0 -23px;
}

/* Details */
.details-info {
    font-size: 11px;
    color: #888;
}
.details-info a {
    color: #888;
    text-decoration: none;
}
.details-info a:hover {
    text-decoration: underline;
}
.details-sep {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #888;
    border-left-color: rgba(136,136,136, .4);
}
/* Stumbles filter section - wraps grid/list switch as well */
.stumbles-filter {
    height: 36px;
}
.stumble-view-toggle {
    float: right;
}
.stumble-view-toggle .separator {
    padding: 0 6px;
}
.action {
    float: right;
}


.icon-facebook-medium,
.icon-linkedin-medium,
.icon-twitter-medium {
    padding: 4px 0 4px 20px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/JsyDxn1A5MxlT-v3W6Mezg) no-repeat 0 -146px;
}
.icon-linkedin-medium {
    background-position: 0 -196px;
}
.icon-twitter-medium {
    background-position: 0 -246px;
}.antiscroll-wrap {
  position: relative;
  overflow: hidden;
}

.antiscroll-scrollbar {
  background: gray;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity;
}

.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.antiscroll-scrollbar-horizontal {
  height: 7px;
  margin-left: 2px;
  bottom: 2px;
  left: 0;
}

.antiscroll-scrollbar-vertical {
  width: 7px;
  margin-top: 2px;
  right: 2px;
  top: 0;
}

.antiscroll-inner {
  overflow: none;
  -webkit-overflow-scrolling: touch;
}

.antiscroll-inner::-webkit-scrollbar, .antiscroll-inner::scrollbar {
  width: 0;
  height: 0;
}/**
 * Dimensions
 */
.ac-form-wrap {
    width: 218px;
}
input.ac-keyword {
    width: 210px;
    padding: 2px 4px;
    /* Total width: 218px */
}
.ac-results-container {
    width: 216px;
    /* width of .ac-form-wrap - (1px left border) - (1px right border) */
}



/**
 * Autocomplete form
 */
.ac-form-wrap {
    position: relative;
    text-align: left;
    z-index: 5;
}

.ac-placeholder {
    color: #aaa !important;
}


/**
 * Autocomplete results
 */
.ac-form-wrap .ac-results-wrap {
    position: absolute;
    bottom: 1px;
    left: 0;
}

.ac-results-wrap,
.ac-no-results {
    display: none;
}

.ac-results-content {
    border: 1px solid #ababab;
    border-top: 2px solid #ababab;
    background: #fff;
}
.ac-form-wrap .ac-results-content {
    position: absolute;
    top: 0;
    left: 0;
}

.ac-results-heading {
    margin: 0;
    padding: 5px 0 0 0;
    display: block;
    color: #999;
    text-indent: 8px;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #ddd;
    background: #fff;
    background: -moz-linear-gradient(top , #efefef, #FFFFFF 15%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#EFEFEF), color-stop(0.15, white));
}

.ac-results {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.ac-results li {
    width: auto !important;
    padding: 0;
    float: none;
    display: block;
    border-top: 1px solid #eee;

}
.ac-results li:first-child {
    border-top: 0;
}



.ac-results a {
    padding: 5px 10px;
    display: block;
    font-size: 17px;
    line-height: 21px;
    text-decoration: none;
    color: #64645a;
    cursor: pointer;
    -webkit-tap-highlight-color: #EFF6FC;
}

.s-ac-selected {
    background: #f7f7f4 url(https://nb9-stumbleupon.netdna-ssl.com/z2fQtpPJ8wKJ_ktyuG7rcw) no-repeat scroll right -90px;
}.explore-form-wrap {
    width: 270px;
}

input.explore-box {
    padding-left: 10px;
    padding-right: 30px;
}
.oldie input.explore-box {
    line-height: 250% !important;
}

input.explore-box.s-ac-loading {
    background: #ffffff url(https://nb9-stumbleupon.netdna-ssl.com/9X2QW2K3E-MyTHM9RJO_XA) no-repeat scroll 98.5% center !important;
    color: #444 !important;
}

.explore-form-wrap input.explore-box {
    /*
    total width = 270 (width of .explore-form-wrap)
    width (228) + left padding (10) + right padding (30) + 1px border
    */
    width: 228px;
    height: 37px;
    font-size: 16px;
}

.explore-form-wrap .ac-results-content {
    width: 268px;
    /* width of .explore-form-wrap - (1px left border) - (1px right border) */
}



/* No results */
.explore-no-results {
    padding: 5px 0 8px 60px;
    background: #f7f7f4 url(https://nb9-stumbleupon.netdna-ssl.com/z2fQtpPJ8wKJ_ktyuG7rcw) no-repeat scroll 10px 6px;
    color: #999;
}

.explore-no-results h6 {
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    color: #999;
}
.explore-no-results p {
    margin: 0;
    padding: 0;
}




/* Web toolbar */
#tb-explore-box {
    width: 160px;
    height: 25px;
    margin: 4px 4px 0 0;
    border-color: #1a1a1a;
    background: #6f6f68;
    color: #ccc;
}
.oldie input#tb-explore-box {
    line-height: 200% !important;
}
#tb-explore-box:focus {
    background: #ffffff;
    color: #444;
}

#tb-explore-box-results-wrap {
    position: fixed;
    right: 71px;
    top: 35px;
    z-index: 350;
}
#tb-explore-box-results-wrap .ac-results-content {
    width: 268px;
}/* new loader in css3
 * will be used more and more
 */
.loader {
    height: 50px;
    text-align: center;
    margin: 0 auto;
    z-index: 100;
}
.spinner {
    display: inline-block;
}
.loader.bottom {
    bottom: -25px;
    position: absolute;
    left: 50%;
}
.loader.center {
    margin-top: -12px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.loader.small {
    margin: 10px 0;
    height: 24px;
}
.loader.center.small {
    margin-top: -12px;
}

.loader-progress {
    width: 80px;
    margin: 0 auto;
    overflow: auto;
}
.oldie .loader-progress {
    display: none;
}
@-moz-keyframes loader {
    0% {
        background-color: #eaeae8;
    }
    100% {
        background-color: #c0c0be;
    }
}

@-webkit-keyframes loader {
    0% {
        background-color: #c0c0be;
    }
    100% {
        background-color: #eaeae8;
    }
}

@-ms-keyframes loader {
    0% {
        background-color: #c0c0be;
    }
    100% {
        background-color: #eaeae8;
    }
}

.loader-cell {
    height: 18px;
    width: 18px;
    margin-left: 10px;
    float: left;
    border: 1px solid #c0c0be;
    background-color: #eaeae8;
    -moz-animation-name: loader;
    -moz-animation-duration: 1200ms;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -webkit-animation-name: loader;
    -webkit-animation-duration: 1200ms;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -ms-animation-name: loader;
    -ms-animation-duration: 1200ms;
    -ms-animation-timing-function: ease;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
}
.loader1 {
    -moz-animation-delay: 20ms;
    -webkit-animation-delay: 20ms;
    -ms-animation-delay: 20ms;
}
.loader2 {
    -moz-animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
    -ms-animation-delay: 400ms;
}
.loader3 {
    -moz-animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
    -ms-animation-delay: 800ms;
}
.loader-cell:first-child {
    margin-left: 0;
}
.loading-text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #888;
}.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(0,0,0, 0.65);
    box-shadow: inset 0 0 200px 50px rgba(0,0,0, .5);
    -moz-box-shadow: inset 0 0 200px 50px rgba(0,0,0, .5);
    -webkit-box-shadow: inset 0 0 200px 50px rgba(0,0,0, .5);
}
.oldie .modal-overlay {
    filter: alpha(opacity=75);
}
.modal-container {
    display: none;
    height: 1px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}
.share-panel-modal iframe {
    width: 495px;
    height: 412px;
}
.list-add-modal iframe {
    width: 360px;
    height: 221px;
}
.something-wrong iframe {
    width: 403px;
    height: 305px;
}
.flag-stumbler iframe {
    width: 403px;
    height: 300px;
}

/* Modal Box */
.modal-body > h2 {
    color: #64645a;
}

.modal-open {
    display: block !important;
}
.modal {
    min-width: 300px;
    max-width: 900px;
    min-height: 200px;
    padding: 16px;
    margin: 0 auto 500px 0;
    position: relative;
    display: inline-block;
    background: #f1f1ee; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1ee 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1ee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1ee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1ee 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1ee 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #f1f1ee 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1ee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.ie7 .modal {
    display: inline;
    zoom: 1;
}
.modal-body {
    text-align: left;
}
.modal-close {
    padding: 5px;
    position: absolute;
    right: 6px;
    top: 4px;
    color: #b2b2b2;
    font-size: 24px;
    line-height: 14px;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
}
.modal-close:hover {
    color: #888;
}
.modal-hide-close .modal-close {
    display: none;
}
.modal-loader {
    position: fixed;
    width: 100%;
    z-index:10000;
}

/* Backbone modal */
body.modal-mode {
    overflow: hidden;
}
.modal-view {
    background: rgba(0,0,0, 0.65);
    box-shadow: inset 0 0 200px 50px rgba(0,0,0, .5);
    -moz-box-shadow: inset 0 0 200px 50px rgba(0,0,0, .5);
    -webkit-box-shadow: inset 0 0 200px 50px rgba(0,0,0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8c000000', endColorstr='#8c000000');
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 400;
    font-family: 'Helvetica',Arial;
}
.modal-view.animate {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
}
.modal-view.fadeIn {
    opacity: 1;
}
.modal-outer,
.center-outer {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.modal-inner,
.center-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.modal-wrap {
    margin: 20px 0;
    padding: 25px 20px;
    min-height: 125px;
    min-width: 250px;
    display: inline-block;
    outline: none;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #ffffff; /* Old browsers */
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.modal-view.large .modal-wrap {
    min-height: 380px;
    width: 610px;
}
.modal-view.small .modal-wrap {
    min-height: 200px;
    width: 350px;
}
.modal-title {
    padding-bottom: 3px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #3b3b3b;
    font-size: 25px;
    line-height: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal-subtitle {
    margin-bottom: 10px;
    margin-top: -15px;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    color: #9E9E9E;
}
.modal-wrap .loading,
.content-popup .loading,
.modal-context {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(241,241,238, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8c000000', endColorstr='#8c000000');
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue',Arial;
}
.content-popup .loading {
    margin: 8px;
}
.modal-context-message {
    font-size: 24px;
    padding: 20px;
}
.modal-actions {
    text-align: right;
    margin-top: 20px;
}
.modal-actions.inline {
    margin: 0;
}
.modal-actions .right {
    margin-left: 20px;
}
.modal-actions .left {
    margin-right: 20px;
}
.modal-actions .btn {
    min-width: 0;
}
.modal-view .dropdown {
    min-height: 150px;
}

/* modal form */
.form-modal .wrapper-input {
    margin-bottom: 9px;
}
.form-modal label {
    width: auto;
    margin-bottom: 6px;
    display: block;
    float: none;
    text-align: left;
    font-size: 13px;
}
.form-modal.large label {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #525252;
    cursor: default;
}
.form-modal .label-inline {
    width: auto;
    margin-right: 10px;
    display: inline;
    color: #64645A;
}
.form-modal input,
.form-modal textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-modal input[type="text"],
.form-modal input[type="email"],
.form-modal input[type="password"],
.form-modal textarea {
    height: auto;
    width: 100%;
    padding: 5px;
    border: 1px solid #D4D4D4;
}
.form-modal.large input[type="text"],
.form-modal.large input[type="email"],
.form-modal.large input[type="password"],
.form-modal.large textarea {
    padding: 15px 8px;
    line-height: 18px;
    font-size: 16px;
}
.form-modal input[type="text"],
.form-modal input[type="email"],
.form-modal input[type="password"] {
    height: 30px;
    font-size: 13px;
    line-height: 18px;
    padding-left: 5px;
}
.form-modal textarea {
    height: 4em;
}/* dropdown css */
.dropdown-items-wrap {
    max-height: 200px;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.dropdown-items-wrap.absolute:before {
    width: 0;
    height: 0;
    content: " ";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    z-index: 6;
    top: -9px;
    left: 15px;
}
.dropdown-items-wrap.absolute .dropdown-items {
    box-shadow: 1px 1px 7px -1px #888;
    border: none;
}
.dropdown-items-wrap.absolute .dropdown-item {
    border: none;
    font-size: 13px;
}
.dropdown-items-wrap.absolute .dropdown-item.s-active {
    background: #EDEDEE;
    color: #3A3A3A;
}
.dropdown {
    padding: 10px;
    background-color: #F1F1EE;
    border: 1px solid #d4d4d4;
    position: relative;
}
.dropdown .spinner {
    position: absolute;
    right: 15px;
    top: 5px;
}
.dropdown input[type="text"] {
    width: 100%;
    padding: 3px 30px 3px 7px;
    margin-bottom: 8px;
    background: #fff url(https://nb9-stumbleupon.netdna-ssl.com/Z6_SYlbvFidPh-XKfqFypw) no-repeat 97% -419px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    height: 28px;
    display: inline-block;
    color: #444;
    border: 1px solid #D4D4D4;
    webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.dropdown input[type="text"]:focus {
    outline: none;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(100, 100, 90, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(100, 100, 90, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(100, 100, 90, 0.6);
    border-color: rgba(100, 100, 90, 0.8);
}
.dropdown-items {
    background-color: #ffffff;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    position: relative;
}
.dropdown-item {
    font-size: 14px;
    line-height: 2;
    color: #888888;
    padding-left: 7px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
}
.dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-item.s-active {
    background-color: #888888;
    color: #ffffff;
}
.dropdown-create-new {
    font-size: 14px;
    color: #888888;
    background-color: #F1F1EE;
    border-bottom: none;
}
.dropdown-create-new.s-active {
    background: #F1F1EE;
    color: #444
}
.dropdown-items-wrap.absolute .antiscroll-wrap {
    overflow: auto;
    -webkit-box-shadow: 0px 0 3px 0px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0px 0 3px 0px rgba(0, 0, 0, .45);
    box-shadow: 0px 0 3px 0px rgba(0, 0, 0, .45);
}/**
 * Styles for all Tiles (rhymes)
 **/
/* @TODO set unified colors in smarty and replace with vars */

/* Common */
.tile {
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #6d6e71;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.tile a {
    color: #939597;
}
.tile a:hover {
    color: #6d6e71;
}
.tile a:active {
    color: #414042;
}
.tile-context-wrap {
    background-color: #ebebec;
    border-top: 1px solid #cccccc;
}
.tile-context-wrap:before {
    margin-bottom: 5px;
    content: " ";
    display: block;
    border-top: 1px solid #ffffff;
}
.tile-context {
    padding: 0 10px 10px;
}
.tile-detail-items {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    margin-bottom: 7px;
}
.tile-detail-count,
.tile-detail-text {
    text-shadow: 0 0 0 transparent, 1px 1px 0 #ffffff;
}
.tile-detail-count {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
}
.tile-detail-text {
    font-size: 14px;
}
.tile-controls {
    height: 15px;
    padding: 10px;
    border-top: 1px solid #ffffff;
    background-color: #A6A7A8;
    background-image: -moz-linear-gradient(top, #bcbec0 0%, #979797 100%);
    background-image: -webkit-linear-gradient(top, #bcbec0 0%, #979797 100%);
    background-image: -ms-linear-gradient(top, #bcbec0 0%, #979797 100%);
    background-image: linear-gradient(top, #bcbec0 0%, #979797 100%);
}

/* Typography */
.tile-header-primary {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
}
.tile-header-primary a {
    color: #ffffff;
}
.tile-header-link {
    color: #58595b;
}
.Url {
    word-wrap: break-word;
}
.tile-header-primary-sub {
    color: #c2c2c2;
}
.tile-header-secondary {
    margin-bottom: 5px;
    font-size: 12px;
    color: #a7a9ac;
}
.tile-copy {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* shared styles */
/* dna */
.hover-tip {
    z-index: 5;
}
.dna-bar.large {
    height: 60px;
}
.dna-bar.medium {
    height: 25px;
}
.dna-bar {
    height: 24px;
    margin-bottom: 4px;
    position: relative;
}
.dna-strand {
    height: 100%;
    display: inline-block;
    float: left;
}
.dna-strand.s-active {
    position: relative;
}
.dna-tip-text {
    padding-left: 5px;
    display: block;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
}
.tile-user-data {
    min-height: 35px;
    padding: 3px 25px 0 35px;
    color: #fff;
    background-color: #494847;
    border-bottom: 1px solid #444;
}
/* end dna */
.tile-user-data:last-child {
    border: 0 none;
}
.tile-wrapper-user-thumb {
    width: 24px;
    height: 24px;
    margin-left: -31px;
    margin-top: 3px;
    float: left;
}
.tile-user-thumb {
    width: 100%;
    height: auto;
    display: block;
}
.tile-user .tile-copy {
    height: 50px;
    margin: 0;
    overflow: hidden;
}
.tile-message {
    min-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.tile-text {
    margin-bottom: 0;
    color: #fff
}
.tile-text a {
    font-weight: bold;
    color: #fff;
}
.tile-context-text {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    width: 160px;
}
.tile-context-text a {
    font-weight: bold;
    color: #6d6e71;
}
.tile-context-text a:hover {
    color: #939597;
}
.tile-context-text span {
    font-weight: bold;
}
.tile-context-text-expert-thumb,
.tile-context-text-content-thumb,
.tile-context-text-trending-thumb,
.tile-context-text-user-thumb
{
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/LBLdYc310yHn6NSdUVrDBQ);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
}
.tile-context-text-expert-thumb
{
    background-position: -50px;
}
.tile-context-text-content-thumb
{
    background-position: 0;
}
.tile-context-text-trending-thumb
{
    background-position: -100px;
}
.tile-context-text-user-thumb
{
    background-position: -150px;
}
.tile-context-additional {
    width: 30px;
    height: 20px;
    padding: 5px 0;
    display: inline-block;
    color: #3b3b3b;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: #cccccc;
    text-shadow: 0 0 0 transparent, 1px 1px 1px #ffffff;
}
.tile-context-activity-link {
    padding-right: 10px;
    float: right;
    line-height: 30px;
    font-size: 12px;
    color: #a7a9ac;
    text-shadow: 0 0 0 transparent, 1px 1px 2px #fff;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/-J-reP5z_820ZwkTriBm_A) no-repeat 115% -2314px;
}
.tile-context-activity-link:hover {
    color: #a7a9ac;
    background-position: 115% -2339px;
}
.tile-detail-items > li {
    height: 43px;
    margin-top: 8px;
}
.tile-interest .tile-detail-items {
    margin-top: 60px;
}
.tile-interest .tile-detail-items > li {
    height: 42px;
}
/* layouts */
.tile-wrapper {
    padding: 15px 14px;
    border: 1px solid #686868;
}
.tile-interest,
.tile-channel,
.tile-user {
    min-height: 140px;
    width: 228px;
}
.tile-list {
    width: 342px;
}
.tile-list-attribution {
    padding: 10px;
    overflow: auto;
    background-color: #EBEBEC;
    border-top: 1px solid #CCC
}
.tile-list-title {
    height: 2em;
    margin-top: 12px;
    overflow: hidden;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    margin-bottom: 25px;
}
.tile-list-visibility {
    width: 15px;
    display: inline-block;
    vertical-align: top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/-J-reP5z_820ZwkTriBm_A) no-repeat 2px -2469px;
}
.list-thumb-image {
    width: 342px;
    height: 223px;
    border-bottom: 1px solid #ffffff;
}
.tile-list-page-counter h2 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}
.tile-list-page-counter-followers {
    float: right;
    text-align: right;
}
.tile-list-owner-wrapper {
    width: 130px;
    float: left;
    margin: 5px 5px 0 5px;
}
.tile-list-owner-thumb {
    float: left;
    width: 25px;
    height: 25px;
}
.tile-list-owner-name {
    display: block;
    overflow: hidden;
    color: inherit;
    white-space: nowrap;
    font-weight: bold;
    text-decoration: none;
    text-overflow: ellipsis;
}
.tile-list-owner {
    float: left;
    margin: 0 5px;
    line-height: 1.2;
}
.tile-list-description {
    margin-bottom: 16px;
    max-height: 28px;
    overflow: hidden;
    line-height: 1.1;
}
.tile-list-date-edited {
    margin-top: 10px;
    float: right;
}
.tile-interest-thumb {
    height: 104px;
    width: 160px;
    margin-left: -160px;
    float: left;
}
.tile-channel-thumb,
.tile-user-thumb-large {
    height: 160px;
    width: 160px;
    margin-left: -160px;
    float: left;
}
.tile-interest-copyblock,
.tile-channel-copyblock,
.tile-user-copyblock {
    padding: 10px;
    font-size: 13px;
    line-height: 16px;
    color: #6d6371;
    clear: both;
}
.tile-interest .button-follow,
.tile-channel .button-follow,
.tile-user .button-follow {
    line-height: 1.6;
}
.tile-user .controls {
    float: left;
    height: 20px;
}
.tile-list .controls {
    float: right;
}
.tile-user-details,
.tile-channel-details,
.tile-interest-details {
    width: 68px;
    padding-left: 160px;
    overflow: auto;
    text-align: right;
    background-color: #ececec;
    position: relative;
}
.tile-interest-details {
    border-bottom: 4px solid #ececec;
}
.tile-interest-followers {
    display: block;
    padding-top: 90px;
}
/* tile url standard width */
.tile-url {
    width: 228px;
    padding: 8px;
    display: inline-block;
    text-align: left;
    z-index: 2;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.tile-url-content {
    padding: 0 10px 10px;
    position: relative;
    overflow: hidden;
    background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, #ebebec 100%);
    background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, #ebebec 100%);
    background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, #ebebec 100%);
    background-image: linear-gradient(top, rgb(255,255,255) 0%, #ebebec 100%);
}
.tile-url .action {
    padding: 5px 0 0 9px;
    display: inline-block;
    line-height: 1.7;
}
.topic-bar,
.tile-url-topic {
    height: 25px;
    padding: 0 10px;
    margin-bottom: 4px;
    display: block;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    text-shadow: 0 0 0 transparent, 0 0 1px rgba(0, 0, 0, 0.1);
}
.tile-list-topic {
    padding: 0;
}
.tile-url-header {
    padding: 10px 0 8px 0;
    margin-bottom: 0;
    overflow: hidden;
    color: #3b3b3b;
    font-size: 22px;
    line-height: 1.3;
    font-weight: normal;
    text-shadow: 0 0 0 transparent, 1px 1px 2px #fff;
}
.tile-user .tile-url-header {
    padding-bottom: 3px;
}
.tile-url-header .Url {
    color: #58595b;
}
.tile-url-header.text-only .Url {
    color: #fff;
    text-shadow: 0 0 0 transparent, 0px 0px 2px #000000;
}
.tile-url-thumb {
    max-height: 300px;
    overflow: hidden;
    display: block;
    position: relative;
    border-bottom: 6px solid #000;
}
.tile-url-description {
    margin-bottom: 8px;
    text-shadow: 0 0 0 transparent, 1px 1px 1px #ffffff;
}
.tile-url-thumb .edit-controls {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.tile-url-thumb .edit-controls .btn {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}
.tile-url-thumb .edit-controls .current-cover:hover {
    background: #E0E0E0;
    color: #888888;
    cursor: default;
}
.tile-url-context {
    min-height: 30px;
    padding: 5px 10px 5px;
    border-top: 2px solid #fff;
    position: relative;
    background-color: #ebebec;
}
.tile-url-context::before {
    width: 100%;
    height: 1px;
    content: "\0000a0";
    position: absolute;
    top: -2px;
    left: 0;
    background: #ccc;
}
.tile-url-context .tile-wrapper-user-thumb {
    width: 30px;
    height: auto;
    margin: 0 2px 0 0;
}
.tile-url-details {
    font-size: 12px;
    color: #939597;
    overflow: auto;
    text-shadow: 0 0 0 transparent, 1px 1px 2px #fff;
}
.tile-url-info-link {
    margin-left: 7px;
    padding-left: 25px;
    display: block;
    height: 14px;
    float: left;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/-J-reP5z_820ZwkTriBm_A) no-repeat 8px -1274px;
}
.tile-url-info-link:hover {
    background-position: 8px -1299px;
}
.tile-url-domain {
    color: #A7A9AC;
    float: left;
    padding-left: 16px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/-J-reP5z_820ZwkTriBm_A) no-repeat 0 -1674px;
}
.tile-url-details .details-sep {
    border-left-color: #cdcdcd;
}
.tile .edit-control,
.tile .edit-control:hover,
.url-tile-time-liked,
.tile-share-date-sent {
    color: #fff;
    text-shadow: 0 0 0 transparent, 1px 1px 0px #656565;
}
.tile-url-meta .button-follow {
    line-height: 1.6;
}
.tile-url-meta .control-item.left {
    float: left
}

/* tile notifications */
.tile-notifications {
    width: 220px;
    padding: 10px 14px;
    margin-bottom: 30px;
    border: 1px solid #686868;
    background-color: #ffffff;
}
.tile-notifications-header {
    padding-bottom: 3px;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #888;
    border-bottom: 3px solid #bbb;
}
.tile-notifications .ui-scrollable-wrap {
}
.tile-notifications .tile-url-text {
    min-height: 35px;
    line-height: 1.3;
}
.tile-notifications .notification-wrapper-thumb {
    margin: 2px 0 0 -35px;
}
.tile-user,
.tile-channel,
.tile-list,
.tile-interest {
    padding: 8px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
}
/* tile comment */
.tile-comment {
    width: 456px;
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
}
.tile-comment-thumb-wrapper {
    height: 28px;
    width: 28px;
    float: left;
}
.tile-comment-thumb-image {
    height: auto;
    display: block;
}
.tile-comment-user {
    margin-left: 35px;
    margin-bottom: 0;
    color: #7E8082;
    font-size: 14px;
    line-height: 2;
}
.tile-comment-comment {
    overflow: hidden;
    text-overflow: ellipsis;
}
.tile-comment .tile-copy {
    padding-right: 10px;
    margin-bottom: 0;
    margin-left: 35px;
}
.tile-interest .tile-copy {
    height: 70px;
    margin-top: 11px;
}
/* Tile Discover */
.tile-discover {
    max-width: 370px;
    padding-left: 95px;
    overflow: auto;
    text-align: left;
    background-color: #transparent;
}
.tile-discover .col-left {
    width: 80px;
    margin-left: -95px;
    float: left;
}
.tile-discover .tile-user-thumb {
    height: 80px;
    width: 80px;
}
.tile-discover-copyblock .tile-copy {
    margin-bottom: 0;
    font-size: 13px;
}
/* Tile Share and Tile Url Comment*/
.tile-share,
.tile-url-comment {
    width: 462px;
    padding: 8px;
    display: inline-block;
    text-align: left;
    z-index: 2;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.tile-share-content {
    height: 94px;
    padding: 0 10px 10px;
}
.tile-share-sender-content {
    min-height: 90px;
    padding: 10px;
    position: relative;
}
.tile-url-comment-content {
    min-height: 90px;
    padding: 0 10px 10px 110px;
    position: relative;
}
 .tile-share-content::after {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 10px;
    content: "\0000a0";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
}
.tile-share-header,
.tile-url-comment-header {
    padding: 0 0 4px;
    font-size: 20px;
    line-height: 22px;
}
.tile-share-thumb {
    border-bottom: 4px solid #ececec;
    display: block;
    float: left;
}
.tile-list-share-thumb {
    border-bottom-color: #CCC;
}
.tile-share-thumb-image {
    height: 100px;
}
.tile-share-sender-thumb,
.tile-url-comment-thumb {
    height: 100px;
    position: absolute;
    left: 0;
    top: 10px;
}
.tile-url-comment-thumb {
    top: 0;
}
.tile-share-sender-name {
    color: #626e71;
    font-size: 14px;
}
.tile-share-flag-new {
    height: 15px;
    padding: 16px 8px 4px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    background-color: #eb4924;
    color: #ffffff;
}
.share-seen .tile-share-flag-new {
    display: none;
}
.tile-share-message {
    margin: 0;
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
}
/* Tile Message */
.tile-message {
    width: 672px;
    padding: 8px;
    display: inline-block;
    text-align: left;
    z-index: 2;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.tile-message-content {
    min-height: 90px;
    padding: 0 10px 10px 110px;
    position: relative;
}
.tile-message-sender-thumb {
    width: 100px !important;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.tile-message-header {
    padding: 0 0 4px;
    font-size: 20px;
    line-height: 22px;
}
.tile-message-sender-name {
    color: #626e71;
    font-size: 14px;
}
.tile-message-date-sent {
    color: #fff;
}
.tile-message-flag-new {
    height: 15px;
    padding: 16px 8px 4px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    background-color: #eb4924;
    color: #ffffff;
}
.tile-message-copy {
    height: auto;
}

/* Tile empty */
.tile-empty {
    text-align: center;
    font-size: 12px;
}
.tile-empty a {
    color: #eb4924;
}
.tile-empty a:hover {
    color: #B32C0D;
}
.tile-empty h2 {
    margin-top: 20px;
}/* Edit list view CSS */
.list-edit-actions .btn {
    padding: 4px 14px;
    display: inline-block;
    cursor: pointer;
    color: #888;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.39);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 0 none;
    background-color: #E0E0E0;
    background-image: none;
}
.list-edit-actions .btn:hover {
    color: #444;
    text-decoration: none;
    background-color: #D4D4D4;
}
.list-edit-actions .btn.primary {
    color: white;
    text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.29 );
    background-color: #EB4924;
}
.list-edit-actions .btn.primary:hover {
    color: white;
    background-color: #D53D1B;
}
.list-edit-actions .btn.secondary {
    color: white;
    text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.29 );
    background-color: #A29C9B;
}
.list-edit-actions .btn.secondary:hover {
    color: white;
    background-color: #8E8785;
}
.list-edit-header {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1;
    color: #888888;
}
.list-edit-form {
    padding: 0 0 0 149px;
}
.list-edit-image-wrapper {
    margin-left: -149px;
    float: left;
}
.list-edit-columns {
    overflow: auto;
}
.view-modal .list-edit-columns {
    width: 635px;
    padding-top: 25px;
}
.list-edit-col-left {
    width: 240px;
    padding-left: 80px;
    float: left;
}
.list-edit-col-right {
    width: 225px;
    padding-left: 80px;
    float: right;
}
.list-edit-form .wrapper-input {
    min-height: 22px;
    margin-bottom: 0;
}
input.list-edit-title,
.list-edit-description {
    font-size: 11px;
    color: #444;
}
input.list-edit-title {
    height: 15px;
    width: 210px;
}
.list-edit-description {
    height: 30px;
    width: 215px;
    resize: none;
}
.list-edit-form .list-edit-btn {
    width: 75px;
    padding: 3px 14px;
    margin: 0 0 0 10px;
    float: right;
}
.header-label {
    width: 70px;
    margin-left: -80px;
    float: left;
    font-size: 12px;
    color: #888888;
    font-weight: bold;
}
.header-label-inline {
    padding-top: 6px;
}
.list-edit-actions {
    padding-top: 3px;
    margin-top: 9px;
}
.help-text {
    font-size: 11px;
    color: #b2b2b2;
}/* Common */
.modal-body .empty {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 14px;
}
.url-context-center {
    text-align: center;
}
.url-context-center .url-context {
    display: inline-block;
}
.url-context {
    position: relative;
}
.url-context-thumb {
    display: inline-block;
    max-width: 440px;
}
.url-context-title {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 22px;
}
.admin-actions {
    box-shadow: inset 0 0 1px;
    -moz-box-shadow: inset 0 0 1px;
    -webkit-box-shadow: inset 0 0 1px;
    box-shadow: inset 0 0 1px;
}

/* Action Dropdown */
.action-dropdown {
    min-width: 125px;
}
.action-dropdown > li {
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #ffffff;
    background-color: #f1f1f1;
}
.action-dropdown > li:hover {
    background-color: #d4d4d4;
}
.action-dropdown > li:active {
    background-color: #444444;
}
.action-dropdown > li:active a {
    color: #ffffff;
}
.action-dropdown > li:first-child {
    border-top: none;
}
.action-dropdown > li:last-child {
    border-bottom: none;
}
.action-dropdown a {
    display: block;
    color: #333;
}

/* URL Activity */
.url-activity-item {
    min-height: 40px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 1px;
    padding: 6px 20px 6px 60px;
    position: relative;
}
.url-activity-item p {
    margin-bottom: 0;
}
.url-activity-item:after {
    height: 1px;
    width: 100%;
    content: " ";
    display: block;
    background-color: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.url-activity-item a {
    font-weight: bold;
}
.url-activity-item:last-child {
    margin-bottom: 1px;
}
.url-activity-item-thumb {
    width: 40px;
    height: 40px;
    margin-left: -50px;
    float: left;
}
.url-activity-item-date {
    font-style: italic;
}

/* Comments */
.comments-modal .modal-header {
    max-width: 440px;
}
.new-comment-wrap {
    max-width: 440px;
    min-width: 300px;
}
.comments {
    min-height: 60px;
    margin-bottom: 10px;
    position: relative;
    font-family: helvetica, arial, sans-serif;
    -moz-box-shadow: inset 0 -3px 7px -4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 -3px 7px -4px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -3px 7px -4px rgba(0, 0, 0, 0.4);
}
.comments.antiscroll-wrap {
    max-height: 200px;
    max-width: 440px;
    min-width: 300px;
}
.comment {
    padding-left: 60px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    position: relative;
}
.comment:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    content: " ";
    display: block;
    position: absolute;
    background-color: #D4D4D4;
}
.comment:last-child {
    margin-bottom: 0;
}
.comment-user-thumb {
    height: 50px;
    margin-left: -60px;
    float: left;
    border: 2px solid #ffffff;
}
.modal-view .comment-attribution {
    color: #EB4924;
}
.comment-text {
    margin-bottom: 0;
    margin-right: 15px;
    color: #333333;
    font-size: 13px;
    line-height: 18px;
}
.new-comment {
    width: 100%;
    height: 70px;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

/* new message modal */
.new-message-form {
    width: 400px;
}
.new-message-form label {
    width: auto;
    padding-top: 0;
    float: none;
    text-align: left;
    color: inherit;
    line-height: 30px;
}
.message-to,
.message-body {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.message-body {
    padding: 8px;
    height: 100px;
    resize: none;
}

/* User description */
.user-description-wrap {
    width: 500px;
    padding-left: 170px;
}
.user-description-wrap .user-thumb {
    float: left;
    margin-left: -170px;
}
.user-description-wrap .user-description {
    font-size: 13px;
}

/* FB forced reg */
.fb-connect-welcome .modal-wrap{
    color: #ffffff;
    text-shadow: 0 1px 1px #505358;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue',Arial;

    background-color: #0C96B0;
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/mgtGqT2vpDy72iedZaFG6Q), linear-gradient(bottom, rgb(0,136,162) 100%, rgb(0,167,200) 0%);
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/mgtGqT2vpDy72iedZaFG6Q), -o-linear-gradient(bottom, rgb(0,136,162) 100%, rgb(0,167,200) 0%);
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/mgtGqT2vpDy72iedZaFG6Q), -moz-linear-gradient(bottom, rgb(0,136,162) 100%, rgb(0,167,200) 0%);
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/mgtGqT2vpDy72iedZaFG6Q), -webkit-linear-gradient(bottom, rgb(0,136,162) 100%, rgb(0,167,200) 0%);
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/mgtGqT2vpDy72iedZaFG6Q), -ms-linear-gradient(bottom, rgb(0,136,162) 100%, rgb(0,167,200) 0%);
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/mgtGqT2vpDy72iedZaFG6Q), -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(0,132,162)),
        color-stop(1, rgb(0,167,200))
    );
}
.fb-connect-welcome .modal-wrap:after{
    height: 116px;
    width: 190px;
    position: absolute;
    content: " ";
    top: 20px;
    left: 50%;
    margin-left: -95px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/uXUHSF4pYP7atP0mOTIqrg) 0 0 no-repeat;
}

.fb-connect-welcome .modal-body {
    text-align: center;
}
.fb-connect-welcome .modal-close {
    color: #0F6B7B;
}
.fb-connect-welcome .signup-header {
    margin-top: 100px;
    color: #ffffff;
    font-size: 80px;
    text-shadow: 0 1px 1px #000000;
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: normal;
}
.fb-connect-welcome .signup-text {
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 16px 0;
}
.fb-connect-welcome .join {
    color: #ffffff;
    background: rgba(1, 73, 86, .6);
    border: 3px solid rgba(5, 49, 58, .2);
    font-size: 24px;
    margin: 0;
    text-shadow: 0 1px 1px #505358;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue',Arial;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.41);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.41);
}
.fb-connect-welcome .join:hover {
    background: rgba(1, 73, 86, .8);
}
.fb-connect-welcome .join:active {
    background: rgba(1, 73, 86, 1);
}
.fb-connect-welcome .already-member {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #d6dee0;
    text-decoration: none;
}
.fb-connect-welcome .already-member:hover {
    color: #ffffff;
}
.fb-connect-welcome .already-member:active {
    color: #888888;
}

/* Sign in popup */
.sign-in-popup {
    width: 300px;
}#tb-explore-box {
	font-size: 13px;
    margin: 4px 4px 0 0;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #1a1a1a;
}

#tb-explore-box:focus {
    outline: none;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(100, 100, 90, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(100, 100, 90, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(100, 100, 90, 0.6);
    border-color: rgba(100, 100, 90, 0.8);
}/* Don't remove me */






















/* stumble frame style */
#tb-stumble-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#tb-stumble-frame {
	position: absolute;
    width: 100%;
    height: 100%;
}
#tb-stumble-container-bad-flash {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
	background: url(https://nb9-stumbleupon.netdna-ssl.com/9MfdjuDe7tBa5aaXeO065A) #2f2f2f no-repeat center;
}
/* Main toolbar elements layout */
#tb-toolbar {
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 1;
    background: #3d3d3d; /* Old browsers */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -moz-linear-gradient(top,  #3d3d3d 0%, #212121 100%); /* FF3.6+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#212121)); /* Chrome,Safari4+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -webkit-linear-gradient(top,  #3d3d3d 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -o-linear-gradient(top,  #3d3d3d 0%,#212121 100%); /* Opera 11.10+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -ms-linear-gradient(top,  #3d3d3d 0%,#212121 100%); /* IE10+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), linear-gradient(to bottom,  #3d3d3d 0%,#212121 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.25);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}
body.tb-fixed {
    margin-top: 40px;
}
.tb-fixed #tb-toolbar {
    position: fixed !important;
    top: 0;
    z-index: 10;
}
.no-webtoolbar #tb-toolbar {
    display: none;
}

#tb-toolbar ul {
    white-space: nowrap;
}
#tb-toolbar ul li {
    display: inline;
    height: 40px;
    list-style-type: none;
    color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#tb-toolbar-left {
    left: 0;
    position: absolute;
    z-index: 150;
}
#tb-toolbar-rigth {
    right: 0;
    position: absolute;
    z-index: 140;
}

/* Standard Elements styles */
/* text */
.tb-text {
    display: table;
}
.tb-text span {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}
/* button */
.tb-btn > .tb-btn-text,
.tb-btn a {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 12px;
    display: inline-block;
    color: #cccccc;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000000;
}
.tb-btn a:hover {
    color: #ffffff;
}
.tb-btn a:hover .tb-btn-text {
}
.tb-btn-ico {
    display: block;
    position: absolute;
    height: 40px;
    background: transparent url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig) no-repeat;
}
.ie7 #tb-stumble .tb-btn-ico {
    top: 7px;
}
.ie7 #tb-stumble .tb-btn-text {
    position: relative;
}
/* space solid */
.tb-space-solid {
    background-color: #3b3b3b;;
}
/* short solid spacer */
.tb-space-solid-small {
    width: 2px;
    background-color: transparent;
}
.tb-space-solid-small div {
    background-color:#949494;
    height:18px;
    margin-top:6px;
    width:1px;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#BDBDBD;
}

.tb-btn-notext .tb-btn-text {
    display: none;
}

/* more buttons */
.tb-btn-more .tb-btn-text {
    display: none;
}
.tb-btn-more a, .tb-btn-more .tb-btn-ico {
    width: 8px;
    background-position: 0 -332px;
}
.tb-btn-more a:hover .tb-btn-ico {
    background-position: 0 -382px;
}

/* Specific elements styles */
/* Stumble Button */
#tb-stumble a {
    height: 12px;
    line-height: 12px;
    margin: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 4px;
    color: white;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #363436;
    font-size: 14px;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight:500;
    font-stretch:normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);

    box-shadow: 0 -1px 1px 0 #231F20;
    -moz-box-shadow: 0 -1px 1px 0 #231F20;
    -webkit-box-shadow: 0 -1px 1px 0 #231F20;

    background: rgb(239,162,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,162,119,1) 1%, rgba(233,132,63,1) 5%, rgba(238,102,49,1) 33%, rgba(241,90,41,1) 64%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,162,119,1)), color-stop(5%,rgba(233,132,63,1)), color-stop(33%,rgba(238,102,49,1)), color-stop(64%,rgba(241,90,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa277', endColorstr='#f15a29',GradientType=0 ); /* IE6-9 */

}
#tb-stumble a:hover {
    background: rgb(239,162,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,162,119,1) 1%, rgba(233,132,63,1) 22%, rgba(238,102,49,1) 46%, rgba(241,90,41,1) 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,162,119,1)), color-stop(22%,rgba(233,132,63,1)), color-stop(46%,rgba(238,102,49,1)), color-stop(70%,rgba(241,90,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa277', endColorstr='#f15a29',GradientType=0 ); /* IE6-9 */
}
#tb-stumble a:active {
    background: #C94F1A;
}
#tb-stumble .tb-btn-ico {
    height: 20px;
    width: 20px;
    top: 6px;
    background: transparent url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig) no-repeat -1px -2302px;
}
#tb-stumble .tb-btn-text {
    margin-left: 25px;
    margin-right: 14px;
}

/* interests button */
#tb-interests a {
    width: 126px;
    position: relative;
}
#tb-interests a .tb-btn-text {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
#tb-interests a .tb-btn-ico {
    position: absolute;
    top: 0;
    right: 10px;
}
#tb-toolbar.tb-overlay-interests-menu #tb-interests a {
    color: #eb4924;
    background-color: #f1f1ef;
    text-shadow: none;
}
#tb-toolbar.tb-overlay-interests-menu #tb-interests a .tb-btn-ico {
    background-position: 0 -732px;
}

/* like buttons stuff */
#tb-like {
    margin-left: 8px;
}
#tb-like a, #tb-like .tb-btn-ico {
    width: 16px;
    padding: 0 12px;
    background-position: 0 -40px;
}
#tb-like.tb-showtext a {
    width: auto;
}
#tb-like .tb-btn-text {
    padding-left: 22px;
}
#tb-share {
    margin-left: 4px;
}
#tb-share.tb-showtext a {
    width: auto;
}
#tb-share .tb-btn-text {
    padding-left: 28px;
}
#tb-toolbar.tb-thumbedup #tb-like .tb-btn-text {
    color: #FFFFFF;
}
#tb-like a:hover .tb-btn-ico {
    background-position: 0 -90px;
}
#tb-toolbar.tb-thumbedup #tb-like .tb-btn-ico {
    background-position: 0 -140px;
}

/* like more button */
#tb-toolbar.tb-overlay-thumbup-menu #tb-likemore a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-thumbup-menu #tb-likemore a .tb-btn-ico {
    background-position: 0 -732px;
}

/* notlike buttons stuff */
#tb-notlike a, #tb-notlike .tb-btn-ico {
    width: 16px;
    padding: 0 6px 0 12px;
    background-position: 0 -190px;
}
#tb-notlike a:hover .tb-btn-ico {
    background-position: 0 -240px;
}
#tb-toolbar.tb-thumbeddown #tb-notlike .tb-btn-ico {
    background-position: 0 -290px;
}

#tb-notlikemore {
    height: 20px;
    top: 6px;
    left: 275px;
    position: absolute;
}
/* not for me more button */
#tb-toolbar.tb-overlay-thumbdown-menu #tb-notlikemore a .tb-btn-ico {
    background-position: 0 -732px;
}
#tb-notlikemore a, #tb-notlikemore .tb-btn-ico {
    padding: 0 6px;
}

/* share button */
#tb-share a, #tb-share .tb-btn-ico {
    width: 22px;
    padding: 0 12px;
    background-position: 0 -439px;
}
#tb-share a:hover .tb-btn-ico {
    background-position: 0 -489px;
}
#tb-toolbar.tb-overlay-share-menu #tb-share a {
    background-color: #f1f1ef;
    color: #eb4924;
    text-shadow: none;
}
#tb-toolbar.tb-thumbedup #tb-share a .tb-btn-ico {
    background-position: 0 -489px;
}
#tb-toolbar.tb-overlay-share-menu #tb-share a .tb-btn-ico {
    background-position: 0 -789px;
}

/* share-facebook button */
#tb-share-facebook {
    margin-left: 20px;
}
#tb-share-facebook a, #tb-share-facebook .tb-btn-ico {
    width: 22px;
    padding: 0 5px 0 8px;
    background-position: 0 -1789px;
}
#tb-share-facebook a:hover .tb-btn-ico {
    background-position: 0 -1839px;
}
#tb-toolbar.tb-overlay-share-facebook-menu #tb-share-facebook a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-share-facebook-menu #tb-share-facebook a .tb-btn-ico,
#tb-toolbar.tb-thumbedup #tb-share-facebook a .tb-btn-ico {
    background-position: 0 -1839px;
}

/* comment button */
#tb-comment a, #tb-comment .tb-btn-ico {
    width: 20px;
    padding: 0 12px;
    background-position: 0 -539px;
}
#tb-comment a:hover .tb-btn-ico {
    background-position: 0 -589px;
}
#tb-toolbar.tb-overlay-comment-menu #tb-comment a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-comment-menu #tb-comment a .tb-btn-ico {
    background-position: 0 -839px;
}

/* userlabel button: default hidden */
#tb-toolbar #tb-userlabel {
    display: none;
}
#tb-toolbar.tb-stumble-friend #tb-userlabel,
#tb-toolbar.tb-stumble-discoverer #tb-userlabel,
#tb-toolbar.tb-stumble-channels #tb-userlabel {
    display: block;
}
#tb-toolbar.tb-stumble-discoverer.tb-stumble-sponsored #tb-userlabel,
#tb-toolbar.tb-stumble-channels.tb-stumble-sponsored #tb-userlabel {
	display: none;
}
#tb-userlabel .tb-btn-ico {
    width: 20px;
}
#tb-userlabel .tb-btn-text {
    margin-left: 23px;
}
/* discoverer */
#tb-toolbar.tb-stumble-discoverer #tb-userlabel a .tb-btn-ico {
    background-position: 0 -1039px;
}
#tb-toolbar.tb-stumble-discoverer #tb-userlabel a:hover .tb-btn-ico {
    background-position: 0 -1089px;
}
#tb-toolbar.tb-stumble-discoverer.tb-overlay-userinfo-menu #tb-userlabel a .tb-btn-ico {
    background-position: 0 -1139px;
}
/* friend */
#tb-toolbar.tb-stumble-friend #tb-userlabel a .tb-btn-ico {
    background-position: 0 -1189px;
}
#tb-toolbar.tb-stumble-friend #tb-userlabel a:hover .tb-btn-ico {
    background-position: 0 -1239px;
}
#tb-toolbar.tb-stumble-friend #tb-userlabel.tb-overlay-userinfo-menu a .tb-btn-ico {
    background-position: 0 -1289px;
}
/* channels */
#tb-toolbar.tb-stumble-channels #tb-userlabel a .tb-btn-ico {
    background-position: 0 -1489px;
}
#tb-toolbar.tb-stumble-channels #tb-userlabel a:hover .tb-btn-ico {
    background-position: 0 -1539px;
}
#tb-toolbar.tb-stumble-channels #tb-userlabel.tb-overlay-userinfo-menu a .tb-btn-ico {
    background-position: 0 -1589px;
}

#tb-toolbar.tb-overlay-userinfo-menu #tb-userlabel a {
    background-color: #f1f1ef;
    color: #eb4924;
}

/* sponsored button */
#tb-toolbar #tb-sponsored {
    display: none;
}
#tb-toolbar.tb-stumble-sponsored #tb-sponsored {
	display: block;
}
#tb-sponsored .tb-btn-ico {
    width: 20px;
}
#tb-sponsored .tb-btn-text {
    margin-left: 23px;
}

#tb-toolbar.tb-stumble-sponsored #tb-sponsored a .tb-btn-ico {
    background-position: 0 -1339px;
}
#tb-toolbar.tb-stumble-sponsored #tb-sponsored a:hover .tb-btn-ico {
    background-position: 0 -1389px;
}

/* settings button */
#tb-settings .tb-btn-ico {
    width: 20px;
    margin-left: 12px;
    background-position: 0 -639px;
}
#tb-settings a:hover .tb-btn-ico {
    background-position: 0 -689px;
}

/* notification and settings buttons */
#tb-settings a, #tb-notification a {
    width: 44px;
    padding: 0;
}
/* notification button */
#tb-toolbar ul li#tb-notification {
    font-size: 16px;
    text-align: center;
}
#tb-toolbar.tb-overlay-notification-menu #tb-notification a {
    background-color: #f1f1ef;
    color: #eb4924;
    text-shadow: none;
}
#tb-toolbar.tb-overlay-settings-menu #tb-settings a {
    background-color: #f1f1ef;
}

#tb-toolbar.tb-overlay-settings-menu #tb-settings a .tb-btn-ico {
    background-position: 0 -889px;
}

/* notification button */
#tb-toolbar.tb-has-notifications #tb-notification .tb-btn-text {
    font-weight: bold;
    color: #eb4924;
}

/* login button */
#tb-toolbar.tb-overlay-login-menu #tb-login a {
    background-color: #f1f1ef;
    color: #eb4924;
}

/* close button */
#tb-close a {
    width: 44px;
    padding: 0px;
}
#tb-close .tb-btn-ico {
    width: 20px;
    margin-left: 15px;
    background-position: 0 -936px;
}
#tb-close a:hover .tb-btn-ico {
    background-position: 0 -986px;
}

/* home button */
#tb-home a {
	width: 44px;
	padding: 0px;
}
#tb-home .tb-btn-ico {
    width: 20px;
    margin-left: 15px;
    background-position: 0 -1689px;
}
#tb-home a:hover .tb-btn-ico {
    background-position: 0 -1739px;
}

/* add to list */
#tb-lists a {
    width: 36px;
    padding: 0px;
}
#tb-lists .tb-btn-ico {
    width: 20px;
    margin-left: 6px;
    background-position: 0 -2140.5px;
}
#tb-lists a:hover .tb-btn-ico {
    background-position: 0 -2190.5px;
}
#tb-toolbar.tb-overlay-lists #tb-lists a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-lists #tb-lists a .tb-btn-ico {
    background-position: 0 -2240.5px;
}

/* STATES handling */
#tb-toolbar.tb-visitor ul li.tb-hide-visitor,
#tb-toolbar.tb-user li.tb-hide-user,
#tb-toolbar.tb-thumbedup li.tb-hide-thumbedup,
#tb-toolbar.tb-thumbeddown li.tb-hide-thumbeddown {
    display: none !important;
}

#tb-toolbar.tb-visitor ul#tb-toolbar-center li.tb-hide-visitor{
    display: block !important;
    visibility: hidden;
}

#tb-signup-close {
    text-align: right;
    font-size: 35px;
    margin-top: 10px;
    margin-right: 10px;
}

.toolbar-signup {
    display: none;
    position: fixed;
    top: 72px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    width: 100%;
    height: 100%;
}

.toolbar-signup iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

/* div container for the overlay */
.tb-overlay {
    background-color: #f1f1ef;
    box-shadow: 2px 6px 6px rgba(0,0,0,0.2), -2px 6px 6px rgba(0,0,0,0.2);
    position: fixed;
}
.oldie .tb-overlay {
    border: 1px solid #b2b2b2;
}
#tb-overlay-container-share-panel-reply {
    box-shadow: 2px 2px 6px 6px rgba(0,0,0,0.2);
}
#tb-stumble-disable {
    background-color: #000000;
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE8 */
    filter: alpha(opacity=30); /* IE7 */
    position: fixed;
    display: none;
    top: 40px;
    left: 0px;
    width: 100%;
    height: 0px;
    z-index: 200;
}

/* tooltip overlay styles*/
.tb-overlay-tooltip,
.tb-overlay-permanenttooltip {
    border: 2px solid #EB4924;
    padding: 8px;
    color: #000000;
    font-size: 13px;
}
.tb-overlay-floating,
.tb-overlay-tooltip,
.tb-overlay-permanenttooltip {
    z-index: 300;
}
.tb-overlay-top {
    z-index: 100;
}
.tb-overlay-notification {
    z-index: 400;
    color: #000000;
}
/* tooltip pointer sister styles */
.tb-pointer {
    height: 10px;
    width: 15px;
    position: absolute;
    top: -10px;
    left: 12px;
    z-index: 310;
    background: transparent url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig) no-repeat 0 -1651px;
}
/* Close button for permanent tooltips */
.tb-overlay-permanenttooltip {
	padding-right: 30px;
}
.tb-overlay-permanenttooltip a {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 1px;
    top: 2px;
    display: inline-block;
    color: #b2b2b2;
    font-size: 24px;
    line-height: 20px;
    overflow: hidden;
    text-decoration: none;
}
.tb-overlay-permanenttooltip a:hover {
    color: #888;
}

/* Handling arrow for tooltips */
.tip-arrow {
    visibility: hidden;
    position: absolute;
}
    #tb-toolbar.tb-overlay-tooltip-tb-comment #tb-comment a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-comment #tb-comment a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-explorebox #tb-explorebox a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-explorebox #tb-explorebox a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-interests #tb-interests a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-interests #tb-interests a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-like #tb-like a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-like #tb-like a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-notlike #tb-notlike a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-notlike #tb-notlike a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-settings #tb-settings a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-settings #tb-settings a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-share #tb-share a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-share #tb-share a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-lists #tb-lists a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-lists #tb-lists a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-share-facebook #tb-share-facebook a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-share-facebook #tb-share-facebook a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-home #tb-home a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-home #tb-home a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }

.tb-overlay-permanenttooltip .actions {
    text-align: right;
    margin: 5px -20px 0 0;
}

.tb-overlay-permanenttooltip .actions .btn {
    min-width: 50px;
    margin-left: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

#tooltip-arrow {
    width: 60px;
    height: 40px;
    top: 0px;
    left: 0px;
    position: absolute;
    display: none;
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/RAyQi2BG4hsE80LvteNDig);
    background-repeat: no-repeat;
    background-position: 40px -1619px;
}
#tb-toolbar.tb-overlay-permanenttooltip-tb-stumble #tb-stumble #tooltip-arrow {
    display: block;
    left: 40px;
    top: 32px;
    background-position: 0px -1651px;
}

/* notification overlay styles */
.tb-overlay-notification {
    background-color: #f1f1ef;
    box-shadow: none;
    padding: 5px 10px 5px 10px;
}
.tb-overlay-notification-type-info {
    border-left: 2px solid #00a8ff;
    border-right: 2px solid #00a8ff;
    border-bottom: 2px solid #00a8ff;
}
.tb-overlay-notification-type-error {
    border-left: 2px solid #eb4924;
    border-right: 2px solid #eb4924;
    border-bottom: 2px solid #eb4924;
}
.safari-overlay header {
    background-color: #cfcfcf;
    padding-right:0px;
    margin-right:0px;
    margin-bottom:0px;
}
.safari-overlay header h1 {
    font-family: "Arial";
    font-weight: bold;
    font-size: 18px;
    background-color: #cfcfcf;
    color: #1d1d1d;
    text-shadow: #e2e2e2 1px 1px 1px;
}
.safari-only-header, .safariclose {
    display:none;
}
.safari-overlay header {
    display:block;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #e2e2e2 ;
    border-right: 1px solid #e2e2e2;
}
.safari-overlay .safariclose {
    position:relative;
    right:7px;
    float:right;
    display:inline;
    font-size:24px;
    color:#888888;
    line-height:33px;
    margin-left:15px;
    font-weight:normal;
}
.safari-overlay .overlay-scrolling-content {
    overflow-y:scroll;
}
.safari-overlay header + * {
    padding-top:10px;
}
.safari-overlay {
    overflow:hidden;
}

/* context overlay */
.contextPanel {
    padding: 9px;
    overflow: auto;
    background: #f1f1ee; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1ee 0%, #f1f1ee 140px, #ffffff 480px, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top,  left bottom, color-stop(0%,#f1f1ee), color-stop(37%,#f1f1ee), color-stop(60%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1ee 0%,#f1f1ee 140px,#ffffff 480px,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1ee 0%,#f1f1ee 140px,#ffffff 480px,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1ee 0%,#f1f1ee 140px,#ffffff 480px,#ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #f1f1ee 0%,#f1f1ee 140px,#ffffff 480px,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1ee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.contextPanel a {
    color: #00A8FF;
    text-decoration: none;
}

.contextPanel a:hover {
    color: #06e;
}

.contextPanel a:focus {
    outline: thin dotted;
}

.contextPanel p {
    line-height: 22px;
    font-size: 12px;
}

.contextPanel .Title {
    margin-right: 10px;
    font-weight: normal;
    font-size: 11px;
    color: #888888;
    text-transform: uppercase;
}

.contextPanel .PlainText {
    font-weight: bold;
}

.contextPanel .tb-btn-ico {
    width: 20px;
}

.progress-content {
    height: 100%;
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A);
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -moz-linear-gradient(left,  #58595b 0%, #dcddde 50%, #58595b 100%); /* FF3.6+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -webkit-gradient(linear, left top, right top, color-stop(0%,#58595b), color-stop(50%,#dcddde), color-stop(100%,#58595b)); /* Chrome,Safari4+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -webkit-linear-gradient(left,  #58595b 0%,#dcddde 50%,#58595b 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -o-linear-gradient(left,  #58595b 0%,#dcddde 50%,#58595b 100%); /* Opera 11.10+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -ms-linear-gradient(left,  #58595b 0%,#dcddde 50%,#58595b 100%); /* IE10+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), linear-gradient(to right,  #58595b 0%,#dcddde 50%,#58595b 100%); /* W3C */
}
.progress-wrap {
    width: 720px;
    height: 12px;
    padding: 6px 9px;
    margin: 0 auto;
    position: relative;
    background-color: #C7C7C7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 7px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .3);
}
.progress-wrap-inner {
    height: 100%;
    width: 100%;
    position: relative;
}
.progress-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #5da9ac; /* Old browsers */
    background: -moz-linear-gradient(left,  #5da9ac 13%, #adbf3b 41%, #f7941e 68%, #f15a29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(13%,#5da9ac), color-stop(41%,#adbf3b), color-stop(68%,#f7941e), color-stop(100%,#f15a29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #5da9ac 13%,#adbf3b 41%,#f7941e 68%,#f15a29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #5da9ac 13%,#adbf3b 41%,#f7941e 68%,#f15a29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #5da9ac 13%,#adbf3b 41%,#f7941e 68%,#f15a29 100%); /* IE10+ */
    background: linear-gradient(to right,  #5da9ac 13%,#adbf3b 41%,#f7941e 68%,#f15a29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da9ac', endColorstr='#f15a29',GradientType=1 ); /* IE6-9 */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress-remain {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    margin-bottom: 3px;
    background-color: #636466;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.progress-stops {
    height: 100%;
    width: 100%;
    z-index: 3;
    position: absolute;
}
.progress-stops .stop {
    padding: 2px;
    margin-top: -2px;
    margin-left: -2px;
    position: absolute;
    top: 50%;
    background-color: #f1f1f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress-stops .stop:first-child {

}
.progress-stops .stop:nth-child(4n + 0) {
    background-color: #eeeeee;
}
.progress-stops .stop:nth-child(4n + 1),
.progress-stops .stop:nth-child(4n + 2),
.progress-stops .stop:nth-child(4n + 3) {
    background-color: #8a8c8e;
}
.progress-stops .stop.passed:nth-child(4n + 1),
.progress-stops .stop.passed:nth-child(4n + 2),
.progress-stops .stop.passed:nth-child(4n + 3) {
    background-color: rgba(255,255,255,.3);
}
.progress-stops .stop.active {
    height: 32px;
    width: 32px;
    margin-top: -19px;
    margin-left: -19px;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #777777;
    background-color: #ffffff;
    -moz-box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}
.progress-stops .stop:last-child {
    height: 32px;
    width: 32px;
    margin-top: -19px;
    margin-left: -19px;
    font-size: 0;
    background-color: #F45434;
    -moz-box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}
.progress-stops .stop:last-child .star {
    height: 24px;
    width: 24px;
    top: 7px;
    left: 7px;
    position: absolute;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/W7AumYSeU82Y2V08KKF_qQ) no-repeat;
    background-size: 22px;
    display: block;
}
.progress-message {
    margin-top: 0;
    margin-bottom: 12px;
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 0 1px 0px #ffffff;
    color: #777;
    min-height: 12px;
}#tb-toolbar-center {
    width: 160px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    z-index: 149;
}
#tb-toolbar-right {
    position: absolute;
    right: 0;
    z-index: 148;
}
#tb-toolbar ul li {
    float: left;
}
#tb-notification a,
#tb-home a {
    width: 40px;
}
#tb-settings a {
    width: 95px;
    padding-left: 45px;
    position: relative;
}
.toolbar-username {
    width: 70px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#tb-toolbar.tb-overlay-settings-menu #tb-settings a {
    color: #EB4924;
    text-shadow: none;
}
.toolbar-userthumb {
    float: left;
    height: 25px;
    width: 25px;
    margin-left: -35px;
    margin-top: 7px;
}
#tb-toolbar.tb-has-notifications #tb-notification .tb-btn-text {
    height: 22px;
    width: 22px;
    margin-top: 8px;
    margin-left: 9px;
    border: 1px solid transparent;
    color: white;
    font-size: 12px;
    display: block;
    line-height: 24px;
    font-family: "HelveticaNeueMediumCondensed", "HelveticaNeue-Medium-Condensed", "Helvetica Neue Medium Condensed", "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnRegular', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
    font-weight:500;
    font-stretch:condensed;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #1FBB5D;
}
#tb-toolbar.tb-has-notifications #tb-notification:hover .tb-btn-text {
    background: #1CA051;
    border: 1px solid #24B35D;
}
#tb-toolbar.tb-has-notifications #tb-notification:active .tb-btn-text {
-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.3);
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.3);
box-shadow: inset 0 1px 0 rgba(0,0,0,.3);
}

.tb-space-solid {
    background-color: #242424;
    border-right: 1px solid #4b4b4b;
}

/* dark backgrounds */
#tb-stumble,
#tb-like,
#tb-notlike,
#tb-notlikemore,
#tb-notification,
#tb-home,
#tb-settings,
#tb-lists,
#tb-comment,
#tb-share-facebook,
#tb-share,
#tb-close {
    background-color: rgba(0,0,0,.3);
}

.tb-visitor #tb-stumble {
    background: none;
}

/* Icons */
.tb-btn-ico {
    background: url(https://nb9-stumbleupon.netdna-ssl.com/sWVRiSK74CbpitQ40wbtaw) no-repeat;
}

/* Like */
#tb-like {
    margin-left: 0;
}
#tb-like a, #tb-like .tb-btn-ico {
    width: 52px;
    padding-left: 10px;
    background-position: 0 -34px;
}
#tb-like .tb-btn-text {
    padding-left: 34px;
    display: block;
}
#tb-like a:hover .tb-btn-ico {
    background-position: 0 -74px;
}
#tb-like a:active .tb-btn-ico {
    background-position: 0 -114px;
}
#tb-toolbar.tb-thumbedup #tb-like .tb-btn-ico {
    background-position: 0 -154px;
}

/* Dislike */
#tb-notlike a {
    width: 18px;
    padding: 0 14px 0 8px;
}
#tb-notlike .tb-btn-ico {
    background-position: 0 -194px;
}
#tb-notlike a:hover .tb-btn-ico {
    background-position: 0 -234px;
}
#tb-notlike a:active .tb-btn-ico {
    background-position: 0 -274px;
}
#tb-toolbar.tb-thumbeddown #tb-notlike .tb-btn-ico {
    background-position: 0 -314px;
}
#tb-notlikemore {
    position: static;
}
#tb-notlikemore a, #tb-notlikemore .tb-btn-ico {
    padding: 0 5px;
}

/* Choose Interest */
#tb-interests {
    margin-left: 0;
}
#tb-interests:hover,
#tb-toolbar.tb-overlay-interests-menu #tb-interests a {
    color: #fff;
}

/* List */
#tb-lists a {
    width: 40px;
}
#tb-lists .tb-btn-ico {
    width: 22px;
    margin-left: 7px;
    background-position: 0 -350px;
}
#tb-lists a:hover .tb-btn-ico {
    background-position: 0 -390px;
}
#tb-lists a:active .tb-btn-ico {
    background-position: 0 -430px;
}
#tb-toolbar.tb-overlay-lists #tb-lists a .tb-btn-ico {
    background-position: 0 -390px;
}

/* Comment */
#tb-comment a {
    width: 26px;
    padding: 0 7px;
}
#tb-comment .tb-btn-ico {
    padding: 0;
    width: 28px;
    background-position: 0 -470px;
}
#tb-comment a:hover .tb-btn-ico {
    background-position: 0 -510px;
}
#tb-comment a:active .tb-btn-ico {
    background-position: 0 -550px;
}
#tb-toolbar.tb-overlay-comment-menu #tb-comment a .tb-btn-ico {
    background-position: 0 -590px;
}
#tb-overlay-container-comment-menu {
    padding-top: 5px;
}

/* Facebook */
#tb-share-facebook {
    margin-left: 0;
}
#tb-share-facebook a, #tb-share-facebook .tb-btn-ico {
    width: 26px;
    padding: 0 7px;
}
#tb-share-facebook .tb-btn-ico {
    background-position: 0 -630px;
}
#tb-share-facebook a:hover .tb-btn-ico {
    background-position: 0 -670px;
}
#tb-share-facebook a:active .tb-btn-ico {
    background-position: 0 -710px;
}
#tb-toolbar.tb-overlay-share-facebook-menu #tb-share-facebook a .tb-btn-ico,
#tb-toolbar.tb-thumbedup #tb-share-facebook a .tb-btn-ico {
    background-position: 0 -750px;
}

/* Share */
#tb-share {
    margin-left: 0;
}
#tb-share a {
    width: 26px;
    padding: 0 7px;
}
#tb-share .tb-btn-ico {
    background-position: 0 -790px;
}
#tb-toolbar.tb-thumbedup #tb-share a .tb-btn-ico {
    background-position: 0 -790px;
}
#tb-share a:hover .tb-btn-ico {
    background-position: 0 -830px;
}
#tb-share a:active .tb-btn-ico {
    background-position: 0 -870px;
}
#tb-toolbar.tb-overlay-share-menu #tb-share a .tb-btn-ico {
    background-position: 0 -910px;
}

/* Home */
#tb-home .tb-btn-ico {
    margin-left: 11px;
    background-position: 0 -952px;
}
#tb-home a:hover .tb-btn-ico {
    background-position: 0 -992px;
}
#tb-home a:active .tb-btn-ico {
    background-position: 0 -1032px;
}

/* Settings */
#tb-settings .tb-btn-ico {
    width: 22px;
    right: 10px;
    top: 0;
    position: absolute;
    background-position: 0 -1231px;
}
#tb-settings a:hover .tb-btn-ico {
    background-position: 0 -1271px;
}
#tb-settings a:active .tb-btn-ico {
    background-position: 0 -1311px;
}
#tb-toolbar.tb-overlay-settings-menu #tb-settings a .tb-btn-ico {
    background-position: 0 -1351px;
}

/* Arrow */
.tb-btn-more a, .tb-btn-more .tb-btn-ico {
    width: 22px;
    background-position: 0 -1231px;
}
.tb-btn-more a:hover .tb-btn-ico {
    background-position: 0 -1271px;
}
.tb-btn-more a:active .tb-btn-ico {
    background-position: 0 -1311px;
}
#tb-toolbar.tb-overlay-interests-menu #tb-interests a .tb-btn-ico,
#tb-toolbar.tb-overlay-thumbdown-menu #tb-notlikemore a .tb-btn-ico {
    background-position: 0 -1271px;
}

/* Close */
#tb-close .tb-btn-ico {
    background-position: 0 -1705px;
}
#tb-close a:hover .tb-btn-ico {
    background-position: 0 -1745px;
}

/* Dynamic sizing */
@media all and (max-width: 900px) {
    #tb-interests,
    #tb-sponsored {
        display: none !important;
    }
}#tb-toolbar {
    overflow: hidden;
    z-index: 102;
    background: #303030; /* Old browsers */
    background-image: linear-gradient(to bottom, #303030 0%,#292929 100%);
    background-image: -moz-linear-gradient(top,  #303030 0%, #292929 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#292929)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  #303030 0%,#292929 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  #303030 0%,#292929 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  #303030 0%,#292929 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#292929',GradientType=0 ); /* IE6-9 */
}
#tb-stumble .tb-btn-ico {
    display: none;
}
#tb-stumble .tb-btn-text {
    margin: 0;
}
#tb-stumble .tb-stumble-anim,
#tb-stumble .tb-stumble-anim:hover {
    border: 1px solid #C54210;
    box-shadow: inset 110px 0 2px 0 #C54210;
    -moz-box-shadow: inset 110px 0 2px 0 #C54210;
    -webkit-box-shadow: inset 110px 0 2px 0 #C54210;
}
#tb-stumble .tb-stumble-anim-5,
#tb-stumble .tb-stumble-anim-5:hover {
    box-shadow: inset 0 0 2px 0 #C54210;
    -moz-box-shadow: inset 0 0 2px 0 #C54210;
    -webkit-box-shadow: inset 0 0 2px 0 #C54210;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
#tb-stumble a {
    padding: 8px 20px;
    font-size: 17px;
    border: 1px solid transparent;
    background: #ea5e33; /* Old browsers */
    background: -moz-linear-gradient(top,  #ea5e33 0%, #ed5628 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea5e33), color-stop(100%,#ed5628)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ea5e33 0%,#ed5628 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ea5e33 0%,#ed5628 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ea5e33 0%,#ed5628 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ea5e33 0%,#ed5628 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5e33', endColorstr='#ed5628',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 0 #C54210;
    -moz-box-shadow: inset 0 0 #C54210;
    -webkit-box-shadow: inset 0 0 #C54210;
    transition: box-shadow 1.5s;
    -moz-transition: -moz-box-shadow 1.5s;
    -webkit-transition: -webkit-box-shadow 1.5s;
}
#tb-stumble a:hover,
#tb-stumble a:active {
    background: #ED5628; /* Old browsers */
    background: -moz-linear-gradient(top,  #F06D44 0%, #ED5628 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F06D44), color-stop(100%,#ED5628)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F06D44 0%,#ED5628 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F06D44 0%,#ED5628 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F06D44 0%,#ED5628 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #F06D44 0%,#ED5628 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F06D44', endColorstr='#ED5628',GradientType=0 ); /* IE6-9 */
}
#tb-stumble a:hover {
    border: 1px solid #EE7C57;
}
#tb-stumble a:active {
    border: 1px solid #212925;
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .2);
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .2);
    box-shadow: 0 1px 1px rgba(255, 255, 255, .2);
}

#tb-like a,
#tb-like .tb-btn-ico {
    width: 30px;
    padding-left: 7px;
    padding-right: 15px;
}
#tb-notlike a {
    padding-right: 10px;
    padding-left: 10px;
}
#tb-like .tb-btn-text {
    display: none;
}
#tb-toolbar-center {
    width: 248px;
    margin-left: -124px;
}
#tb-interests {
    margin-left: 0;
}
#tb-settings a {
    width: 30px;
}
.toolbar-username {
    display: none;
}
#tb-toolbar.tb-stumble-friend #tb-userlabel a .tb-btn-ico {
    background-position: 0 -1469px;
}
#tb-toolbar.tb-stumble-friend #tb-userlabel a:hover .tb-btn-ico {
    background-position: 0 -1509px;
}
#tb-toolbar.tb-stumble-friend #tb-userlabel a:active .tb-btn-ico {
    background-position: 0 -1549px;
}

#tb-toolbar.tb-stumble-sponsored #tb-sponsored a .tb-btn-ico {
    background-position: 0 -1589px;
}
#tb-toolbar.tb-stumble-sponsored #tb-sponsored a:hover .tb-btn-ico {
    background-position: 0 -1629px;
}
#tb-toolbar.tb-stumble-sponsored #tb-sponsored a:active .tb-btn-ico {
    background-position: 0 -1669px;
}

#tb-interests:hover,
#tb-toolbar.tb-overlay-interests-menu #tb-interests a {
    background-color: #8A4B8B;
}
#tb-lists a:hover,
#tb-toolbar.tb-overlay-lists #tb-lists a {
    background-color: #78BB55;
}
#tb-comment a:hover,
#tb-toolbar.tb-overlay-comment-menu #tb-comment a {
    background-color: #EA9B24;
}
#tb-toolbar.tb-overlay-comment-menu #tb-comment a .tb-btn-ico {
    background-position: 0 -510px;
}
#tb-share-facebook a:hover,
#tb-share a:hover,
#tb-toolbar.tb-overlay-share-menu #tb-share a,
#tb-toolbar.tb-overlay-share-facebook-menu #tb-share-facebook a {
    background-color: #2EAACC;
}
#tb-toolbar.tb-overlay-share-menu #tb-share a .tb-btn-ico {
    background-position: 0 -830px;
}
#tb-toolbar.tb-overlay-share-facebook-menu #tb-share-facebook a .tb-btn-ico,
#tb-toolbar.tb-thumbedup #tb-share-facebook a .tb-btn-ico {
    background-position: 0 -670px;
}

/* Tutorial */
.toolbar-tutorial {
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight:400;
    font-stretch:normal;
    -webkit-font-smoothing: antialiased;
    transition: opacity .5s;
    -moz-transition: opacity .5s; /* Firefox 4 */
    -ms-transition: opacity .5s; /* Firefox 4 */
    -webkit-transition: opacity .5s; /* Safari and Chrome */
    -o-transition: opacity .5s; /* Opera */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 101;
}
.fadeOut {
    opacity: 0;
}
.toolbar-disable-layer {
    height: 40px;
    width: 100%;
    position: absolute;
    z-index: 102;
    top: 0;
    left: 0;
}
.toolbar-tutorial-content {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.9);
}
.tutorial-button-wrap {
    height: 250px;
    width: 500px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 80px;
    position: relative;
}
.tutorial-button-wrap > h2 {
    padding-top: 110px;
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.1;
    text-align: center;
}
.pointer-wrap > h1 {
    margin-bottom: 5px;
    color: #eb4924;
    text-align: left;
    font-size: 32px;
    line-height: 1.3;
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 400;
}
.pointer-wrap > h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    color: #ffffff;
    text-shadow: 0 1px #000;
}
.tutorial-dislike-wrap {
    width: 445px;
    position: absolute;
    left: -243px;
    top: -32px;
    padding-top: 60px;
    box-sizing: border-box;
}
.tutorial-dislike-wrap > h2 {
    padding-right: 140px;
    text-align: left;
}

.tutorial-dislike-wrap .pointer {
    height: 110px;
    width: 230px;
    position: absolute;
    top: -3px;
    right: 0;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/_cqHbql9cOMalRL16011xw) no-repeat;
}
.tutorial-stumble-wrap {
    width: 300px;
    padding-top: 185px;
    position: absolute;
    top: -44px;
    left: 100px;
}
.tutorial-stumble-wrap > h1 {
    text-align: center;
}
.tutorial-stumble-wrap > h2 {
    text-align: center;
}
.tutorial-stumble-wrap .pointer {
    height: 180px;
    width: 72px;
    position: absolute;
    top: 0;
    left: 114px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/NGY9LZOQE1qQ0rqmIbRA0A) no-repeat;
}
.tutorial-like-wrap {
    width: 420px;
    padding-top: 62px;
    position: absolute;
    right: -246px;
    top: -35px;
}
.tutorial-like-wrap > h1 {
    text-align: right;
}
.tutorial-like-wrap > h2 {
    padding-left: 135px;
    text-align: right;
}
.tutorial-like-wrap .pointer {
    height: 110px;
    width: 228px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/kjDYE_AJfgo6QeBvQiJ6qQ) no-repeat;
}
.tutorial-content-wrap {
    max-width: 1050px;
    margin: 0 auto;
    margin-top: 85px;
}
.tutorial-content-message {
    margin-bottom: 20px;
    text-align: center;
}
.tutorial-content-message-heading {
    margin-bottom: 75px;
}
.tutorial-content-message-heading > h1 {
    margin-bottom: 6px;
    color: #ffffff;
    line-height: 1.3;
    font-size: 36px;
    font-weight: normal;
    text-shadow: 0 2px #000;
}
.tutorial-content-message-heading > h2 {
    color: #ffffff;
    line-height: 1.3;
    font-size: 28px;
    font-weight: normal;
    text-shadow: 0 2px #000;
}
.tutorial-complete {
    padding: 20px 130px;
    color: #ffffff;
    font-size: 38px;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    text-decoration: none;
    cursor: pointer;
    color: #636466;
    font-size: 40px;
    text-decoration: none;
    text-transform: uppercase;
    background: #0A0A0A;
    border: solid 1px #636466;
}
.tutorial-complete:hover {
    color: #ffffff;
}
.tutorial-complete:active {
    background: #E43619;
}

/* Modals */
#tb-overlay-container-comment-menu,
#tb-overlay-container-share-facebook-menu,
#tb-overlay-container-share-menu,
#tb-overlay-container-interests-menu {
    padding-top: 5px;
}

#tb-overlay-container-lists:after,
#tb-overlay-container-comment-menu:after,
#tb-overlay-container-share-facebook-menu:after,
#tb-overlay-container-share-menu:after,
#tb-overlay-container-interests-menu:after {
    height: 5px;
    width: 100%;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#tb-overlay-container-lists:after {
    background-color: #78BB55;
}
#tb-overlay-container-comment-menu:after {
    background-color: #EA9B24;
}
#tb-overlay-container-share-facebook-menu:after {
    background-color: #2EAACC;
}
#tb-overlay-container-share-menu:after {
    background-color: #2EAACC;
}
#tb-overlay-container-interests-menu {
    background-color: #8A4B8B;
}

/* Progressive reveal */
.tb-lists-reveal #tb-lists {
    background-color: #15B779;
}
.tb-lists-reveal #tb-lists .tb-btn-ico {
    background-position: 0 -390px;
}
.tb-comment-reveal #tb-comment {
    background-color: #F99238;
}
.tb-comment-reveal #tb-comment .tb-btn-ico {
    background-position: 0 -510px;
}
.tb-share-reveal #tb-share,
.tb-share-reveal #tb-share-facebook {
    background-color: #1DABDD;
}
.tb-share-reveal #tb-share .tb-btn-ico {
    background-position: 0 -830px;
}
.tb-share-reveal #tb-share-facebook .tb-btn-ico {
    background-position: 0 -670px;
}
.tb-interests-reveal #tb-interests {
    background-color: #CA5A9F;
}
#tb-toolbar.tb-interests-reveal #tb-interests a .tb-btn-ico {
    background-position: 0 -1271px;
}
.tb-interests-reveal #tb-interests a .tb-btn-text {
    color: #ffffff;
}

.reveal-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight:400;
    font-stretch:normal;
    -webkit-font-smoothing: antialiased;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
}
.reveal-mask {
    height: 40px;
    width: 40px;
    outline: 10000px solid #111;
    outline: 10000px solid rgba(0,0,0,.9);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.tb-comment .reveal-mask {
    left: 40px;
}
.tb-share .reveal-mask {
    width: 80px;
    left: 80px;
}
.tb-interests .reveal-mask {
    width: 150px;
    left: 161px;
}
.reveal-wrap.complete .reveal-mask {
    width: 100%;
    left: 0;
}
.reveal-cont {
    width: 450px;
    margin-top: 40px;
    padding-top: 136px;
    padding-left: 130px;
    position: relative;
    z-index: 1;
}
.tb-lists .reveal-cont {
    padding-top: 138px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/64OYBdnR3wkQHzOHdIxKRg) 3px 5px no-repeat;
}
.tb-comment .reveal-cont {
    padding-left: 100px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/_-7Pq_mevmg6wpW5mX0KaQ) 27px 5px no-repeat;
}
.tb-share .reveal-cont {
    padding-left: 160px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/74-LidoWMzicVB_bq__CsQ) 87px 5px no-repeat;
}
.tb-interests .reveal-cont {
    background: url(https://nb9-stumbleupon.netdna-ssl.com/cZF8GMS0MPzOAWtxMPJk_A) 215px 5px no-repeat;
    padding-left: 290px;
}

.reveal-cont > h1 {
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.3;
}
.tb-lists .reveal-cont > h1 {
    color: #15B779;
}
.tb-comment .reveal-cont > h1 {
    color: #F99238;
}
.tb-share .reveal-cont > h1 {
    color: #1DABDD;
}
.tb-interests .reveal-cont > h1 {
    color: #CA5A9F;
}
.complete .reveal-cont > h1 {
    color: red;
}
.reveal-cont > p {
    margin-bottom: 30px;
    font-size: 20px;
    text-shadow: 0 1px #000;
    line-height: 1.4;
    color: #ffffff;
}
.close-tutorial {
    position: relative;
    left: -2px;
    padding: 10px 14px;
    cursor: pointer;
    color: #636466;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    background: #0A0A0A;
    border: solid 1px #636466;
}
.close-tutorial:hover {
    color: #ffffff;
}
.fadeOut {
    opacity: 0;
}

#mm-stumble-adx{
    display: none;
}/* Chromebar-specific styles */
html {
    overflow:hidden;
}/* ADX Modals */
.adx-modal {
    z-index: 10;
}
.adx-modal .modal-wrap {
    background: #eb4924 url(https://nb9-stumbleupon.netdna-ssl.com/06jRkvXZ7_gO-FgWy1Rgtw);
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/06jRkvXZ7_gO-FgWy1Rgtw);
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/06jRkvXZ7_gO-FgWy1Rgtw), -webkit-linear-gradient(top, #EB4924 0%, #B32C0D 100%);
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/06jRkvXZ7_gO-FgWy1Rgtw), -moz-linear-gradient(top, #EB4924 0%, #B32C0D 100%);
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/06jRkvXZ7_gO-FgWy1Rgtw), -ms-linear-gradient(top, #EB4924 0%, #B32C0D 100%);
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/06jRkvXZ7_gO-FgWy1Rgtw), linear-gradient(top, #EB4924 0%, #B32C0D 100%);
    overflow: hidden;
}
.adx-modal .btn.primary {
    width: 179px;
    height: 50px;
    padding: 0;
    margin-left: 5px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border: solid 3px #CBCBC9;
    border-radius: 50px;
    background-color: #b93922;
    background-image: linear-gradient(bottom, #852716 0%, #b93922 100%);
    background-image: -o-linear-gradient(bottom, #852716 0%, #b93922 100%);
    background-image: -moz-linear-gradient(bottom, #852716 0%, #b93922 100%);
    background-image: -webkit-linear-gradient(bottom, #852716 0%, #b93922 100%);
    background-image: -ms-linear-gradient(bottom, #852716 0%, #b93922 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #852716),
        color-stop(1, #b93922)
    );
}
.adx-modal .btn.primary:hover {
    background-color: #852716;
    background-image: linear-gradient(bottom, #b93922 0%, #852716 100%);
    background-image: -o-linear-gradient(bottom, #b93922 0%, #852716 100%);
    background-image: -moz-linear-gradient(bottom, #b93922 0%, #852716 100%);
    background-image: -webkit-linear-gradient(bottom, #b93922 0%, #852716 100%);
    background-image: -ms-linear-gradient(bottom, #b93922 0%, #852716 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #b93922), color-stop(1, #852716)
    );
}
.adx-modal .header {
    color: #fff;
    font-size: 60px;
    line-height: 1;
    text-shadow: 0 1px 1px #000;
}
.adx-modal .subhead {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-shadow: 0 1px 1px #000;
}
.adx-modal .intro {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    text-shadow: 0 1px 1px #000;
}
.adx-modal .modal-close {
    font-size: 30px;
    color: rgba(0,0,0,0.5);
}
.adx-modal .modal-close:hover {
    color: rgba(0,0,0,0.8);
}
.adx-modal .modal-body .modal-close {
    position: static;
    color: #fff;
}
.adx-modal .adx-new-site,
.adx-modal .adx-new-list {
    width: 545px;
    padding-top: 150px;
    text-align: center;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/0AdideAGV8NhwC8GT4166A) no-repeat 50% 0;
}
.adx-modal .adx-year-in-review-2012 {
    width: 435px;
    padding: 180px 35px 50px;
    text-align: center;
    background:
        url(https://nb9-stumbleupon.netdna-ssl.com/C36bJuHS78Ytg3B9s_jkgg) no-repeat 50% 0,
        url(https://nb9-stumbleupon.netdna-ssl.com/GQXtboLlx9Jk6LYvqDqOyg) no-repeat 390px 375px;
}
.adx-modal .adx-year-in-review-2012 .header {
    font-size: 50px;
    line-height: 60px;
}
.adx-modal .adx-new-list {
    padding-top: 180px;
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/358-KJ3T5_6HTZ5sRzJvUQ);
}
.adx-modal .adx-new-list .header {
    margin-bottom: 0;
}
.adx-modal .adx-new-list .subhead {
    margin-bottom: 30px;
}
.adx-modal .actions {
    padding: 15px 5px;
}
.adx-modal .actions .primary{
    margin-right: 10px;
}
.adx-modal .actions .secondary {
    height: 30px;
    line-height: 30px;
}