@charset "utf-8";
body{color:#000;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:12px;text-align:left;vertical-align:top;background-color:#fff;margin:0;padding:0;}
.h1{color:#fff;font-size:24px;font-family: Helvetica, Arial, sans-serif;float:left;padding:15px;}
h2{color:#005580;font-size:20px;line-height:1.2em;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;margin:0;padding:0 0 8px;}
h3{font-size:16px;line-height:1.2em;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;;margin:2px 0 0;padding:0 0 8px;}
.fine{font-size:10px;font-family:Helvetica, Arial, sans-serif;}
p{line-height:1.3em;margin:0;padding:0 0 8px;}
.pipe{color:#acaca7;padding:0 0px;}
.error{color:red;font-weight: bold;}
.message{color:green;font-weight:700;}
#container{height:100%;width:100%;text-align:left;vertical-align:top;margin:0;padding:0;}
.main {
    width: 960px;
    vertical-align: top;
    margin: auto;
    text-align: left;
}
#header{width:100%;height:126px;background:url(https://cdn.evbstatic.com/s3-s3/static/images/background/bg_header.png) #fff repeat-x top;text-align:center;}
#content{width:100%;background-color:#fff;padding-bottom:20px; min-height:550px;height:auto !important; height:550px;}

#contentpub{
    width: 100%;
    position: relative;
    font-size: 1.1em;
    line-height: 1.2em;
    padding-top: 46px;
    z-index: 0;
}

.clearfloat{clear:both;}
.hide_me{display:none;}
#customheader,
#customfooter {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 7px;
}
.windowpop {background-color:#222; border:5px #151515 solid; color:#ececec; -moz-opacity:.95; filter:alpha(opacity=95); opacity:.95; -moz-border-radius:13px; -webkit-border-radius:13px; border-radius:13px;}
#TicketReg {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 3px;
    padding-left: 11px;
}

#TicketReg .public_promo {
    display: none;
}

#TicketReg .ticket_row .ticket_type_name,
#order_summary_data .ticket_row .ticket_type_name {
    font-weight: bold;
}

/* Commented out for EB-5522:
#TicketReg .ticket_row:hover {
    background-color: #fafafa
}
*/

#TicketReg .ticket_row.stub .quantity_td_v2 {
    color: #0f90ba;
}

#TicketReg .ticket_row .ticket_type_name .ticket_end_sales {
    font-size: 11px;
}

#TicketReg .ticket_row.sales_ended {
    color: #CCC;
}

/* Commented out for EB-5522
#TicketReg .ticket_row.sales_ended:hover {
    background-color: #ffffff
}
*/

#TicketReg .ticket_row .ticket_type_name a,
#TicketReg .ticket_row .ticket_type_name div,
#order_summary_data .ticket_row .ticket_type_name a,
#order_summary_data .ticket_row .ticket_type_name div {
    font-weight: normal;
}

#TicketReg .ticket_table_head td,
#order_summary_data .ticket_table_head td {
    padding: 5px 5px 3px 5px;
}

.clrfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clrfix{
    *zoom: 1;
}
/* Notifications */
/* XXX: Just use .deprecated-notification, or better yet, the styleguide notifications */
.deprecated-notification2 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    min-height: 50px;
    font-size: 14px;
    margin: 35px 0;
}
.standard_notification {
    color: #555;
    background-color: #FFF9D0;
    border: 1px solid #FFE661;
}
.error_notification {
    background-color: #ED613D;
    text-shadow: 0 1px #C6401B;
    border: 1px solid #DE3E00;
}
.error_notification_msg {
    background: url(https://cdn.evbstatic.com/s3-s3/static/images/icon/notification_stop-trans.png) no-repeat 18px 50%;
    padding: 19px 50px 16px 58px;
}
.success_notification {
    background-color: #9BC15C;
}
.countdown_timer_notification {
    background-color: #FFF9D0;
    border: 1px solid #FFE661;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 0 11px 21px;
    color: #555;
    margin-bottom: 15px;
}
.countdown_timer_notification div {
    float: left;
    font-size: 30px;
    line-height: 28px;
    margin-top: 3px;
    *margin-top: 2px;
}
.countdown_timer_notification p {
    float: left;
    margin-left: 16px;
    line-height: 15px;
    margin-top: 2px;
}

.ended_notification {
    background: #3c3c3c;
    -moz-box-shadow: 0 1px 10px #666;
    -webkit-box-shadow: 0 1px 10px #666;
    box-shadow: 0 1px 10px #666;
}

.ended_notification_msg {
    background: url(../../images/icons/clock_trans.png) right bottom no-repeat;
    margin-right: 75px;
    padding: 20px 23px;
}

.ended_notification_msg h1 {
    font-weight: 200;
}

.ended_notification_buttons {
    margin: 18px 0 6px;
}

.ended_notification_buttons > .go_button {
    margin-right: 5px;
}

/* XXX: Delete .notification_new, use styleguide styles */
.notification_new {
    margin: 0 0 18px 0;
    padding: 20px 15px 15px 60px;
    width: auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.notification_new.success {
    border: 1px solid #92B746;
    background-color: #99C350;
    background-image: url(../../images/icons/notification_check.png);
    text-shadow: 0 1px #63852B;
}

.notification_new.error {
    border: 1px solid #DE3E00;
    background-color: #ED613D;
    background-image: url(../../images/icons/notification_stop.png);
    text-shadow: 0 1px #C6401B;
}

.notification_new.warning {
    border: 1px solid #FFE661;
    background-color: #FFF9D0;
    background-image: url(../../images/icons/notification_alert.png);
    color: #4F5457;
}
/* end Notifications */


/* Eventbrite header */
#eb_header_container {
    position: fixed;
    background: url(../../images/sprites/event_header_footer.png) repeat-x 0 -4px;
    width: 100%;
    height: 46px;
    z-index: 100;
    -moz-opacity:0.9;
    opacity: 0.9;
}

#eb_header {
    width: 960px;
    margin: 0 auto;
}

