/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/*
 * Brill general dictionary-platform styles
 */

/* main elements */
body { margin: 0; padding: 0; font-size: 1.24em; line-height: 1.28; }
div.page-container { width: 100%; }
a, a:hover { color: #0645ad; text-decoration: none; }
a:hover {
    background-color: rgba(15, 53, 108, 0.1);
    border-radius: 4px;
    transition: background-color 225ms cubic-bezier(0, 0, 0.2, 1),
    color 225ms cubic-bezier(0, 0, 0.2, 1),
    box-shadow 225ms cubic-bezier(0, 0, 0.2, 1),
    opacity 195ms cubic-bezier(0.4, 0, 1, 1);
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clear { clear: both; }
.clearfix::after, .form-row::after  { clear: both; }
i.fa { font-family: "Font Awesome 5 Free" !important; }

/* header elements */
header#header {
    position: relative;
    height: 90px;
    padding-top: 10px;
    border-bottom: 5px solid #c52728;
}

header#header * {
    font-family: 'Noto Sans';
}

header#header #header-logo {
    width: 550px;
    height: 35px;
}

header#header #header-logo  a {
    display: block;
    float: left;
    background: left center no-repeat url(https://brill.com/fileasset/brill-desktop.png);
    background-size: auto;
    background-size: 540px auto;
    width: 100%;
    height: 100%;
    margin: 22px 0 10px 15px;
}

header#header #supplemental {
    height: 100%;
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 15px;
}

header#header #supplemental * {
    font-size: 15px;
}

header#header #supplemental ul {
    display: inline;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

header#header #supplemental ul li {
    display: inline;
    padding-left: 5px;
}

header#header #supplemental a, header#header #supplemental a:visited {
    display: inline-block;
    padding: 4px;
    color: #0f346c;
    text-decoration: none;
}

header#header #supplemental li + li {
    border-left: 2px solid #0f346c;
}

header#header #supplemental div.brill-link-container {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 400px;
    text-align: right;
}

header#header #supplemental div.brill-link-container a { padding: 8px 16px; }


/* container main */
div#content-main-container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
div#content-container {
    overflow: hidden;
    float: left;
    width: auto;
    flex-grow: 1;
    -ms-flex: 1;
    z-index: 20;
    min-height: 700px;
    padding: 0 3.125% 20px 3.125%;
    margin: 0px 0 3.125% 0;
    position: relative;
}

div#content-container.fullwidth { width: 90% !important; }

/* aside rightbar */
.right-bar-content-wrapper p { margin: 0 0 1em 0; }
aside#right-bar {
    font-family: 'Noto Sans' !important;
    z-index: 300;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    width: 400px;
    position: relative;
    float: right;
    overflow: hidden;
    transition: width 0.2s linear, min-width 0.2s linear;
}
aside#right-bar div.right-bar-content.fix-aside { position: fixed;top:0;right:0; }
aside#right-bar div.right-bar-content.fix-aside.collapse { right:-400px!important; }
aside#right-bar div.tools-bar div.icon-wrapper.fix-aside { position: fixed;top:10px;}
aside#right-bar.collapse div.tools-bar div.icon-wrapper.fix-aside { right:2px; }
aside#right-bar.collapse {
    width: 56px;
    transition: width 0.2s linear, min-width 0.2s linear;
    position: static;
    height: auto;
}

aside#right-bar div.right-bar-content-wrapper {
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 290px;
    width: 100%;
    right:auto;
}

aside#right-bar div.tools-bar {
    flex-shrink: 0;
    box-sizing: border-box;
    float: left;
    width: 56px;
    padding-top: 10px;
    font-size: 22px;
    background-color: #0f346c;
    text-decoration: none;
    text-align: center;
}

aside#right-bar div.tools-bar a {
    line-height: 1;
    position: static;
    color: #FFFFFF;
    display: block;
    margin: 5px 2px 0px 2px;
    cursor: pointer;
    background: #0f346c;
    border: 12px solid #0f346c;
    border-radius: 26px;
}

aside#right-bar div.tools-bar a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #123f82;
    border: 12px solid #123f82;
    border-radius: 26px;
    transition: all 225ms cubic-bezier(0, 0, 0.2, 1), color 225ms cubic-bezier(0, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0, 0, 0.2, 1), opacity 195ms cubic-bezier(0.4, 0, 1, 1);
}

aside#right-bar div.tools-bar .tools-link.off {
    color: #a6a6a6;
    cursor: auto;
}
aside#right-bar div.tools-bar a.to-top {
    position: fixed;
    top: auto;
    bottom: 2vh;
    border: 12px solid black;
    border-radius: 26px;
    width: 24px;
    background-color: black;
}
aside#right-bar div.tools-bar a.to-top i { background-color: black; }
aside#right-bar div.right-bar-content {
    flex-shrink: 1;
    width: 346px;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    transition: right 0.2s linear, min-width 0.2s linear;
}

#login-form .form-row { margin-bottom: 10px; }
#login-form .form-row:first-of-type { margin-bottom: 0px;padding-bottom: 10px; }
#login-form label, #login-form input {
    display: block;
    box-sizing: border-box;
    float: none;
    width: 100%;
    text-align: left;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
    border: 1px solid #cdcdcd;
    margin: 0 10px 0 0;
    padding: 5px;
    border-radius: 5px;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover { border: 1px solid #322176; }
input { font-size: 16px !important; }
#login-form .pwd-reminder { float: right;font-size: 15px; }
#login-form input.btn-primary { width:auto;font-size:15px !important; }
#login-form fieldset { margin:0;padding:0;border:0; }
.right-bar-content .inst-login { margin-top: 20px; }
.right-bar-content .inst-login p:first-child { font-weight: bold; }
.right-bar-content .inst-login p { line-height: 1; margin-bottom: 10px; }

aside#right-bar #legend-keys ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
aside#right-bar #legend-keys img { margin-right: 10px;width: 20px;height: 26px;vertical-align: middle; margin-right: 10px; }
aside#right-bar #legend-keys ul li { margin: 0 0 8px 0;}

.btn-primary, a.btn-primary, a.get-access.btn-primary, .btn-primary a {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    display: inline-block;
    color: #FFFFFF;
    background: #0f346c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    height: 35px;
    line-height: 35px;
    padding: 0 20px 0 20px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 15px !important;
}
.btn-primary, .get-access {
    width: auto;
    outline: 0;
    border: 0 solid;
    border-radius: 4px;
    font-size: 0.938rem;
    font-weight: bold;
    color: #FFFFFF;
    background: #0f346c;
}
.btn-primary:hover, a.btn-primary:hover, a.get-access.btn-primary:hover, .btn-primary a:hover, .btn-primary:hover > a {
    cursor: pointer;
    text-decoration: none;
    background-color: #091f3f;
    transition: background-color 225ms cubic-bezier(0, 0, 0.2, 1), color 225ms cubic-bezier(0, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0, 0, 0.2, 1), opacity 195ms cubic-bezier(0.4, 0, 1, 1);
}

/* index dictionarylist - front */
div#content-container div#dictionary-list div.title-item {
    border-bottom: solid 1px #cdcdcd;
    padding: 20px 0px 20px 0px;
    box-sizing: border-box;
    width: 100%;
}
div#content-container div#dictionary-list div.title-item .front-cover {
    float: left;
    display: inline-block;
    overflow: hidden;
    width: 240px;
    height: 172px;
    margin: 0 16px 0 0;
    position: relative;
    box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.75);
}

