/* Ruby text */
/* Modernized and organized */

/* Basic Ruby Styling */
ruby {
    vertical-align: bottom;
    text-align: center;
}

ruby>rt {
    font-size: 0.6em;
    text-align: center;
}

/* Hide fallback parenthesis for browsers that support Ruby */
rp {
    display: none;
}

/* Legacy Browser Support & Specific overrides */

/* Firefox specific tweaks (legacy) */
body.firefox ruby {
    display: inline-table;
    vertical-align: middle;
}

body.firefox ruby>rt {
    display: table-header-group;
}

/* IE8 Legacy */
body.ie8 ruby rtc {
    display: ruby-text;
    border: solid 1px black;
}

/* TinyMCE Editor Stylings - Ensure it looks good while editing */
body#tinymce.mceContentBody ruby>rt {
    color: #21759B;
}