#eb_mini_logo {
    float: left;
    background: url(../../images/sprites/eventspriteling.png) 0px 0px no-repeat;
    width: 87px;
    height: 35px;
    text-indent: -9999px;
    margin-right: 10px;
}

#eb_header .eb_header_tab {
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    float: left;
}

#eb_header .eb_header_tab_divider {
    float: left;
    display: block;
    height: 36px;
    width: 1px;
    background-color: #d7d7d7;
    margin: 0 15px;
}

#eb_header .contact, #eb_header .contact_redesign {
    float: left;
    margin: 11px 10px 0 15px;
    max-width: 530px;
    color: #555;
}

#eb_header .contact_redesign {
    float: right;
    font-size: 13px;
}

#eb_header a {
    text-decoration: none;
    color: #0f90ba;
}

#eb_header a:hover {
    text-decoration: underline;
}

#eb_header a.social_share:hover {
    text-decoration: none;
}

#social_icons {
    float: right;
    margin-top: 8px;
}

#social_icons  .fb_like_container {
    float: left;
    margin: 0;
    padding: 0 0 8px 0;
    _zoom: 1;
}

#social_icons .fb_like_container .fb_like {
    overflow: visible;
}

#social_icons .social_share {
    float: left;
    margin-right: 5px;
}

.social_share_button {
    width: 55px;
    height: 20px;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    text-indent: -9999px;
    outline: 0;
}

/* end Eventbrite header */

#subhead{clear:both;background:url(https://cdn.evbstatic.com/s3-s3/static/images/background/subhead_bg.png) #efefef repeat-x top;border-bottom:solid 1px #d5d5d3;color:#005580;margin-bottom:20px;padding:4px 0 0;}
#subfooter{clear:both;background:url(https://cdn.evbstatic.com/s3-s3/static/images/background/subfooter_bg.png) #efefef repeat-x bottom;border-top:solid 1px #d5d5d3;color:#005580;padding:0 0 4px;}
#subnav{height:37px;width:936px;position:relative;}

/* TOP */
#subhead #subnav{margin-top:4px;}
#subhead #subbutton{bottom:-1px; border-width:1px 1px 0; position:relative;}
#subhead #subbutton .text a,#subhead #subbutton .text a:visited{padding:4px 6px 0;}

/* BOTTOM */
#subfooter #subnav{margin-bottom:4px;}
#subfooter #subbutton{margin:-1px 0 0; border-width:0 1px 1px;}
#subfooter #subbutton .text a,#subfooter #subbutton .text a:visited{padding:0 6px 4px;}