div#content-container div#dictionary-list div.title-item .front-cover img {
    width: 100%;
    height: 100%;
}

div#content-container div#dictionary-list div.title-item h2.book-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 120%;
}

div#content-container div#dictionary-list div.title-item .access-icon {
    float: right;
    padding: 0;
    margin: 0;
    margin-top: 4px;
    width: 14px;
    height: 14px;
    background-position: 0 4px;
    background-size: contain !important;
}
div#content-container div#dictionary-list div.title-item .no-access {
    background: no-repeat url('../img/no-access-icon.svg');
    background-position: right;
}
div#content-container div#dictionary-list div.title-item .access {
    background: no-repeat url('../img/full-access-icon.png');
    background-position: right;
}

/* product page */
div#content-container.dictionarydetailpage { font-family: 'Noto Sans'; }
div.search-button-wrapper { padding:10px 0 20px 260px; }
.product-logo {
    float: left;
    width: 240px;
    height: 173px;
    box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.75);
}

.result-logo {
    float: left;
    width: 100%;
    height: 100%;
}

.result-detail {
    overflow: hidden;
    padding-left: 20px;
    height: auto;
    display: flex;
}
.result-detail .blurb { flex-grow: 1; flex-shrink: 1; }
.result-detail #buy-access-container { flex-grow: 0; flex-shrink: 0; }
.result-wrapper {
    padding-top: 0px;
}

.btn-primary, a.btn-primary, a.get-access.btn-primary, .btn-primary a {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    display: inline-block;
    color: #FFFFFF;
    background: #0f346c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    height: 35px;
    line-height: 35px;
    padding: 0 20px 0 20px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 15px !important;
}
.btn-primary, .get-access {
    width: auto;
    outline: 0;
    border: 0 solid;
    border-radius: 4px;
    font-size: 0.938rem;
    font-weight: bold;
    color: #FFFFFF;
    background: #0f346c;
}
.btn-primary:hover, a.btn-primary:hover, a.get-access.btn-primary:hover, .btn-primary a:hover, .btn-primary:hover > a {
    cursor: pointer;
    text-decoration: none;
    background-color: #091f3f;
    transition: background-color 225ms cubic-bezier(0, 0, 0.2, 1), color 225ms cubic-bezier(0, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0, 0, 0.2, 1), opacity 195ms cubic-bezier(0.4, 0, 1, 1);
}

#book-tabs {
    clear: both;
    position: relative;
    top: 20px;
}
#book-tabs > ul, #book-tabs > ul > li {
    list-style: none;
    padding-left: 0;
}
.simple-tabs {
    list-style: none;
    padding: 0;
    padding-left: 0px;
    border-bottom: 8px solid #f2f2f2;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 15px;
}
.simple-tabs li {
    float: left;
    margin-right: 20px;
    margin-bottom: -1px;
    font-style: normal;
}
.simple-tabs li.ui-state-active a { border-bottom: 4px solid #0f346c; }
.simple-tabs li a {
    display: block;
    height: 30px;
    padding: 0;
    border-bottom: 2px solid #0f346c;
    position: relative;
    top: 2px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: 'Noto Sans' !important;
    box-sizing: border-box;
}
div#details_small_tabs { display: none; }


/* overview page */
div#content-container div#dictionary-list { margin-top: 20px; }
div.two-col { float: left; width: 47.5%; }
div#content-container div#dictionary-list div.dictionary-item { clear: both; margin: 3px 0; }
div#content-container div#dictionary-list div.dictionary-item a {
    font-size: 0.8em;
    float: left;
    display: block;
    width: 90%;
    margin: 2px 0 0 0;
    font-style: normal;
    text-decoration: none;
}
div#content-container div#dictionary-list div.dictionary-item-header a h2 {
    margin: 11px 0 0 0;
    color: #06c;
    font-weight: normal;
    font-size: 0.8em;
    font-family: 'Antinou';
}
div#content-container div#dictionary-list div.dictionary-item .access-icon {
    float: left;
    margin-right: 5px;
    margin-top: 4px;
    width: 14px;
    height: 14px;
    background-position: 0 4px;
    background-size: contain !important;
}
div#content-container div#dictionary-list div.dictionary-item .no-access {
    background: no-repeat url('../img/no-access-icon.svg');
    background-position: right;
}
div#content-container div#dictionary-list div.dictionary-item .access {
    background: no-repeat url('../img/full-access-icon.png');
    background-position: right;
}