.button{float:left; position:relative; width:auto; font-size: 12px; font-weight:bold; color:#fff; text-align:center; margin:0; padding: 0; white-space: nowrap}
.button a{background:url(https://cdn.evbstatic.com/s3-s3/static/images/background/gloss.png) #fff repeat-x top;}
.button a:link,.button a:visited{display:block;color:#fff;text-decoration:none;padding:3px 16px 4px;}

#col_210{float:left;width:210px;padding:0 20px 0 0;}
.panel_210{clear:both;width:210px;margin-bottom:24px;}
#col_280{float:right;width:300px;margin-bottom:24px;padding:0;}
.panel_280{
    width: 280px;
    clear: both;
}
#col_608{float:left;width:608px;padding:0;}
.panel_608{clear:both;width:608px;margin-bottom:24px;}
#col_628{float:left;width:628px;padding:0;}
.panel_628 {
    width:628px;
    clear:both;
}
#col_706{float:right;width:706px;padding:0;}
.panel_706{clear:both;width:706px;margin-bottom:24px;}
.panel_head2 {
    width:auto;
    font-size:16px;
    line-height:22px;
    font-weight:500;
    background-color:#efefef;
    color:#005580;
    border-color:#d5d5d3;
    border-style:solid;
    border-width:1px 1px 0;
    padding:6px 11px 7px 14px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.no-border {
    border: none !important;
}
.panel_body{
    width:auto;
    background-color:#fff;
    border-color:#d5d5d3;
    border-style:solid;
    border-width:1px;
    padding: 13px 14px;
    word-wrap: break-word;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    font-size: 13px;
    line-height: 1.6em;
}

.panel_section {
    padding: 13px 14px;
    border: 1px solid #dedede;
    border-bottom: 0;
    background: #fff;
}

.panel_border {
    border-color: #d5d5d3;
}

#new_organizer_module {
    padding-left: 0;
    padding-right: 0;
}

#new_organizer_module > .button_css,
#new_organizer_module > #organizer_content {
    margin: 0 14px;
}

.panel_footer{
    width:auto;
    color:#000;
    border-color:#d5d5d3;
    border-style:solid;
    border-width:0 1px 1px;
    padding:5px 10px 6px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#organizer_header {
    padding: 0 14px 10px 14px;
    margin-bottom: 13px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#organizer_header h2 {
    margin-bottom: 10px;
}

#organizer_events {
    margin-top: 13px;
    padding: 0 14px;
    border-top-width: 1px;
    border-top-style: solid;
}

#organizer_events > .organizer_link {
    margin-top: 10px;
}

#organizer_events > .organizer_link > .counter {
    border: 1px solid #d5d5d5;
    width: 12px;
    height: 8px;
    padding: 2px 7px;
    margin-right: 3px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#panel_when{ padding: 13px 14px 13px 19px; }
.ticket_table{
    width:100%;
    background-color:#fff;
    /* TODO: This style is right, but less resistant to errors in the table markup*/
    /*table-layout: fixed;*/
}
.ticket_table .fine{padding-bottom:2px;}
.ticket_table td {
    padding: 12px 5px;
    vertical-align: top;
}
#ticket_table .ticket_table_head td {
    border-top: 0;
}
.ticket_table_head {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #005580;
    padding: 1px;
}
.ticket_table_select {
    margin-top: -2px;
    width: 50px;
}
.ticket_table_head a{color:#005580;}
#discounts {
    border-top: 1px solid #D5D5D3;
    padding: 12px 6px 0;
    text-align: right;
}


/* EVENT PAGES */

.event_title_image {
    margin-top: 10px;
}

.contact_organizer_link {
  display: inline-block;
  width: 244px;
}

.button_css .contact_organizer_link:hover {
    text-decoration: none;
}

.envelope_invite_only {
  background: url(../../images/sprites/eventspriteling.png) no-repeat 0 -113px;
  width: 146px;
  height: 128px;
  margin: 11px 56px 0 18px;
  float: left;
}

.envelope_password_protected {
  background: url(../../images/sprites/eventspriteling.png) no-repeat 0 -278px;
  width: 212px;
  height: 133px;
  margin: 5px 20px 0 8px;
  float: left;
}

#password_protected_access {
    float: left;
    width: 340px;
    margin-top: 13px;
}

#password_protected_access > form {
    line-height: 40px;
}

#password_protected_access > form > input {
    width: 160px;
    height: 26px;
    margin-right: 10px;
    vertical-align: middle;
}

#password_protected_access > form > span {
    white-space: nowrap;
}

.icon {
  display: inline-block;
  margin-right: 5px;
  margin-top: -2px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(../../images/sprites/eventspriteling.png) no-repeat;
  padding: 0;
  _line-height: 16px;
}

.icon_social {
  display: inline-block;
  margin-right: 7px;
  margin-top: -2px;
  width: 14px;
  height: 15px;
  vertical-align: middle;
  background: url(../../images/sprites/eventspriteling.png) no-repeat;
  padding: 0;
  _line-height: 1em;
}

.contact_host_icon {
  width: 20px;
  height: 15px;
  margin-right: 2px;
  background: url(../../images/sprites/email-button-icon.png) no-repeat -1px 1px;
}