/* =============================================================================
HTML5 display definitions
========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
Base
========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body, button, input, select, textarea { font-family: "Georgia","Brillonline","KadmosU","Antinoou","Gentium", "BrillText", "Arial Unicode MS","Lucida Grande","Lucida Sans Unicode","Times New Roman","SBL Hebrew", "Sylfaen", serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #f66/*selection*/; color: #fff; text-shadow: none !important; }
::selection { background: #f66/*selection*/; color: #fff; text-shadow: none !important; }

/* =============================================================================
Typography
========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1, h2, h3, h4, h5, h6, p { margin:0 0 1em 0; }

h1, h1 {font-size:30px; font-weight: bold;}
h1 i { font-size: 30px; }
h2 {font-size:150%; font-weight: bold;}
h3 {font-size:125%; font-weight: bold;}
h4 {font-size:100%; font-weight: bold; font-style: italic;}
h5 {font-size:100%; font-weight: bold;}
h6 {font-size:100%; font-style: italic;}


/* =============================================================================
Lists
========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }



/* =============================================================================
Embedded content
========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
Figures
========================================================================== */

figure { margin: 0; }


/* =============================================================================
Forms
========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
Tables
========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* HISTORICAL USE NON-UNICODE GLYPHS */

span.graphie {
    vertical-align: baseline;
}

span.graphie img.glyph {
    height: 37.5px;
    width: 37.5px;
    vertical-align: middle;
}

span.graphie img.glyph:hover{
    cursor: url('magnify.cur'), url('../../../css/magnify.cur'), url('../../css/magnify.cur'), pointer;
}

/*#container { max-width:1024px; margin:0 auto; overflow:hidden; min-height:1000px; }*/
#container { max-width:1024px; margin:0 auto; }
h1, h2, h3, h4, h5, h6 { line-height:1.111em; font-weight:normal; color:#11216E; }
h1.subheader {font-size:125%;}

/* header */
#choose_resource_options { display:none;font-size:12px;  }
#masthead { background: #fa4646 repeat-x 0 0; position:relative; }
#masthead {
    background: #ff1f23; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #ff1f23 0%, #a62b2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ff1f23), color-stop(100%,#a62b2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #ff1f23 0%,#a62b2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #ff1f23 0%,#a62b2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #ff1f23 0%,#a62b2b 100%); /* IE10+ */
    background: linear-gradient(45deg,  #ff1f23 0%,#a62b2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1f23', endColorstr='#a62b2b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#masthead #noise { background-image: url('../img/brill-header.png'); }
#brill-logo-link, #site-logo-link { float:left; }
#brill-logo-link, #brill-logo { width:103px; height:142px; display:block; }
#brill-logo-link { margin:0 0 0 32px; }
#site-logo { width:363px; height:35px; display:block; }
#site-logo-link:visited { margin:46px 0 0 40px; text-decoration:none; color:#fff; height:66px; width:350px; }
#slogan { font-size:16px; font-style:italic; margin-bottom:5px; }
#site-name { margin:0; padding:0; color: #11216E; position:absolute; bottom: 40px; font-family: Georgia; }
#site-name .platform { font-size:36px; }
#site-name .site { font-size:32px; font-style:italic; letter-spacing:1px}
#platformMenuIcon,div#platformmenu-small-container { display: none; position: absolute; top: 10px; right: 10px; }
#supplemental ul, #supplemental form { display:inline; }
#supplemental { font-size:15px; position:absolute; top:18px; right:18px; }
#supplemental li { display:inline; }
#supplemental li.last { border-right:0; }
#supplemental a, #supplemental a:visited { display:inline-block; padding:0 10px; color:#fff; text-decoration:none; }
#supplemental a:hover { text-decoration:underline; }
#header-brillonline { position: absolute; bottom: 80px; right: 15px; color: #ffffff; font-size: 15px; }
#header-icons { position: absolute; bottom: 50px; right: 15px; color: #ffffff; font-size: 15px; }
#header-icons li { float: left; list-style: none outside none; margin-left: 10px; }
#header-icons .header-icon { background: url("../img/header-icons.png") no-repeat scroll 0 0 transparent; height: 27px; width: 27px; }
#header-icons .referenceworks-inactive { background-position: 0 -28px; }
#header-icons .bibliographies { background-position: 0 -112px; }
#header-icons .primary-sources { background-position: 0 -140px; }
#header-icons .dictionaries { background: url("../img/header-icon-dictionaries.png") no-repeat scroll 0 0 transparent; height: 27px; width: 27px; }
#site-jump { margin:0 0 0 10px; }
.js #site-jump-go { display:none; }
#institution { height:60px; width:180px; position:absolute; right:18px; top:55px; }
#institution img { max-height: 60px; max-width: 180px; position: absolute; right: 0; }
#main-nav { position:relative; z-index:10; background:#11216E; -moz-box-shadow:0 20px 20px rgba(0,0,0,0.25);-webkit-box-shadow:0 20px 20px rgba(0,0,0,0.25);box-shadow:0 20px 20px rgba(0,0,0,0.25); }
#main-nav li { float:left; }
#main-nav a, #main-nav a:visited { font:20px/38px "Georgia","Brillonline","KadmosU","Antinoou","Gentium", "BrillText", "Arial Unicode MS","Lucida Grande","Lucida Sans Unicode","Times New Roman","SBL Hebrew", "Sylfaen", serif; background:no-repeat url(../img/bg-main-nav.png) #11216E top right; color:#fff; border-right:1px solid #000; display:block; text-decoration:none; text-align:center; padding: 0 2em; }
#main-nav a:hover, #main-nav .selected a { border-right: 1px solid transparent; background-color:#5151ba; background-image:-webkit-gradient(linear,left top,left bottom,from(#5151ba),to(#2b358d)); background-image:-webkit-linear-gradient(top,#5151ba,#2b358d); background-image:-moz-linear-gradient(top,#5151ba,#2b358d); background-image:-ms-linear-gradient(top,#5151ba,#2b358d); background-image:-o-linear-gradient(top,#5151ba,#2b358d); background-image:linear-gradient(top,#5151ba,#2b358d); filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5151BA',EndColorStr='#2B358D'); }
#main-nav-small { display:none; }

/* main content panel */
#background { height:475px; background-color:#e6e6e6; background-image:-webkit-gradient(linear,left top,left bottom,from(#e6e6e6),to(#fff));background-image:-webkit-linear-gradient(top,#e6e6e6,#fff);background-image:-moz-linear-gradient(top,#e6e6e6,#fff);background-image:-ms-linear-gradient(top,#e6e6e6,#fff);background-image:-o-linear-gradient(top,#e6e6e6,#fff);background-image:linear-gradient(top,#e6e6e6,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#e6e6e6',EndColorStr='#ffffff'); }
#background { background-color: #e6e6e6; }
.ie #background { height:auto; }
.olide #background:before, .olide #background:after { content: ""; display: table; }
.olide #background:after { clear: both; }
.olide #background { zoom:1; }
.content dt, .content dd { float:left; display:inline; width:25%; margin:0 0 1em 0; }
.content dt { clear:left; }
.content dd { width:75%; }
p.margin {
    margin: 1em 0;
}

/* Global alert style */
.alert{
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    color: #B94A48;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px 4px 4px 4px;
}
.alert .close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
    line-height: 18px;
    position: relative;
    right: -21px;
    top: -2px;
}

.global-alert-wrapper{
    padding: 10px;
}

p.message {
    position: relative;
    padding: 1em;
    border: 1px solid;
}

p.message span#messageCloseButton {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 12px;
    line-height: 12px;
    color: Gray;
    font-family: Verdana, sans-serif;
    cursor: pointer;
    padding:2px;
}

p.message span#messageCloseButton:hover {
    color:Black;
}

p.message.success {
    background-color: #E6FFB2;
    border-color: #9acd32;
}

p.message.failure {
    background-color: #FFE0E0;
    border-color: #f08080;
}