.subscribe_icon, .news_and_updates_icon {
  background-position: -16px -39px;
  width: 15px;
  margin: 4px 9px 5px 0;
  float: left;
}

.news_and_updates_icon {
  float: right;
  margin-right: 0;
}

.other_events_icon {
  background-position: 0 -39px;
}

.add_to_calendar {
  background-position: 0 -60px;
}

.add_to_outlook {
  background-position: -16px -60px;
  width: 20px;
}

.add_to_google {
  background-position: -52px -60px;
}

.add_to_yahoo {
  background-position: -36px -58px;
}

.add_to_ical {
  background-position: -68px -60px;
}

.facebook {
    background-position: -141px -59px;
}

.twitter {
    background-position: -155px -59px;
}

.add_to_google,
.add_to_yahoo,
.add_to_ical {
  margin-left: 4px;
}

#hostedByDiv .add_to_google,
#hostedByDiv .add_to_yahoo {
  margin-left: 0;
}

#organizer_content {
  margin-top: 5px;
}

#organizer_content .rss_feed_icon,
#organizer_content .atom_feed_icon,
#organizer_content .add_to_msn,
#organizer_content .add_to_aol {
  margin-right: 7px;
}

#organizer_content > .organizer_link {
    margin: 10px 0;
    padding-left: 27px;
}

#organizer_profile {
    background: url(../../images/sprites/eb_badge_icon.png) no-repeat;
}

#organizer_website {
    background: url(../../images/sprites/link_icon.png) no-repeat;
}

#organizer_facebook.organizer_link {
    background: url(../../images/sprites/facebook_icon.png) no-repeat;
}

#organizer_twitter.organizer_link {
    background: url(../../images/sprites/twitter_icon.png) no-repeat;
}

.xml_feed_icon {
  background-position: -46px -39px;
  width: 29px;
  height: 12px;
}

.rss_feed_icon {
  background-position: -85px -60px;
  width: 14px;
  margin-left: 1px;
}

.atom_feed_icon {
  background-position: -99px -60px;
  width: 14px;
  margin-left: 1px;
}

.add_to_msn {
  background-position: -113px -60px;
  width: 14px;
}

.add_to_aol {
  background-position: -127px -60px;
  width: 14px;
}

#calendarDiv div, #subscribeDiv div {
  line-height: 1em;
  margin-bottom: 10px;
}

#organizer_facebook,
#organizer_twitter {
    margin: 12px 0 0 0;
}

#connect_organizer {
    margin-bottom: 12px;
    margin-top: 12px;
}


.clear
    {
        clear:both;
    }

.cta_container,
.payment_logos {
    float: right;
}

.payment_logos {
    padding-top: 8px;
}

.payment_logos_left {
    padding-top: 3px;
    padding-left: 5px;
    float: left;
}

/* text-body--understated doesn't currently do anything */
/* we are currently in limbo because design is iterating on some text decisions */
/* the design called for a lighter font weight */
.payment_logos_left .text-body--understated {
    font-weight: 300;
}

/* SOCIAL OPTIONS */
#social_module {
    margin: 12px 0 25px;
}
#social_module_tagline {
    float: left;
    padding: 10px 10px 2px 0;
    background: none;
    text-transform: none;
}

#social_module .social_share {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

    #social_module .social_share_button {
        width: 55px;
        height: 24px;
        cursor: pointer;
        float: left;
        margin-right: 5px;
        text-indent: -9999px;
        outline: 0;
    }

.fb_long_widget {
    width: 300px;
}

#social_module .social_share_button,
#social_module .fb_long_widget {
    margin-top: 5px;
}
/* TODO: can I delete the following webkit and gecko rules?*/
    /*Webkit only rules*/
    @media screen and (-webkit-min-device-pixel-ratio:0) {
       .social_module_like {
           margin-top: 5px;
       }
    }
    /*FF only rule*/
    @-moz-document url-prefix() {
        .social_module_like {
            margin-top: 5px;
        }
    }

/* colored square to indicate server is qa for #2770 */
#ticketInfo {
    position: relative;
    /*relatively positioned elements appear above the facebook like share bubble ie6*/
    *z-index: -1;
}
#ticketInfo #qa_square{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: green;
    top: 0;
    right: 0;
    color: red;
}

#repeat_event_dates {
    position: absolute;
    top: 5px;
    right: 10px;
}

.series-event-dates {
    /* These override .panel_head2 styles */
    border-width: 1px;
    border-radius: 5px;
}

.series-event-dates > select {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 402px;
    min-height: 20px;
}

.series-event-dates-widget > select {
    width: 402px;
    min-height: 20px;
}

.no-series-dates-message {
    display: inline-block;
    position: absolute;
    right: 15px;
    font-style: italic;
    font-weight: 300;
}

/* The no series dates message displays slightly differently in the
   ticket widget */
.no-series-dates-message-widget {
    position: static;
    margin-top: 3px;
}

/* end colored square to indicate server is qa for #2770 */
/* RSVP */
#RSVPBody {
    padding: 13px 14px;
}
#RSVPLabel {
    font-size: 18px;
    font-weight: bold;
}
#RSVPDiv {
    padding: 20px 30px 10px 15px;
}
#RSVPChangeInvited {
    margin-top: 13px;
    font-size: 13px;
}
#RSVPChoices {
    margin-top: 25px;
}
/* end RSVP */
/* news module */
#newsheader {
    font-weight: 500;
    font-size: 16px;
}
#newsstory {
    margin-top: 8px;
}
/* end news module */

/* registrationTable */
#registrationForm {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.registrationTable h3 {
    font-size: 18px;
    margin-bottom: 12px;
}
.registrationTable tr {
    height: 36px;
}
.registrationTable tr td {
    padding-left: 2px;
}
.survey_answer_list tr {
    height: 24px;
}
table .survey_answer_list {
    margin-bottom: 15px;
}
.registrationTable input {
    padding: 4px;
}
.registrationTable .button_css input[type="submit"] {
    padding: 9px 10px;
    margin: 0;
}
.registrationTable select {
    margin-top: 3px;
    max-width: 250px;
    word-wrap: normal;
}
.registrationTable select.oldie {
    width: 200px;
}
tr .survey_question tr{
    height: 12px;
}
.passwd_info {
    font-size: 11px;
    margin: 1px 0 0 10px;
    padding: 3px;
    width: 200px;
}
.passwd_info p {
    line-height: 15px;
    padding: 5px 0 4px 33px;
}
.notification_border {
    border: 2px solid #FFE661
}
.email_suggest_div {
    margin: 2px 0;
    padding: 10px 0 10px 10px;
    font-size: 13px;
    min-height: 20px;
}
.email_suggest_caret {
    width: 18px;
    height: 9px;
    background: url(https://cdn.evbstatic.com/s3-s3/static/images/arrows/suggestion_caret.png) no-repeat;
    position: relative;
    top: 3px;
    left: 17px;
    *display: none; /* hide caret in ie6/7 b/c it oddly disappears on user interaction */
}
/* end registrationTable */
#loginForm {
    margin: 0;
    padding: 0;
    color: #666;
}
#loginExpanded {
    padding: 12px 0 8px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    border: 1px solid #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#login_button_cell small{
    margin-left: 10px;
    color: #666;
}
#loginCollapsed {
    margin-left: 175px;
}
#loggedInAs {
    margin-left: 228px;
}

.team_selection_toggle { margin: 0 0 0 6px; }
.team_write_in_add:hover { background-position: 0% 0%; }

.login_required_lightbox {
    padding: 0;
}

.login_required_lightbox > .ui-dialog-content {
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 20px !important;
}

.login_required_lightbox .ui-dialog-body {
    color: #444 !important;
    font-size: 14px !important;
    font-family: 'Helvetica Neue', helvetica, arial, sans-serif !important;
}

.login_required_lightbox > .ui-dialog-content > .ui-dialog-header > h1 {
    border-bottom: none !important;
    margin-top: 0 !important;
    color: #444 !important;
    font-family: 'Helvetica Neue', helvetica, arial, sans-serif !important;
    font-size: 26px !important;
    font-weight: 400;
}

.login_required_lightbox .ui-dialog-titlebar-close {
    top: 25px !important;
    right: 25px !important;
}

.login_required_lightbox .ui-state-focus {
    border: none !important;
    background: none !important;
}

.login_required_lightbox.ui-dialog > .ui-dialog-content > .ui-dialog-footer {
    margin: 12px 0 0 !important;
}

#login_required_lightbox > .ui-dialog-header > h3 {
    display: block;
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
}

.layaway_ccp_info {
    max-width: 290px;
    background-color: #fff9d0;
    border: 1px solid #ffe661;
    margin-top: 12px;
    padding: 8px 8px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#ccEdit .layaway_ccp_info {
    text-align: left;
    color: #000;
    margin-bottom: 12px;
}

.layaway_ccp_info h5 {
    margin: 0 0 3px;
    line-height: 1;
    font-size: 13px;
}

.tooltip-inner {
    max-width: 220px;
}