/* right bar */
.panel { padding:10px; border-bottom:1px solid #ccc; }
.panel li { margin:0 0 8px 0; }
.panel-title { font-size:18px; margin:0 0 5px 0; }
#social-media li { float:left; margin:0 4px 0 0; }
#social-media a, #social-media a:visited { display:block; width:16px; height:16px; }
#social-media, #social-media li, #social-media li a, #social-media li a span { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none;  -o-user-select: none; user-select: none; }
#social-media-div { margin:10px 4px 0px 0px; padding:10px; border-bottom:1px solid #ccc; }

.access-provided { color:#666; }
.access-from { font-size:16px; font-weight:normal; color:#222; }
#right-bar .reg-msg { margin:16px 0 0; }
.ie .access-from { font-weight:bold; }
.tools-list {padding-top: 10px}
.tools-list a { padding:0 0 0 22px; display:block; background:no-repeat url(../img/bg-tools.png) 0 4px; }
.tools-list .tools-permissions { background-position:0 -18px; }
.tools-list .tools-export { background-position:0 -42px; }
.tools-list .no-icon {background-image: none; }
.tools-list .tools-star, .tools-list .tools-saved-search, .tools-list .tools-account {background-image: none; padding: 0;}
.content-tools{ border-top:1px solid #ccc; }
.js #tools-labels { display:none; }
#tools-labels { padding:0 0 2px 10px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(209,225,241,0)),to(rgba(209,225,241,1)));background-image:-webkit-linear-gradient(top,rgba(209,225,241,0),rgba(209,225,241,1));background-image:-moz-linear-gradient(top,rgba(209,225,241,0),rgba(209,225,241,1));background-image:-ms-linear-gradient(top,rgba(209,225,241,0),rgba(209,225,241,1));background-image:-o-linear-gradient(top,rgba(209,225,241,0),rgba(209,225,241,1));background-image:linear-gradient(top,rgba(209,225,241,0),rgba(209,225,241,1));}
.no-cssgradients #tools-labels { background:#D1E1F1; }
.divider { border-top:1px solid #ccc; }
#tools-labels label { font-size:12px; position: relative; }
#tools-labels a { background:none; padding:0; font-size:12px; }
#tools-labels input { position:relative; }
#keys ul { list-style:none; margin:0; padding:0; }
#keys li { padding:0 0 0 27px; background:no-repeat url(../img/bg-access.png) 0 1px; }
#keys .key-no { background-position:0 -46px; margin:0; }
#keys i { font-size:10px; color:#666; }
.print-this-page, .your-account { float:none !important; }
.your-account-grey { color:grey; }
.star-icon-img { position:relative;bottom:5px }

/* footer */
/* footer */
footer#page-footer {
    color: #FFFFFF;
    padding: 40px 40px 20px 40px;
    background-color: #0f346c;
    font-size: 15px;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 134px;
    z-index: 500;
}
footer#page-footer * { font-family: 'Noto Sans', sans-serif; }

footer#page-footer a, footer#page-footer a:visited { color: #FFFFFF; }
#footer-copyright { display: inline; }
footer#page-footer .footer-right {
    float: right;
    height: 74px;
    position: relative;
}

footer#page-footer .builtlink {
    float: right;
    margin-top: 15px;
    width: 165px;
}

/* aside - right-bar */
.right-bar-content-wrapper p { margin: 0 0 1em 0; }
.right-bar-content * {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
}
.right-bar-content-wrapper .panel {
    padding: 10px 0;
    border-bottom: 3px solid #cdcdcd;
}

/* forms and buttons */
.page-saved-searches .link-style input[type="submit"]{
    padding: 0;
}
label { display:block; }
.form-row, .check-row { position:relative; }
.form-row .check-row { width:auto; }
input.error { border-color:#c00; -moz-box-shadow:0 0 4px #c00;-webkit-box-shadow:0 0 4px #c00;box-shadow:0 0 4px #c00; }
label.error { color:#c00; font:12px sans-serif !important; font-style:italic; }
.email-error { color:#c00; }
.form-row label.error { position:absolute; right:50px; bottom:0;  }
.check-row label.error { position:absolute; top:5px; right:0; }
.lightbox-form .check-row label.error { top:25px; right:auto; left:0; }
#at16sub { color:#222; filter:none; }

/* Login form */
.pass-reminder { display:inline-block; width:65px; margin-top:8px; float:left; line-height:1.35; }
.js .lightbox-form { display: none; padding:10px; position:relative; width:440px; }
.js .lightbox-form legend, .js .lightbox-form h2 { font-size:40px ; color:#11216E; margin:0 0 15px 0; }
.js .lightbox-form label { font-size:18px; float:none; width:auto; text-align:left; padding:0; }
.js .lightbox-form input[type=text], .js .lightbox-form input[type=password], .js .lightbox-form input[type=email] { width:390px; font-size:14px; }

.js #register-form img:not(.key-img) { margin-left:10px; }

.js #logout-form input[type=text], .js #logout-form input[type=password] { width:188px; }
.js #logout-form { width: 325px; height: 220px; }

.js #export-form input[type=text] { width:188px; }
.js #export-form { width: 375px; height: 220px; }
#export-form label { position:relative; }
#export-form label.error { position:absolute; left:130px; top:10px; }

.js #recommend-library-form input[type=text] { width:400px; }
/*.js #recommend-library-form { width: 450px; height: 220px; } */
.js #login-reminder-form { width: 400px; height: 220px; }

/* Export forms */
.js #export-refworks-form { margin: 1em 0;}
.risData{display: none;}
.note{
    color: #666666;
    font-size: 10px;
}
.lightbox-info { font-size:20px; }
.checkTerms { margin:0 0 15px 0; font-size:12px !important; }
.key { color:#c00; }

#breadcrumb { margin-bottom: 18px; overflow:hidden; margin-top: 20px; display: none; }

/* Create new label form */
#create-new-label-form { height:200px; }
.js #create-new-label-form input[type=text]{ width:188px; }
.js #create-new-label-form { width: 240px; }
#create-new-label-form .form-row { padding-bottom:18px; }
#create-new-label-form .form-row .error { bottom:9px; left:0; right:auto; }
/* home */
#home-hero {
    position: absolute;top: 0;left: 0;right: 0;padding: 32px 32px 10px 32px;height: 100px;
    background: -moz-linear-gradient(top, rgba(238,153,153,1) 0%, rgba(166,43,43,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,153,153,1)), color-stop(100%,rgba(166,43,43,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,153,153,1) 0%,rgba(166,43,43,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,153,153,1) 0%,rgba(166,43,43,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,153,153,1) 0%,rgba(166,43,43,0) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(238,153,153,1) 0%,rgba(166,43,43,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9999', endColorstr='#00a62b2b',GradientType=0 ); /* IE6-9 */
}
#strapline { width:100%; float:left; font-size:44px; }
#home-img { float:left; max-width:50%; }
.page-home #breadcrumb {display:none;}

/* radical dialog */
.kangxi-form {
    display:none;
    max-width: 650px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    padding: 5px;
    z-index:1000;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 3px 3px #11216E;
    -webkit-box-shadow: 0 0 3px 3px #11216E;
    box-shadow: 0 0 3px 3px #11216E;
    font-family: PMingLiU;
    box-sizing: border-box;
}
.kangxi-form * { font-family:PMingLiU !important; }
#search-bar #close-button, .kangxi-form #close-button { position: absolute; right: -10px;top: -15px; width:30px; height:30px; background-image: url('../img/close.png');cursor:pointer; }
div.search-button-close { position: absolute; right: 12px; top: 12px; }
div.search-button-close i { padding: 12px 16px;font-size: 24px !important; color: black; background-color: white; }
div.search-button-close i:hover { background-color: #dcdcdc; border-radius: 26px; cursor: pointer; }
.kangxi-form #switch-button { min-height:30px; cursor:pointer; }
.kangxi-form #switch-button::after { display: block; content: "Switch to simplified"; }
#simplified-table-form > #switch-button::after { content: "Switch to traditional"; }
.kangxi-table {
    border-collapse: collapse;
    border-style: hidden;
}
.kangxi-table span.radical-char {
    padding: 0 3px;
    cursor: pointer;
    font-size: 100%;
    white-space: nowrap;
}
.kangxi-table span.variant { padding:0 0px; cursor:pointer; }
.kangxi-table span.variantlist { font-size:70%; }
/*#search-bar .kangxi-table td { font-size: 175%; padding:0 3px; border: 1px solid black; }*/
.kangxi-table td {
    font-size: 20px;
    padding: 0 3px;
    border: 1px solid black;
}

/* facet by radical */
label.kangxi-facet { display:inline;color:#0066CC; }
    
/* search */
#search-book-list_chzn .chzn-results .group-result {color:#11216E}
div#container .chzn-container .chzn-results .group-result {color:#11216E}
#search-bar { padding:20px 0; border:1px solid #cdcdcd; border-width:0 0 1px 0; position:relative; height:100px; font-size: 100%; }
#search-bar * { font-size: 100%; }
#search-bar #q { margin:0 0 5px 0; width:100%; padding:6px; float:left;width: 100%;box-sizing: border-box;-webkit-box-sizing:border-box;-moz-box-sizing: border-box;}
input#q\.radical { font-family:PMingLiU; }
#search-bar #search_radical { clear:both;float:left;width:25%; }
#search-bar #search_totalstrokes { float:right;;width:25%; }
#search-bar #search_stroke { margin:0 auto;width:25%; }
#search-left { position:absolute; left:0; right:90px; width:72%;}
#search-left input { width: 95%; }
#search-right { position:absolute; width:145px; right:40px; text-align:center; }
#search-go {  font-size:12px; width:140px; }
#search-book-list, #search-book, #search-book_chzn { cursor: auto; font-size: 13px; font-family: "Georgia","Brillonline","KadmosU","Antinoou","Gentium", "BrillText", "Arial Unicode MS","Lucida Grande","Lucida Sans Unicode","Times New Roman","SBL Hebrew", "Sylfaen", serif; background: none; background-color: white; border:1px solid #cdcdcd; width: 140px; float:left; margin:0% 0 1% 2%; height: 30px; }
#search-book-list_chzn, #search-book_chzn { margin:0 0 25px 2%; border:0; }
a#advanced-search-link { font-size:12px; float:none;}



h1 .other { padding:0 10px; margin:0 0 0 10px; border-left:1px solid #cdcdcd; font-size:14px; font-weight:normal; }
.result-alphabetical { margin:0 0 0 17.615176151762%; border:1px solid #cdcdcd; border-width:1px 0; padding:10px 0; }
.result-alphabetical li { float:left; display:inline; margin:0 10px 0 0; color:#cdcdcd; }
.result-additional { margin:0 0 0 17.615176151762%; padding:10px 0 0 0; }
.result-alternative { border-top:1px solid #cdcdcd; padding-top:10px; }
.result-alternative li { margin-bottom:5px; }
.search-results { color:#555; margin:0 0 20px 0; }
em.hit, div.excerpt b { background-color: #FFFFCC; border: 1px solid #CCCC99; font-style:normal; font-weight:normal; }
.toc-wrapper { border-top:1px solid #cdcdcd; }
.toc { clear:both; float:right; padding:20px 20px 20px; margin:0 0 20px 20px; position:relative; background:#F2F2F2; width:220px; z-index:1000; }
.content .toc h3 { font-size:14px; color:#333; font-weight:bold; }
.toc ol { padding:0; list-style:none; }
.toc li{ padding-bottom: 8px; }
.toc-more-btn { position:absolute; display:block; left:0; right:0; bottom:0; padding:0 20px; background:#E6E6E6; }
.no-js .toc-more-btn { display:none; }
.see-also { padding: 5px 10px; border: 1px solid #D4D4D4; margin: 1em 0; }
.associated-labels { list-style:none; padding:0 0 10px 10px; }
.associated-labels li { float:right; border:1px solid #F0F1B2; padding:5px; margin:0 10px 0 0; background-color:#ffffe0;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffe0),to(#feffc0));background-image:-webkit-linear-gradient(top,#ffffe0,#feffc0);background-image:-moz-linear-gradient(top,#ffffe0,#feffc0);background-image:-ms-linear-gradient(top,#ffffe0,#feffc0);background-image:-o-linear-gradient(top,#ffffe0,#feffc0);background-image:linear-gradient(top,#ffffe0,#feffc0);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFE0',EndColorStr='#FEFFC0'); }
.associated-labels .label { border:0; background:0; filter:none; font-weight:bold; padding:7px 0; }
.associated-labels a { display:inline-block; padding:0 5px 0 0; }
.associated-labels .label-delete { border-left:1px solid #F0F1B2; padding:0 0 0 5px; }
.book-title { font-size:125%; color:#000; margin:0; }
.brillart .heading { font-size: 22px; margin: 0; color: #11216E; font-weight: bold}
.star { display:inline-block; width:21px; height:21px; background:no-repeat url(../img/bg-star.png) 0 -60px; cursor:pointer;}
.star.selected { background-position:0 0; }
.metrics { color:#555; font-size: 12px; }
.to-top { width:190px; display:block; text-align:center; }
.bibliography { padding:20px 0 0; margin:20px 0; border-top:1px solid #cdcdcd; }
.citation, .source { padding:20px; background:#f2f2f2; margin:0 0 20px 0; }


/* purchase access */
a.purchase_access {
    background-color: #659800;
    background-image: -moz-linear-gradient(center top , #659800, #336600);
    clear: right;
    color: #EAF1AA;
    display: inline-block;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    width: 120px;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    letter-spacing: 1px;
    text-shadow: 0 0 10px #000000;
    text-decoration: none;
    line-height:1.3em;
}

a.purchase_access span {
    font-size: 18px !important;
}

a.purchase_access:hover {
    text-shadow: 0 0 6px #ffffff;
    color: #ffffff;
}

/* content font-list */
.bibliography, .citation { font-size:14px; line-height: 1.618; color:#555; }
article.english_content { color:#222222; }
article.english_content *, div#main p, div#main li { line-height: 27px; }
.citation { font-size:12px; }
.citation > * { font-size:1em; }
.content h2.hanzi { font-size: 26px;  }
.content h3, .bibliography h3, .citation h3 { font-size:24px; }
.content h4, .bibliography h4, .citation h4 { font-size:20px; }
.content h5, .bibliography h5, .citation h5 { font-size:18px; margin:0; }
.content h6, .bibliography h6, .citation h6 { font-size:16px; color:#333; margin:0; font-style:italic; }
.table thead th, .table thead td { border:solid #222; border-width:1px 0; }
.table table { min-width:70%; border-bottom:1px solid #222; margin:1em 0; }
.table td, .table th { padding:5px 10px 5px 0; }
.table .right { text-align:right; }
.table .left { text-align:left; }
.table td p, .table th p { margin:0; }
.citation .citationitalic { font-style:italic; }
.citation .citationunderline {  text-decoration : underline; }
.search-results { padding:20px 0; }
.search-filter, .submenu { float:left; width:25.745257452575%; margin:0 4.336043360434% 0 0; margin-bottom:250px; }
.search-filter .filter h3 { margin-bottom: 8px; border-bottom: 1px solid rgba(0,0,0,0.075);color:#414141;font-size:1.125rem; line-height:1.8; font-weight: 400;font-family: 'Noto Sans', sans-serif; }
.search-filter .filter a { display: inline-block; width:97%; color: #0f356c; font-family: 'Noto Sans', sans-serif; font-size:1rem;line-height: 1.4em; padding: 8px 8px 8px 8px; }
.search-filter .filter a span.row-result { display: inline-block; float: right; font-size: 1rem; color: #7d7d7d; font-family: 'Noto Sans', sans-serif; font-weight: 500; }
.search-details, .results-list { float:left; width:69.918699186992%; }
.middle-colum { float:left; width: 100%; }
.search-details { border-bottom:1px solid #cdcdcd; padding:0 0 20px 0; }
.results-list { padding:20px 0; position:relative; }
.search-details h1 { margin:0; }
.search-details h3 { font-size:14px; color:#333; margin:0; }
.filter { border-bottom:1px solid #cdcdcd; padding:0px 10px 10px 10px; position:relative; }
.filter h3 { font-size:16px; margin:0 0 5px 0; }
.filter ul { padding:0 0 10px 0; }
.filter li { margin-bottom: 5px; }
.filter li .remove-filter {vertical-align:text-top;}
.filter-more-btn { position:relative; left:-10px; padding:0 10px; display:block; background:#E6E6E6; width:100%; }
.result-item, .title-item { position:relative; width:100%; padding:3px 20px; margin:0 0 10px 0; }
.result-item-anchient { position:relative; width:100%; padding:10px 20px; margin:0; left:-20px; }
.result-item-encyclopediachina { position:relative; width:100%; padding:10px 20px; margin:0; left:-20px; }
.result-item:hover, .title-item:hover { background-color:#fff; -moz-box-shadow:0 1px 1px #ccc;-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc; /*-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:20px;*/ }
.sources, .excerpt, .subjects { color:#333; }
.sources {margin-top: 5px;}
.sources span { color:#cdcdcd; }
.descriptors { float:right; width:180px; }
.paginationQuantity { float:right; }
.paginationQuantity a.displaying, .paginationQuantity a.displaying:visited { font-weight:bold; color:#000; }

.pagination { padding:10px 0; border:1px solid #cdcdcd; border-width:1px 0; }
.pagination li { float:left; }
.pagination a { display:inline-block; }
.pagination .selected a, .pagination .selected a:visited { color:#333; font-weight:bold; }

.page-title { border-bottom:1px solid #cdcdcd; padding:10px 0; margin:20px 0 10px 0; }
.page-all-titles .result-alphabetical { margin:0; }
.public-info { color: #222222; }
.ui-autocomplete { padding:0; margin:0; list-style:none; background:#fff; border:1px solid #ccc; width:220px; max-height:300px; overflow-y:auto; overflow-x: hidden;}
.ui-autocomplete a { display:inline-block; padding:5px; width: 100%; cursor:pointer;}
.ui-tabs-hide { display:none; }
.grey { color:grey; }
.blue { color:#11216E; }

/* grand ricci index toggle-menu */
span.grand-ricci-appendice-leaf { cursor:pointer;color:#0066CC;}
ul.grand-ricci-appendice-tree { margin:0px; }

/* article table of content - encyclopedia of china */
div.articleTOC { float:right;background-color:#eeeeee;padding:8px;margin:0 12px 8px 12px;border: 1px solid #cdcdcd;width:300px; } 

/* Manage labels */
#manage-labels { display:none; }
#manage-labels .lightbox-form { display:block; padding:0; }
#tb-labels { width:100%; margin-bottom:18px; }
#tb-labels td, #tb-labels th { text-align:left; padding:5px 10px; border-bottom:1px solid #ddd; width:95%; }
#tb-labels tbody tr:nth-child(even) { background:#f0f0f0; }
#tb-labels tbody tr:hover { background:#eee; }
#tb-labels .actions { width:5%; text-align:right; }

/* Manage stars */
#manage-stars { display:none; }
#manage-stars .lightbox-form { display:block; padding:0; }
#tb-stars { width:100%; margin-bottom:18px; }
#tb-stars td, #tb-stars th { text-align:left; padding:5px 10px; border-bottom:1px solid #ddd; width:95%; }
#tb-stars tbody tr:nth-child(even) { background:#f0f0f0; }
#tb-stars tbody tr:hover { background:#eee; }
#tb-stars .actions { width:5%; text-align:right; }
.starred-title { margin-top:20px; padding-top:20px; border-top:1px solid #ccc; }
.page-home .starred-title{ border-top: none; padding-top: 0px;}
/* Search history */
#manage-search-history { display:none; }
#manage-search-history .lightbox-form { display:block; padding:0; }
#tb-search-history { width:100%; margin-bottom:18px; }
#tb-search-history td, #tb-search-history th { text-align:left; padding:5px 10px; border-bottom:1px solid #ddd; width:95%; }
#tb-search-history tbody tr:nth-child(even) { background:#f0f0f0; }
#tb-search-history tbody tr:hover { background:#eee; }
#tb-search-history .actions { width:5%; text-align:right; }

/* Saved searches */
#manage-saved-searches { display:none; }
#manage-saved-searches .lightbox-form { display:block; padding:0; }
#tb-saved-searches { width:100%; margin-bottom:18px; }
#tb-saved-searches td, #tb-saved-searches th { text-align:left; padding:5px 10px; border-bottom:1px solid #ddd; width:95%; }
#tb-saved-searches tbody tr:nth-child(even) { background:#f0f0f0; }
#tb-saved-searches tbody tr:hover { background:#eee; }
#tb-saved-searches .actions { width:5%; text-align:right; }

/* advanced search */
.form-row { padding:0 0 18px; }
.form-row label { width:150px; padding:0 10px 0 0; float:left; text-align:right; font:12px/27px "Georgia","Brillonline","KadmosU","Antinoou","Gentium", "BrillText", "Arial Unicode MS","Lucida Grande","Lucida Sans Unicode","Times New Roman","SBL Hebrew", "Sylfaen", serif; }
.form-row input[type=text], .form-row input[type=password], .form-row input[type=email] { width:300px; float:left; margin:0 10px 0 0; }
.chzn-container input[type=text] { float:none; }
.form-row select { float:left; }
.form-row .btn { margin-left:160px; }
.form-row .enable-chzn { width:312px; }
.form-row .enable-chzn-title { width:312px; }
.form-row .small { width:100px; }
.additional-fields { display:none; }
.additional-fields.show { display:block; }
.page-top { margin-top:1em; }
.page-update-personal-details #main .key, .page-update-personal-details #main .check-row, .page-update-personal-details #main input[type=submit],
.page-registration #main .key, .page-registration #main .check-row, .page-registration #main input[type=submit]{ margin-left:160px; }
.page-update-personal-details #search-bar input[type=submit], .page-registration #search-bar input[type=submit] { margin:0; }
.page-update-personal-details #main label.error, .page-registration #main label.error { right:auto; left:160px; bottom:auto; top:26px; text-align:left; width:auto; }
.page-update-personal-details #main .check-row label.error, .page-registration #main .check-row label.error { left:220px; top:22px; left:0; }
.page-search-history #main input[type=submit], .page-saved-searches #main input[type=submit] { font-size: 12px; }

/* All content types */
.small-caps {
    font-variant: small-caps;
}
.underline {
    text-decoration: underline;
}
.overline {
    text-decoration: overline;
}
.quote {
    margin: 0.2em;
}

span.htmlhighlight {
    background-color: #FFFF00;
    color: black;
    font-size: 100%;
}

.paraphrase{
    color:#AD6B2A;
}

/* text & commentaries */
.meta { margin:0 0 1em; }
.meta p, .none p { margin:0; }
.inscription { background:#fff; padding:1em; margin:0 0 1em 0; border:1px solid #ccc; }
table.none { margin:1em 0; }
table.none td.left { width:5%; }
.TFhead .sectionhead, span.segnum {
    font-size: 150%;
    font-weight: bold;
    color: #AA0000;
}

/* your account */
#account-nav { position:relative; z-index:10; background:#11216E; -moz-box-shadow:0 20px 20px rgba(0,0,0,0.25);-webkit-box-shadow:0 20px 20px rgba(0,0,0,0.25);box-shadow:0 20px 20px rgba(0,0,0,0.25); }
#account-nav li { float:left; }
.page-your-account .account-group{ width: 50%; float: left; }
.account-group p{ margin-left: 1em }

/* subject listing */
.subject-list { margin:1em 0 0 5%; padding:0; list-style:none; font:20px "Georgia","Brillonline","KadmosU","Antinoou","Gentium", "BrillText", "Arial Unicode MS","Lucida Grande","Lucida Sans Unicode","Times New Roman","SBL Hebrew", "Sylfaen", serif; font-weight: normal; width:47.5%; float:left; }
.subject-list ul { margin:.5em 0 1em; font-size:13px; list-style:none; padding-left:20px; }
.subject-list > li { line-height:16px; clear:left; float: left;}
.subject-list .access-icon, span.access-icon { float:none; display:inline-block; }
.subject-list-left { margin-left:0 !important; }
#subject-list li li { padding-left:24px; position:relative; line-height:1.8em; }
#subject-list .access-icon { position:absolute; top:0; left:0; }
/* Alternate layout for bibliographies */
.figure { display:inline-block; float:right; clear:right; margin:0 0 10px 10px; padding:10px; border:1px solid #ccc; width:250px; }
.figure img { width:100%; }
.figurehead { display:block; font-size:12px; }
.num { color:#434; }

div.fragment, span.fragment {
    display: inline;
    padding: 0;
    margin: 0;
}

.grand-ricci .results-list {
    width:100%;
}

.character {
    font-size: 24pt;
}

div.excerpt ol {
    margin:0 2em;
    padding:0;
}

.content ol {
    margin:0;
    padding:0 0 0 2em;
}

.content ol li ol {
    list-style-position: inside;
    margin:0 1em;
    padding:0;
}

.content h2 {
    margin:1em 0;
}

.content .hanzi,  h1.book-title span.hanzi, .hanzi{
    font-size: 103%;
    font-family:PMingLiU;
}

img.hanzi {
    vertical-align: text-bottom;
}

.content .expression .romanization {
    margin-left: 1em;
}

.pointer{
    cursor: pointer;
}

.content .expression.highlight {
    background-color: #ffff99;
}

/* submenu */
ul.no-bullet {
    list-style:none;
    margin:0;
    padding:0;
}

ul.no-bullet li {
    margin:4px;
}

div#accessinfo span.small {
    padding-left: 30px;
}

/* sectionlinks*/
div#sectionlinks {
    margin: 10px 0 0 0;
    border: 1px solid #bcbec0;
    background: #f2f2f2;
    padding: 10px 5px;
}
div#sectionlinks p { margin: 0px; }
div#sectionlinks a.sectionlink { margin-left:8px;margin-right:8px; }
div#sectionlinks a.grey { color:#ccc; }

/* Colorbox styles */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#333;}
#colorbox{box-shadow: 0 0 25px Black; border-radius:7px; }
#cboxContent{background:#fff; overflow:hidden; padding:20px 20px 50px 20px;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxTitle{position:absolute; bottom:10px; left:10px; right:10px; text-align:center; color:#000;}
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
#cboxLoadingOverlay{background:#fff url(../img/colorbox/loading.gif) no-repeat 5px 5px;}
#cboxClose{position:absolute; top:10px; right:10px; display:block; color:#444; font-size: 1.5em; line-height: 0.5em; font-family: sans-serif;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.js #colorbox #cboxLoadedContent>* { display:block; }

/* chosen https://github.com/harvesthq/chosen/ */
.chzn-container{font-size:13px;position:relative;display:inline-block;zoom:1;*display:inline}.chzn-container .chzn-drop{background:#fff;border:1px solid #aaa;border-top:0;position:absolute;top:29px;left:0;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);-moz-box-shadow:0 4px 5px rgba(0,0,0,.15);-o-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);z-index:999}.chzn-container-single .chzn-single{background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,white));background-image:-webkit-linear-gradient(center bottom,#eee 0,white 50%);background-image:-moz-linear-gradient(center bottom,#eee 0,white 50%);background-image:-o-linear-gradient(top,#eee 0,#fff 50%);background-image:-ms-linear-gradient(top,#eee 0,#fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);background-image:linear-gradient(top,#eee 0,#fff 50%);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #aaa;display:block;overflow:hidden;white-space:nowrap;position:relative;height:26px;line-height:26px;padding:0 0 0 8px;color:#444;text-decoration:none}.chzn-container-single .chzn-single span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.chzn-container-single .chzn-single abbr{display:block;position:absolute;right:26px;top:8px;width:12px;height:13px;font-size:1px;background:url(../img/chosen-sprite.png) right top no-repeat}.chzn-container-single .chzn-single abbr:hover{background-position:right -11px}.chzn-container-single .chzn-single div{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#ccc;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));background-image:-webkit-linear-gradient(center bottom,#ccc 0,#eee 60%);background-image:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%);background-image:-o-linear-gradient(bottom,#ccc 0,#eee 60%);background-image:-ms-linear-gradient(top,#ccc 0,#eee 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#eeeeee',GradientType=0);background-image:linear-gradient(top,#ccc 0,#eee 60%);border-left:1px solid #aaa;position:absolute;right:0;top:0;display:block;height:100%;width:18px}.chzn-container-single .chzn-single div b{background:url('../img/chosen-sprite.png') no-repeat 0 1px;display:block;width:100%;height:100%}.chzn-container-single .chzn-search{padding:3px 4px;position:relative;margin:0;white-space:nowrap}.chzn-container-single .chzn-search input{background:#fff url('../img/chosen-sprite.png') no-repeat 100% -22px;background:url('../img/chosen-sprite.png') no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eee));background:url('../img/chosen-sprite.png') no-repeat 100% -22px,-webkit-linear-gradient(center bottom,white 85%,#eee 99%);background:url('../img/chosen-sprite.png') no-repeat 100% -22px,-moz-linear-gradient(center bottom,white 85%,#eee 99%);background:url('../img/chosen-sprite.png') no-repeat 100% -22px,-o-linear-gradient(bottom,white 85%,#eee 99%);background:url('../img/chosen-sprite.png') no-repeat 100% -22px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url('../img/chosen-sprite.png') no-repeat 100% -22px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url('../img/chosen-sprite.png') no-repeat 100% -22px,linear-gradient(top,#fff 85%,#eee 99%);margin:1px 0;padding:4px 20px 4px 5px;outline:0;border:1px solid #aaa;font-family:sans-serif;font-size:1em}.chzn-container-single .chzn-drop{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.chzn-container-single-nosearch .chzn-search input{position:absolute;left:-9000px}.chzn-container-multi .chzn-choices{background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eee));background-image:-webkit-linear-gradient(center bottom,white 85%,#eee 99%);background-image:-moz-linear-gradient(center bottom,white 85%,#eee 99%);background-image:-o-linear-gradient(bottom,white 85%,#eee 99%);background-image:-ms-linear-gradient(top,#fff 85%,#eee 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);background-image:linear-gradient(top,#fff 85%,#eee 99%);border:1px solid #aaa;margin:0;padding:0;cursor:text;overflow:hidden;height:auto!important;height:1%;position:relative}.chzn-container-multi .chzn-choices li{float:left;list-style:none}.chzn-container-multi .chzn-choices .search-field{white-space:nowrap;margin:0;padding:0}.chzn-container-multi .chzn-choices .search-field input{color:#666;background:transparent!important;border:0!important;padding:5px;margin:1px 0;outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}.chzn-container-multi .chzn-choices .search-field .default{color:#999}.chzn-container-multi .chzn-choices .search-choice{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#e4e4e4),color-stop(0.7,#eee));background-image:-webkit-linear-gradient(center bottom,#e4e4e4 0,#eee 70%);background-image:-moz-linear-gradient(center bottom,#e4e4e4 0,#eee 70%);background-image:-o-linear-gradient(bottom,#e4e4e4 0,#eee 70%);background-image:-ms-linear-gradient(top,#e4e4e4 0,#eee 70%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4',endColorstr='#eeeeee',GradientType=0);background-image:linear-gradient(top,#e4e4e4 0,#eee 70%);color:#333;border:1px solid #b4b4b4;line-height:13px;padding:3px 19px 3px 6px;margin:3px 0 3px 5px;position:relative}.chzn-container-multi .chzn-choices .search-choice span{cursor:default}.chzn-container-multi .chzn-choices .search-choice-focus{background:#d4d4d4}.chzn-container-multi .chzn-choices .search-choice .search-choice-close{display:block;position:absolute;right:3px;top:4px;width:12px;height:13px;font-size:1px;background:url(../img/chosen-sprite.png) right top no-repeat}.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover{background-position:right -11px}.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close{background-position:right -11px}.chzn-container .chzn-results{margin:0 4px 4px 0;max-height:190px;padding:0 0 0 4px;position:relative;overflow-x:hidden;overflow-y:auto}.chzn-container-multi .chzn-results{margin:-1px 0 0;padding:0}.chzn-container .chzn-results li{display:none;line-height:110%;padding:7px 7px 8px;margin:0;list-style:none}.chzn-container .chzn-results .active-result{cursor:pointer;display:list-item}.chzn-container .chzn-results .highlighted{background:#3875d7;color:#fff}.chzn-container .chzn-results li em{background:#feffde;font-style:normal}.chzn-container .chzn-results .highlighted em{background:transparent}.chzn-container .chzn-results .no-results{background:#f4f4f4;display:list-item}.chzn-container .chzn-results .group-result{cursor:default;color:#999;font-weight:bold}.chzn-container .chzn-results .group-option{padding-left:20px}.chzn-container-multi .chzn-drop .result-selected{display:none}.chzn-container-active .chzn-single{-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);-moz-box-shadow:0 0 5px rgba(0,0,0,.3);-o-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);border:1px solid #5897fb}.chzn-container-active .chzn-single-with-drop{border:1px solid #aaa;-webkit-box-shadow:0 1px 0 #fff inset;-moz-box-shadow:0 1px 0 #fff inset;-o-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background-color:#eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,white),color-stop(0.5,#eee));background-image:-webkit-linear-gradient(center bottom,white 0,#eee 50%);background-image:-moz-linear-gradient(center bottom,white 0,#eee 50%);background-image:-o-linear-gradient(bottom,white 0,#eee 50%);background-image:-ms-linear-gradient(top,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);background-image:linear-gradient(top,#fff 0,#eee 50%);-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.chzn-container-active .chzn-single-with-drop div{background:transparent;border-left:none}.chzn-container-active .chzn-single-with-drop div b{background-position:-18px 1px}.chzn-container-active .chzn-choices{-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);-moz-box-shadow:0 0 5px rgba(0,0,0,.3);-o-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);border:1px solid #5897fb}.chzn-container-active .chzn-choices .search-field input{color:#111!important}.chzn-disabled{cursor:default;opacity:.5!important}.chzn-disabled .chzn-single{cursor:default}.chzn-disabled .chzn-choices .search-choice .search-choice-close{cursor:default}.chzn-rtl{direction:rtl;text-align:right}.chzn-rtl .chzn-single{padding-left:0;padding-right:8px}.chzn-rtl .chzn-single span{margin-left:26px;margin-right:0}.chzn-rtl .chzn-single div{left:0;right:auto;border-left:none;border-right:1px solid #aaa;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.chzn-rtl .chzn-choices li{float:right}.chzn-rtl .chzn-choices .search-choice{padding:3px 6px 3px 19px;margin:3px 5px 3px 0}.chzn-rtl .chzn-choices .search-choice .search-choice-close{left:5px;right:auto;background-position:right top}.chzn-rtl.chzn-container-single .chzn-results{margin-left:4px;margin-right:0;padding-left:0;padding-right:4px}.chzn-rtl .chzn-results .group-option{padding-left:0;padding-right:20px}.chzn-rtl.chzn-container-active .chzn-single-with-drop div{border-right:none}.chzn-rtl .chzn-search input{background:url('../img/chosen-sprite.png') no-repeat -38px -22px,#fff;background:url('../img/chosen-sprite.png') no-repeat -38px -22px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eee));background:url('../img/chosen-sprite.png') no-repeat -38px -22px,-webkit-linear-gradient(center bottom,white 85%,#eee 99%);background:url('../img/chosen-sprite.png') no-repeat -38px -22px,-moz-linear-gradient(center bottom,white 85%,#eee 99%);background:url('../img/chosen-sprite.png') no-repeat -38px -22px,-o-linear-gradient(bottom,white 85%,#eee 99%);background:url('../img/chosen-sprite.png') no-repeat -38px -22px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url('../img/chosen-sprite.png') no-repeat -38px -22px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url('../img/chosen-sprite.png') no-repeat -38px -22px,linear-gradient(top,#fff 85%,#eee 99%);padding:4px 5px 4px 20px}


/* Modifications to old styles from BRO */
.backtotop { display: none }

span.segnum{ font-weight: bold; }

/* ==|== non-semantic helper classes ========================================
Please define your styles before this section.
========================================================================== */

/* For image replacement */
.ir, #social-media a { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers: h5bp.com/m */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/n  & h5bp.com/o */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after, .form-row:before, .form-row:after, .content dl:before, .content dl:after, #subject-list li:before , #subject-list li:after { content: ""; display: table; }
.clearfix:after, .form-row:after, .content dl:after, #subject-list li:after { clear: both; }
.clearfix, .form-row, .content dl, #subject-list li { zoom: 1; }

.clear { clear:both; }

.inline { display:inline; }

/* ==|== media queries ======================================================
PLACEHOLDER Media Queries for Responsive Design.
These override the primary ('mobile first') styles
Modify as content requires.
========================================================================== */

@media only screen and (min-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    /*a[href]:after { content: " (" attr(href) ")"; font-size:12px !important; font-style:normal !important; font-weight:normal !important; }*/
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after, #site-logo-link:after, #brill-logo-link:after, #breadcrumb a:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    #supplemental, #main-nav, #page-footer, #right-bar, #search-bar { display:none; }
    #home-hero { position:relative; top:auto; left:auto; right:auto; }
    #main { float:none; width:auto; }
    #background { height:auto; min-height:0;}
    #relatedEntries{ display:none }
    .noprint { display:none }
    .middle-column { width:100%;}
    #definitionsTab, #historyTab, #expressionsTab { display: block }
    ul.simple-tabs {display:none}
}

/* ==|== text-shadow styles =======================================================
Styles for the jQuery text shadow plugin <https://github.com/heygrady/textshadow/>
========================================================================== */
.ui-text-shadow, .ui-text-shadow-original { position:relative; }
.ui-text-shadow-original { z-index:1; text-shadow:none; }
.ui-text-shadow-copy { position:absolute; z-index:0; line-height:110.74235%; left:0; top:0; zoom:1; text-shadow:none; -webkit-user-select:none; -moz-user-select:none; user-select:none; }