article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*!
 *  Font Awesome 3.0.1
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://netdna.bootstrapcdn.com/font-awesome/3.0.2/font/fontawesome-webfont.eot?v=3.0.1');
  src: url('https://netdna.bootstrapcdn.com/font-awesome/3.0.2/font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('https://netdna.bootstrapcdn.com/font-awesome/3.0.2/font/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('https://netdna.bootstrapcdn.com/font-awesome/3.0.2/font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */

  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
/* .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
} */
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0055cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
/* 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;
  margin-top: 0 !important;
  width: 100%;
}
.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;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
  padding: 20px 20px 10px 20px;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxTitle {
  display: none !important;
}
#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: #ffffff url(../img/colorbox/loading.gif) no-repeat 5px 5px;
}
#cboxClose {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  color: #444;
}
.js #colorbox #cboxLoadedContent > * {
  display: block;
}
#cboxLoadedContent .round-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
mark.hit {
  background-color: yellow;
}

html {
  overflow-y: scroll;
}
a,
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
.larger {
  font-size: 1.05em;
}
.smaller {
  font-size: .95em;
}
.line-through {
  text-decoration: line-through;
}
§ .underline {
  text-decoration: underline;
}
.monospace {
  font-family: monospace;
}
.sans-serif {
  font-family: sans-serif;
}
.serif {
  font-family: serif;
}
.right {
  text-align: right !important;
}
.hidden {
  display: none;
}
.asterisk-break {
  min-height: 1em;
  text-align: center;
}
section > section > h3 {
  font-size: 110% !important;
  margin-left: 0 !important;
}
.chunk {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 55px 10px 50px;
  
  display: inline-block;
  position: relative;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.chunk.quote,
.chunk .quote {
  width: 530px;
  padding: 10px 100px;
}
.chunk.quote p,
.chunk .quote p {
  margin-top: 0;
}
.chunk .smallcaps {
  font-variant: small-caps;
  font-style: normal !important;
}
.chunk .bold {
  font-weight: bold;
  font-style: normal !important;
}
.chunk .italics {
  font-style: italic !important;
}
.chunk h3 {
  margin-left: -25px;
  margin-top: 0;
  font-size: 120%;
}
.chunk .entrance {
  font-style: italic;
  padding-bottom: 10px;
  margin-left: -25px;
}
.chunk .name {
  text-transform: capitalize;
  font-style: normal;
}
.chunk.stage,
.chunk .lg .stage {
  font-style: italic;
}
.chunk .line-number {
  float: right;
  visibility: hidden;
  margin-left: 25px;
  color: #777;
}
.chunk.setting,
.chunk.view {
  font-style: italic;
  padding-bottom: 10px;
}
.chunk.setting .sp-tools,
.chunk.view .sp-tools {
  text-indent: 0;
}
.chunk.setting .name,
.chunk.view .name {
  text-transform: capitalize;
  font-style: normal;
  font-weight: bold;
}
.chunk .lg > .lg {
  margin-left: 25px;
  padding-bottom: 25px;
}
.chunk .lg + .stage {
  margin-top: 10px;
}
.chunk .lg .break-clear {
  clear: left;
}
.chunk .lg > .l,
.chunk .lg > .sp,
.chunk .lg > .lg {
  margin-bottom: 0;
}
.chunk .lg > .l:last-child,
.chunk .lg > .l:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.chunk .lg .l:last-child > .exit {
  padding-bottom: 0;
}
.chunk .l,
.chunk .sp,
.chunk .p-in-sp,
.chunk .supplementary {
  display: block;
  width: auto;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.chunk .l > .lg,
.chunk .sp > .lg,
.chunk .p-in-sp > .lg,
.chunk .supplementary > .lg {
  padding-bottom: 0;
}
.chunk .sp:last-child,
.chunk .p-in-sp:last-child {
  padding-bottom: 0;
}
.chunk.sp .lg > .l {
  padding-bottom: 0;
}
.chunk .stage-parenthesis {
  font-style: normal;
}
.chunk > .stage,
.chunk > section > .stage,
.chunk .sp > .stage,
.chunk .interview > .stage,
.chunk .scene > .stage,
.chunk .supplementary > .stage,
.chunk .act > .stage {
  padding-bottom: 10px;
  font-style: italic;
  margin-left: -25px;
  display: block;
}
.chunk > .p-in-sp ~ .stage,
.chunk > .stage + .p-in-sp {
  padding-top: 10px;
}
.chunk .l > .stage {
  font-style: italic;
  display: inline;
}
.chunk .l > .stage.exit {
  float: right;
}
.chunk .stage + .l.partial[data-part='M'] {
  margin-top: -18px;
}
.chunk .stage + .stage {
  padding: 10px 0;
}
.chunk .p-in-sp > .stage {
  padding-bottom: 0;
  margin-left: 0;
  font-style: italic;
  display: inline;
}
.chunk .p-in-sp > .stage:after {
  content: " ";
}
.chunk .speaker {
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-right: 12.5px;
  margin-left: -25px;
  position: relative;
  z-index: 10;
  height: 15px;
}
.chunk a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.chunk .exit {
  font-style: italic;
  text-align: left;
  margin-left: -25px;
  display: block;
}
.chunk.lg > .l {
  padding-bottom: 0;
}
.chunk .chunk {
  padding-left: 0;
  padding-right: 0;
}
.chunk .section-header {
  margin-bottom: 0;
}
.chunk a {
  cursor: pointer;
}
.letterAddress {
  padding-top: 0px;
  padding-bottom: 0px;
}
.db-body h2,
.db-body h3,
.db-body h4,
.db-body h5,
.db-body h6 {
  margin-left: 50px;
  font-weight: bold;
}
.db-body h2 {
  font-size: 1.8em;
}
.db-body h3 {
  font-size: 1.6em;
}
.db-body h4 {
  font-size: 1.4em;
}
.db-body h5 {
  font-size: 1.2em;
}
.db-body h6 {
  font-size: 1em;
}
.db-body > figure {
  padding: 0 55px 0 50px;
}
.db-body blockquote {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 55px 10px 50px;
  width: 646px;
  display: inline-block;
  position: relative;
  clear: both;
  width: 571px;
  padding-left: 80px;
  padding-right: 80px;
}
.db-body blockquote.quote,
.db-body blockquote .quote {
  width: 530px;
  padding: 10px 100px;
}
.db-body blockquote.quote p,
.db-body blockquote .quote p {
  margin-top: 0;
}
.db-body blockquote .smallcaps {
  font-variant: small-caps;
  font-style: normal !important;
}
.db-body blockquote .bold {
  font-weight: bold;
  font-style: normal !important;
}
.db-body blockquote .italics {
  font-style: italic !important;
}
.db-body blockquote h3 {
  margin-left: -25px;
  margin-top: 0;
  font-size: 120%;
}
.db-body blockquote .entrance {
  font-style: italic;
  padding-bottom: 10px;
  margin-left: -25px;
}
.db-body blockquote .name {
  text-transform: capitalize;
  font-style: normal;
}
.db-body blockquote.stage,
.db-body blockquote .lg .stage {
  font-style: italic;
}
.db-body blockquote .line-number {
  float: right;
  visibility: hidden;
  margin-left: 25px;
  color: #777;
}
.db-body blockquote.setting,
.db-body blockquote.view {
  font-style: italic;
  padding-bottom: 10px;
}
.db-body blockquote.setting .sp-tools,
.db-body blockquote.view .sp-tools {
  text-indent: 0;
}
.db-body blockquote.setting .name,
.db-body blockquote.view .name {
  text-transform: capitalize;
  font-style: normal;
  font-weight: bold;
}
.db-body blockquote .lg > .lg {
  margin-left: 25px;
  padding-bottom: 25px;
}
.db-body blockquote .lg + .stage {
  margin-top: 10px;
}
.db-body blockquote .lg .break-clear {
  clear: left;
}
.db-body blockquote .lg > .l,
.db-body blockquote .lg > .sp,
.db-body blockquote .lg > .lg {
  margin-bottom: 0;
}
.db-body blockquote .lg > .l:last-child,
.db-body blockquote .lg > .l:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.db-body blockquote .lg .l:last-child > .exit {
  padding-bottom: 0;
}
.db-body blockquote .l,
.db-body blockquote .sp,
.db-body blockquote .p-in-sp,
.db-body blockquote .supplementary {
  display: block;
  width: auto;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.db-body blockquote .l > .lg,
.db-body blockquote .sp > .lg,
.db-body blockquote .p-in-sp > .lg,
.db-body blockquote .supplementary > .lg {
  padding-bottom: 0;
}
.db-body blockquote .sp:last-child,
.db-body blockquote .p-in-sp:last-child {
  padding-bottom: 0;
}
.db-body blockquote.sp .lg > .l {
  padding-bottom: 0;
}
.db-body blockquote .stage-parenthesis {
  font-style: normal;
}
.db-body blockquote > .stage,
.db-body blockquote > section > .stage,
.db-body blockquote .sp > .stage,
.db-body blockquote .interview > .stage,
.db-body blockquote .scene > .stage,
.db-body blockquote .supplementary > .stage,
.db-body blockquote .act > .stage {
  padding-bottom: 10px;
  font-style: italic;
  margin-left: -25px;
  display: block;
}
.db-body blockquote > .p-in-sp ~ .stage,
.db-body blockquote > .stage + .p-in-sp {
  padding-top: 10px;
}
.db-body blockquote .l > .stage {
  font-style: italic;
  display: inline;
}
.db-body blockquote .l > .stage.exit {
  float: right;
}
.db-body blockquote .stage + .l.partial[data-part='M'] {
  margin-top: -18px;
}
.db-body blockquote .stage + .stage {
  padding: 10px 0;
}
.db-body blockquote .p-in-sp > .stage {
  padding-bottom: 0;
  margin-left: 0;
  font-style: italic;
  display: inline;
}
.db-body blockquote .p-in-sp > .stage:after {
  content: " ";
}
.db-body blockquote .speaker {
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-right: 12.5px;
  margin-left: -25px;
  position: relative;
  z-index: 10;
  height: 15px;
}
.db-body blockquote a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.db-body blockquote .exit {
  font-style: italic;
  text-align: left;
  margin-left: -25px;
  display: block;
}
.db-body blockquote.lg > .l {
  padding-bottom: 0;
}
.db-body .bibliodiv {
  padding-top: 30px;
}
.db-body .bibliodiv .non-section-header.chunk {
  margin-left: 0;
}
.db-body .bibliodiv .non-section-header {
  margin-left: 50px;
}
.db-body .attribution,
.db-body .author {
  text-align: right;
  font-size: 1em;
}
.db-body .center {
  text-align: center;
}
.db-body td p:first-of-type {
  margin-top: 0;
}
.db-body .sidebar {
  background: #fefefe;
  border-radius: 5px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  padding: 20px;
}
.db-body .sidebar .non-section-header {
  text-align: center;
  display: block;
}
.db-body .sidebar .chunk {
  width: auto;
}
.db-body .sidebar li {
  display: inline;
}
.db-body .sidebar[role='sidebar1'] {
  border: 1px solid #000;
  background-color: #f1f1f1;
}
.db-body .sidebar[role='sidebar2'] {
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  background-color: #e5e5e5;
  border-radius: 0;
}
.db-body .sidebar[role='sidebar3'] {
  border: 2px solid #000;
  border-left: none;
  border-right: none;
  background-color: #d8d8d8;
  border-radius: 0;
}
.db-body .chunk.epigraph {
  padding-left: 40px;
  padding-right: 55px;
  width: 585px;
}
.db-body .variablelist .title {
  font-weight: bold;
  font-size: 1.1em;
  padding-top: 10px;
}
.db-body .relationless-partFinal {
  margin-left: 40%;
}
.db-body .relationless-partMedial {
  margin-left: 20%;
}
.db-body .figure-title {
  font-weight: bold;
}
.db-body .glosslist + .glosslist {
  padding-top: 20px;
}
.db-body .glosslist {
  *zoom: 1;
}
.db-body .glosslist:before,
.db-body .glosslist:after {
  display: table;
  content: "";
}
.db-body .glosslist:after {
  clear: both;
}
.db-body .glosslist .glossentry {
  float: left;
  width: 15%;
  margin: 0;
}
.db-body .glosslist .glossdef {
  float: left;
  width: 85%;
  margin: 0;
}
.db-body .glosslist .glossdef .chunk {
  padding-top: 0;
}
.example {
  border: 1px solid #d8d8d8;
  background-color: #f9f9f9;
}
.example .non-section-header {
  margin-left: 0;
}
.bibl-title {
  font-style: italic;
}
.titlem {
  font-style: italic;
}
.shot .location {
  font-variant: small-caps;
}
.in-play .chunk.lg > .l {
  padding-bottom: 10px;
}
.in-play.inline-footnote {
  float: right !important;
}
a[data-line-number] {
  float: right;
}
.inline-footnote {
  display: inline-block !important;
  float: none;
  right: 0;
  margin: 0 0 0 5px;
}
.in-play .name {
  font-weight: bold;
}
.personalisation .chunk:hover,
.selected {
  background: #eee;
}
.sdgroup .stage + .stage {
  padding: 10px 0;
}
.sdgroup .stage:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.list .label {
  padding: 0 6px 0 0;
}
.content:hover .line-note,
.selected .line-note {
  display: inline-block;
}
.content:hover .pagebreak .pagebreak-line,
.selected .pagebreak .pagebreak-line {
  display: inline-block;
}
.content:hover .line-number,
.selected .line-number {
  visibility: visible;
}
.content:hover a,
.selected a,
.content:hover a:link,
.selected a:link,
.content:hover a:visited,
.selected a:visited,
.content:hover a:active,
.selected a:active {
  color: #4D6C99;
}
.performance ul,
.cast ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  *zoom: 1;
}
.performance ul:before,
.cast ul:before,
.performance ul:after,
.cast ul:after {
  display: table;
  content: "";
}
.performance ul:after,
.cast ul:after {
  clear: both;
}
.performance ul .actor,
.cast ul .actor {
  font-size: 0.8em;
  margin-left: 5px;
  font-style: italic;
}
.performance ul .actor.withRole:before,
.cast ul .actor.withRole:before {
  content: "(";
}
.performance ul .actor.withRole:after,
.cast ul .actor.withRole:after {
  content: ")";
}
.performance ul .prod-name,
.cast ul .prod-name {
  text-transform: uppercase;
  margin-right: 10px;
}
.performance ul .role,
.cast ul .role {
  text-transform: uppercase;
  display: inline-block;
}
.performance ul > li,
.cast ul > li {
  margin: 8px 0;
}
.performance ul:hover a,
.cast ul:hover a {
  color: #4D6C99;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.performance ul > ul,
.cast ul > ul {
  *zoom: 1;
  position: relative;
  margin: 15px 0;
  width: 550px;
  height: auto;
}
.performance ul > ul:before,
.cast ul > ul:before,
.performance ul > ul:after,
.cast ul > ul:after {
  display: table;
  content: "";
}
.performance ul > ul:after,
.cast ul > ul:after {
  clear: both;
}
.performance ul > ul > li,
.cast ul > ul > li {
  width: 100%;
  display: block;
  width: auto;
}
.performance ul > ul > blockquote,
.cast ul > ul > blockquote {
  *zoom: 1;
  position: absolute;
  left: 320px;
  top: -6.25px;
  margin: 6.25px;
  height: 100%;
  padding: 0 25px;
  border-left: 1px solid #ccc;
  min-height: 48px;
}
.performance ul > ul > blockquote:before,
.cast ul > ul > blockquote:before,
.performance ul > ul > blockquote:after,
.cast ul > ul > blockquote:after {
  display: table;
  content: "";
}
.performance ul > ul > blockquote:after,
.cast ul > ul > blockquote:after {
  clear: both;
}
.performance ul > ul > blockquote:before,
.cast ul > ul > blockquote:before,
.performance ul > ul > blockquote:after,
.cast ul > ul > blockquote:after {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: -16px;
}
.performance ul > ul > blockquote:after,
.cast ul > ul > blockquote:after {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: -4px;
}
.performance ul > ul > blockquote:before,
.cast ul > ul > blockquote:before {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  top: -4px;
}
.performance ul > ul > blockquote p,
.cast ul > ul > blockquote p {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  display: block;
  top: 40%;
}
.performance ul > ul > blockquote p:before,
.cast ul > ul > blockquote p:before,
.performance ul > ul > blockquote p:after,
.cast ul > ul > blockquote p:after {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  border-width: 10px 0 10px 10px;
  border-style: solid;
}
.performance ul > ul > blockquote p:before,
.cast ul > ul > blockquote p:before {
  border-color: transparent #ccc;
  top: -2px;
}
.performance ul > ul > blockquote p:after,
.cast ul > ul > blockquote p:after {
  top: -2px;
  left: -27px;
  border-color: transparent #fff;
}
.performance ul blockquote,
.cast ul blockquote {
  display: inline;
  font-style: italic;
  font-size: 12px;
  margin: 0 0 0 10px;
}
.performance ul blockquote p,
.cast ul blockquote p {
  display: inline;
}
.playPart p.chunk {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.dedicationPlay p.chunk {
  padding-top: 0;
  padding-bottom: 0;
}
.authorNote .lg.chunk {
  padding-top: 0;
  padding-bottom: 0;
}
dl dt {
  float: left;
}
dl dd {
  margin-bottom: 10px;
}
dl .variable-list-item {
  padding-left: 10px;
}
#at20mc {
  position: fixed !important;
  z-index: 100000;
}
.stdheader {
  background: #090909;
  height: 85px;
  position: fixed;
  overflow: hidden;
  width: 100%;
  z-index: 1010;
  min-width: 810px;
}
.stdheader .titlegroup {
  top: 16px;
  position: absolute;
  z-index: -1;
  width: 100%;
  right: 0;
  left: 0;
  vertical-align: middle;
  display: inline-block;
}
.stdheader .titlegroup .title {
  display: block;
  text-align: center;
}
.stdheader .titlegroup .subtitle {
  display: block;
  font-size: 18px;
}
.stdheader #header-logo {
  display: inline-block;
  min-width: 129px;
  left: 0;
}
.stdheader .toc-toggle {
  position: fixed;
  top: 85px;
  left: 229px;
  margin-left: -10px;
  padding-left: 10px;
  -webkit-transition: left 0.5s ease-out;
  /* Saf3.2+, Chrome */

  -moz-transition: left 0.5s ease-out;
  /* FF4+ */

  -o-transition: left 0.5s ease-out;
  /* Opera 10.5+ */

  transition: left 0.5s ease-out;
}
.stdheader .toc-toggle a,
.stdheader .toc-toggle a:link,
.stdheader .toc-toggle a:active,
.stdheader .toc-toggle a:visited {
  text-decoration: none;
}
.stdheader > h1 {
  margin: 13px auto;
  font-size: 26px;
  text-align: center;
  color: #fff;
  width: auto;
}
.stdheader > h1 a,
.stdheader > h1 a:link,
.stdheader > h1 a:visited,
.stdheader > h1 a:active {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  -moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  -ms-text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  -o-text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}
.stdheader > h2 {
  margin: 0;
  font-size: 80%;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.stdheader > h2 a,
.stdheader > h2 a:link,
.stdheader > h2 a:active,
.stdheader > h2 a:visited {
  color: inherit;
}
.stdheader > h3 {
  display: none;
}
.stdheader .upper-icons {
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  top: 14px;
}
.stdheader .upper-icons .tool-item {
  float: right;
  width: 72px;
  text-align: center;
  position: relative;
  border: 0;
  background: transparent;
}
.stdheader .upper-icons .tool-item .icon {
  font-weight: normal !important;
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
  color: #969696;
}
.stdheader .upper-icons .tool-item .icon:hover {
  color: #ffffff;
}
.stdheader .upper-icons .tool-item .label {
  color: #969696;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 0;
}
.content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 731px;
}
.content-wrapper {
  margin-left: 289px;
  -webkit-transition: margin-left .5s ease-out, left .5s ease-out;
  /* Saf3.2+, Chrome */

  -moz-transition: margin-left .5s ease-out, left .5s ease-out;
  /* FF4+ */

  -o-transition: margin-left .5s ease-out, left .5s ease-out;
  /* Opera 10.5+ */

  transition: margin-left .5s ease-out, left .5s ease-out;
  padding-top: 100px;
}
.block-reader {
  margin: 0;
  padding: 0;
}
#container,
.preloading,
.deactivating,
#background {
  display: none !important;
}
#container div,
.preloading div,
.deactivating div,
#background div,
#container iframe,
.preloading iframe,
.deactivating iframe,
#background iframe {
  display: none !important;
}
.synched {
  width: 260px;
  float: left;
}
.ellip {
  float: right;
  width: 13px;
}
.ellip i {
  padding: 2px;
  position: relative;
  top: -2px;
  left: -2px;
}
.toc_page .play {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 525px;
  padding-top: 100px;
  margin-bottom: 50px;
}
.toc_page .play a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.toc_page .play > h1 {
  -webkit-text-shadow: 0 -1px 0px black;
  -moz-text-shadow: 0 -1px 0px black;
  -ms-text-shadow: 0 -1px 0px black;
  -o-text-shadow: 0 -1px 0px black;
  text-shadow: 0 -1px 0px black;
  text-align: center;
  color: #0576AA;
}
.toc_page .play > h2 {
  font-size: 16px;
  color: #777;
  margin-bottom: 0;
}
.toc_page .play > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.toc_page .play > ul > li {
  border-top: 1px solid #eee;
  font-size: 18px;
  font-weight: bold;
  color: #FF6700;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 100%;
  padding: 4px 0;
}
.toc_page .play > ul > li:hover {
  background-color: #fefefe;
  background-image: -moz-linear-gradient(top, #ffffff, #fdfdfd);
  background-image: -ms-linear-gradient(top, #ffffff, #fdfdfd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fdfdfd));
  background-image: -webkit-linear-gradient(top, #ffffff, #fdfdfd);
  background-image: -o-linear-gradient(top, #ffffff, #fdfdfd);
  background-image: linear-gradient(top, #ffffff, #fdfdfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fdfdfd', GradientType=0);
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.toc_page .play > ul > li:last-child {
  border-bottom: 1px solid #eee;
}
.toc_page .play > ul > li a {
  position: relative;
  left: 25px;
  display: block;
}
.toc_page .play > ul > li > ul {
  width: inherit;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.toc_page .play > ul > li > ul li {
  margin-bottom: 0;
  width: 525px;
}
.toc_page .play > ul > li > ul li:hover {
  background: #f0f3f7;
  color: #000;
}
.toc_page .play > ul > li > ul li a {
  color: #777;
  position: relative;
  left: 50px;
  width: inherit;
  display: block;
  padding: 4px 0;
}
.toc_page .play a,
.toc_page .play a:link,
.toc_page .play a:active,
.toc_page .play a:visited {
  text-decoration: none;
}
.sp-tools,
.highlight {
  position: absolute;
  right: -35px;
  top: 0;
  opacity: 0;
  width: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sp-tools .icon-star::before,
.highlight .icon-star::before {
  color: #000;
}
.sp-tools .add_comment a,
.highlight .add_comment a,
.sp-tools .tools_star a,
.highlight .tools_star a {
  color: #000;
}
.sp-tools .add_comment,
.highlight .add_comment {
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sp-tools .tools_star,
.highlight .tools_star {
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sp-tools .btn,
.highlight .btn {
  padding: 0px 8px;
}
.highlight {
  z-index: 0;
}
.highlight .btn {
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body > .sp-tools {
  right: 0;
}
.sp-tools {
  z-index: 1000;
}
.l .force-visibility,
.sp .force-visibility,
.lg .force-visibility,
.stage .force-visibility,
.chunk .force-visibility,
.l .force-visibility-starred,
.sp .force-visibility-starred,
.lg .force-visibility-starred,
.stage .force-visibility-starred,
.chunk .force-visibility-starred {
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.l:hover .sp-tools,
.sp:hover .sp-tools,
.lg:hover .sp-tools,
.stage:hover .sp-tools,
.chunk:hover .sp-tools,
.l:hover .highlight,
.sp:hover .highlight,
.lg:hover .highlight,
.stage:hover .highlight,
.chunk:hover .highlight {
  opacity: 1;
}
.toc_open {
  display: block;
  position: fixed;
  top: 90px;
  left: -50px;
  font-size: 46px;
}
aside.panel {
  position: fixed;
  top: 85px;
  bottom: 0;
  width: 229px;
  left: 0;
  *zoom: 1;
}
aside.panel:before,
aside.panel:after {
  display: table;
  content: "";
}
aside.panel:after {
  clear: both;
}
aside.panel .toc_close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 24px;
  color: #696969;
}
aside.panel .toc_close:hover {
  color: #090909;
}
aside.panel .toc_bar {
  position: fixed;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -ms-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
  border-right: 1px solid #ccc;
  bottom: 0;
  left: 0;
  top: 51px;
  width: 229px;
}
aside.panel .toc_header {
  *zoom: 1;
  padding: 25px 12.5px;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -ms-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
  text-align: center;
  z-index: 100;
  color: #777;
  position: fixed;
  width: 204px;
  left: 0;
}
aside.panel .toc_header:before,
aside.panel .toc_header:after {
  display: table;
  content: "";
}
aside.panel .toc_header:after {
  clear: both;
}
aside.panel .toc_header h2:first-of-type {
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
  border: 0;
}
aside.panel .toc_header h2:last-child {
  margin: 0;
}
aside.panel .toc_header .btn {
  position: relative;
}
aside.panel .toc_header div.reader_search_button {
  position: relative;
  display: inline-block;
}
aside.panel .toc_header div.reader_search_button:hover label.search_tooltip {
  display: block;
}
aside.panel .ui-autocomplete-input {
  width: 170px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 0;
  height: 20px;
}
aside.panel h2 {
  margin: 0;
}
aside.panel h2.toc_title {
  text-align: center;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -ms-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
  position: fixed;
  left: 0;
  top: 178px;
  width: 204px;
  z-index: 100;
  padding: 6.25px 0 6.25px 25px;
  font-size: 18px;
  text-align: left;
  color: #fff;
  margin-bottom: 12.5px;
  background-color: #413F3F;
}
aside.panel #toc {
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -ms-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
  *zoom: 1;
  position: fixed;
  top: 212px;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 229px;
}
aside.panel #toc:before,
aside.panel #toc:after {
  display: table;
  content: "";
}
aside.panel #toc:after {
  clear: both;
}
aside.panel #toc.bonus-scroll {
  overflow-y: scroll;
}
aside.panel #toc a,
aside.panel #toc a:link,
aside.panel #toc a:visited,
aside.panel #toc a:active {
  color: #4D6C99;
}
aside.panel #toc ul {
  margin: 0 0 6.25px 0;
  padding: 0;
  list-style: none;
}
aside.panel #toc ul > li {
  width: 100%;
  display: block;
  height: inherit;
  width: 191px;
  padding-left: 12.5px;
  width: 216px;
}
aside.panel #toc ul > li.depth-1 {
  padding-left: 12.5px;
  width: 216px;
}
aside.panel #toc ul > li.depth-1 a {
  width: inherit - 12.5px;
}
aside.panel #toc ul > li.depth-2 {
  padding-left: 25px;
  width: 204px;
}
aside.panel #toc ul > li.depth-2 a {
  width: inherit - 25px;
}
aside.panel #toc ul > li.depth-3 {
  padding-left: 37.5px;
  width: 191px;
}
aside.panel #toc ul > li.depth-3 a {
  width: inherit - 37.5px;
}
aside.panel #toc ul > li.depth-4 {
  padding-left: 50px;
  width: 179px;
}
aside.panel #toc ul > li.depth-4 a {
  width: inherit - 50px;
}
aside.panel #toc ul > li.depth-5 {
  padding-left: 62.5px;
  width: 167px;
}
aside.panel #toc ul > li.depth-5 a {
  width: 141px;
  position: relative;
  left: -12.5px;
  padding-left: 62.5px;
}
aside.panel #toc ul > li.depth-6 {
  padding-left: 75px;
  width: 155px;
}
aside.panel #toc ul > li.depth-6 a {
  width: 141px;
  position: relative;
  left: -25px;
  padding-left: 75px;
}
aside.panel #toc ul > li:hover {
  position: relative;
}
aside.panel #toc ul > li:hover a {
  color: #000000;
}
aside.panel #toc ul > li:hover a:after {
  content: "\27A4";
  color: #777;
  position: absolute;
  top: 10px;
  left: -5px;
  -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  -moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  -ms-text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  -o-text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}
aside.panel #toc ul > li a,
aside.panel #toc ul .toc-no-link {
  padding: 6.25px 25px 6.25px 50px;
  margin-left: -50px;
  display: block;
  height: inherit;
}
aside.panel #toc ul > li a.active,
aside.panel #toc ul .toc-no-link.active {
  background: #413F3F;
  color: #fff;
}
aside.panel form {
  *zoom: 1;
}
aside.panel form:before,
aside.panel form:after {
  display: table;
  content: "";
}
aside.panel form:after {
  clear: both;
}
.ui-autocomplete {
  background: #fff;
  list-style: none;
  width: 500px;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
}
.ui-autocomplete .selected {
  background: #cfd8e5;
}
.ui-autocomplete .ui-state-hover {
  background: #cfd8e5;
}
.ui-autocomplete li {
  margin: 0;
  list-style: none;
}
.ui-autocomplete li .hit {
  font-weight: bold;
  color: #6c87af;
}
.ui-autocomplete li:hover {
  cursor: pointer;
  background: #cfd8e5;
}
.ui-autocomplete a {
  padding: 12.5px;
  display: block;
  width: 478px;
}
.ui-autocomplete .subtitle {
  margin-left: 5px;
}
.ui-autocomplete li.ui-menu-item h3.title {
  margin: 0;
  font-size: 16px;
}
.item.chunk .label {
  margin-left: -25px;
}
.hidden-panel .toc-toggle {
  left: 0;
}
.hidden-panel .toc_open {
  left: 5px;
  color: #696969;
  -webkit-transition: left 0.3s ease 1s;
  -moz-transition: left 0.3s ease 1s;
  -ms-transition: left 0.3s ease 1s;
  -o-transition: left 0.3s ease 1s;
  transition: left 0.3s ease 1s;
}
.hidden-panel .toc_open:hover {
  color: #090909;
}
.hidden-panel .content-wrapper,
.hidden-panel footer,
.hidden-panel .cr {
  margin-left: 0;
}
.hidden-panel .content-wrapper .icon-arrow-left,
.hidden-panel footer .icon-arrow-left,
.hidden-panel .cr .icon-arrow-left {
  left: 0px;
}
.hidden-panel #tools {
  left: -230px;
}
.hidden-panel #tools .toc_bar,
.hidden-panel #tools .toc_header,
.hidden-panel #tools .toc_title,
.hidden-panel #tools #toc {
  left: -230px;
}
.cr {
  font-size: 12px;
  font-family: serif;
  font-style: italic;
  margin-bottom: 30px;
}
.cr span {
  display: block;
  margin: 0 auto;
  width: 656px;
}
.ui-draggable {
  cursor: move;
}
.line-note {
  position: relative;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px 2px 0;
}
.line-note .icon-comments-alt,
.line-note .icon-book {
  position: relative;
  top: -1px;
}
.in-play .line-note {
  float: right;
  position: relative;
  right: -17px;
  height: 14px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px 2px 0;
}
.in-play .line-note .icon-comments-alt,
.in-play .line-note .icon-book {
  position: relative;
  top: -1px;
}
.line-number {
  position: relative;
  font-style: normal;
}
.line-highlight {
  background: rgba(10, 10, 10, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0 4px;
  border-radius: 2px;
  z-index: 1008;
  text-decoration: none;
}
div.note_container {
  width: 500px;
  height: auto;
  background: #fff;
  border: 1px solid #ccc;
  position: fixed;
  display: none;
  padding: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  z-index: 10003;
}
div.note_container .note_copy {
  cursor: text;
  overflow: auto;
}
div.note_container .note_copy .chunk {
  width: 475px;
  margin: 0 0 0 -25px;
}
div.note_container .note_copy .line-number {
  float: right;
  margin-left: 25px;
  color: #777;
}
div.note_container .note_title {
  display: block;
  font-size: 1.2em;
  color: #8da2c1;
  font-weight: bold;
  margin-top: 10px;
}
div.note_container .note_title:first-of-type {
  margin-top: 0;
}
div.note_container .note_title br,
div.note_container .note_title .line-number,
div.note_container .note_title a {
  display: none !important;
}
div.note_container .noteLabel {
  display: none;
}
div.note_container .note_close {
  position: absolute;
  font-size: 0.8em;
  right: 25px;
  top: -25px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
  padding: 5px 10px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 15px;
  overflow: hidden;
}
.bookmark_status {
  display: none;
  background: #ffff78;
  background: rgba(256, 256, 120, 0.8);
  height: 50px;
  color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}
.name {
  font-style: normal;
}
.page-content-start.faber.in-play .name {
  font-style: italic !important;
}
.page-content-start.faber .chunk {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-content-start.faber .sp > .stage {
  margin: 10px 0 0 -25px;
  padding-top: 0 !important;
}
.page-content-start.faber .sp > .speaker + .stage {
  margin: 0 0 0 -25px;
}
.page-content-start.faber .lg .l,
.page-content-start.faber .sp .l,
.page-content-start.faber .lg .p-in-sp,
.page-content-start.faber .sp .p-in-sp {
  text-indent: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-content-start.faber .lg > .stage:first-of-type,
.page-content-start.faber .sp > .stage:first-of-type {
  margin-left: 0 !important;
}
.page-content-start .drama-content.in-play .drama-inline-block .sp > .stage:first-of-type,
.page-content-start .drama-content.in-play .drama-inline-block .lg > .stage:first-of-type{
  margin-left: 0 !important;
}
.page-content-start.faber .indent-line {
  text-indent: 25px !important;
}
.page-content-start.faber .sdgroup > .stage.morespace {
  margin-bottom: 10px !important;
}
.page-content-start.faber .sdgroup > .stage + .stage {
  text-indent: 25px;
}
.page-content-start.faber .moreSpace {
  padding-bottom: 10px !important;
}
.page-content-start.faber .moreSpace + .stage {
  text-indent: 0;
}
.page-content-start.faber .moreSpace + .stage.moreSpace {
  text-indent: 0;
}
.page-content-start.faber .sdgroup .stage.moreSpace:last-of-type {
  padding-bottom: 0 !important;
}
.page-content-start.faber .braced-right .p-in-sp {
  margin-bottom: 17px;
}
.page-content-start.asnm .exit {
  text-align: right;
  margin-left: 0;
}
.page-content-start.asnm.in-play .name,
.page-content-start.asnm .speaker {
  text-transform: uppercase;
  font-weight: normal !important;
}
.introduction .chunk {
  margin: 0;
  padding: 25px;
  margin-bottom: -25px;
}
.chunk.entrance {
  padding: 25px;
  width: 681px;
}
.note {
  display: none;
}
.comment_popup {
  display: none;
  height: auto;
  width: 370px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 48px;
  right: -51px;
  padding: 15px;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  z-index: 999;
  text-align: left;
}
.comment_popup .comment_close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  line-height: 16px;
  color: #4c4c4c !important;
  text-align: center;
  font-size: 20px;
}
.comment_popup label {
  color: #4c4c4c;
}
.comment_popup textarea {
  overflow: hidden;
  float: left;
  width: 267px;
  max-width: 267px;
  display: inline-block;
  font-size: 14px !important;
  max-height: 100px;
  padding: 2px 5px;
  height: 100px;
}
.comment_popup input {
  margin-top: 5px;
}
.comment_popup input[type="submit"] {
  position: absolute;
  top: 29px;
  right: 10px;
  padding: 0 15px;
  line-height: 23px;
}
.comment_popup:before,
.comment_popup:after {
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  top: -15px;
  width: 0;
  border-width: 0 15px 15px 15px;
  border-style: solid;
}
.comment_popup:before {
  border-color: #ccc transparent;
}
.comment_popup:after {
  border-color: #fff transparent;
  top: -14px;
}
.helper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
  position: fixed;
  z-index: 150;
  background: white;
  text-align: left;
  left: 81px;
  border: 1px solid #CCC;
  padding: 15px;
  top: -20px;
  font-size: 80%;
  width: 200px;
  font-size: 14px;
  color: #777;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.helper:before,
.helper:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border-width: 15px 15px 15px 0;
  border-style: solid;
  top: 8px;
}
.helper:before {
  border-color: transparent #ccc;
}
.helper:after {
  border-color: transparent #fff;
}
.helper.right:before,
.helper.right:after {
  border-width: 15px 0 15px 15px;
}
.helper.right:before {
  right: -16px;
}
.helper.right:after {
  right: -15px;
}
.helper.left:before,
.helper.left:after {
  border-width: 15px 15px 15px 0;
}
.helper.left:before {
  left: -16px;
}
.helper.left:after {
  left: -15px;
}
.bookmark_popup {
  display: none;
  height: auto;
  width: 370px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 29px;
  right: -51px;
  padding: 15px;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  z-index: 10001;
  text-align: left;
}
.bookmark_popup .bookmark_close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  line-height: 16px;
  color: #ccc !important;
  text-align: center;
  font-size: 20px;
}
.bookmark_popup .delete_bookmark {
  width: auto;
  position: absolute;
  top: 38px;
  left: 7px;
}
.bookmark_popup .delete_bookmark .no-button-style {
  color: red;
  border: 0;
  background: transparent;
  font-size: 20px;
}
.bookmark_popup label {
  color: #777;
  left: 20px;
  position: relative;
}
.bookmark_popup .bookmark_note {
  overflow: hidden;
  float: left;
  width: 281px;
  max-width: 311px;
  display: inline-block;
  font-size: 14px !important;
  color: #777;
  padding: 2px 5px;
  min-height: 22px;
  position: relative;
  left: 20px;
}
.bookmark_popup input {
  margin-top: 5px;
}
.bookmark_popup input[type="submit"] {
  position: absolute;
  top: 30px;
  right: 10px;
  padding: 0 15px;
  line-height: 23px;
}
.bookmark_popup:before,
.bookmark_popup:after {
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  top: -15px;
  width: 0;
  border-width: 0 15px 15px 15px;
  border-style: solid;
}
.bookmark_popup:before {
  border-color: #ccc transparent;
}
.bookmark_popup:after {
  border-color: #fff transparent;
  top: -14px;
}
.pagebreak {
  display: inline-block;
  margin-left: 3px;
  width: 2px;
  position: relative;
}
.pagebreak.inline .pagebreak-line {
  border-left: 1px solid #ccc;
  top: -15px;
}
.pagebreak .pagebreak-line {
  width: 9px;
  height: 9px;
  border-top: 1px solid #ccc;
  display: none;
  position: absolute;
  left: 0;
  z-index: -100;
}
.pagebreak .pagebreak-line .pagebreak-number {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  background: #fff;
}
.sp .pagebreak.block {
  width: auto;
  position: relative;
  top: -14px;
}
.sp .pagebreak.block .pagebreak-line {
  top: 14px;
}
.pagebreak.block {
  width: auto;
  display: block;
}
.table {
  *zoom: 1;
}
.table:before,
.table:after {
  display: table;
  content: "";
}
.table:after {
  clear: both;
}
.table .row {
  *zoom: 1;
  margin-bottom: 12.5px;
}
.table .row:before,
.table .row:after {
  display: table;
  content: "";
}
.table .row:after {
  clear: both;
}
.table .cell {
  float: left;
  width: 630px;
}
.table .cell.first {
  margin-right: 12.5px;
  width: 60px;
}
table td[align="right"] {
  padding-right: 25px;
}
table tr {
  border-bottom: 10px solid transparent;
}
table tr td:first-child {
  vertical-align: top;
  padding-right: 10px;
}
.informaltable table tr,
.table table tr {
  border-bottom: none;
}
ol li {
  margin-bottom: 12.5px;
}
ol,
ul {
  margin: 0;
}
.backMatter .lg .l {
  padding-bottom: 0;
}
.space-before {
  width: 40%;
}
.chunk blockquote.chunk {
  padding: 0 30px;
}
.poetry.chunk {
  padding: 0 80px;
}
.poetry.chunk .l {
  padding-bottom: 0;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
    -moz-box-shadow: 0 !important;
  }
  aside.panel {
    display: none;
  }
  .pagebreak {
    display: inline-block;
  }
  .content-wrapper {
    background: #eee;
  }
  .content-wrapper .line-note {
    display: inline-block;
  }
  .content-wrapper .pagebreak .pagebreak-line {
    display: inline-block;
  }
  .content-wrapper .line-number {
    visibility: visible;
  }
  .content-wrapper a,
  .content-wrapper a:link,
  .content-wrapper a:visited,
  .content-wrapper a:active {
    color: #4D6C99;
  }
  .stdheader {
    position: relative;
    top: 0;
    left: 0;
  }
  .stdheader #header-logo,
  .stdheader .upper-icons {
    display: none;
  }
  .content-wrapper {
    margin-left: 0;
    width: 600px;
  }
  .cr {
    margin-left: 0;
    width: 600px;
    display: block;
  }
  .note {
    display: block;
  }
  .note .hidden {
    display: inline;
  }
  .bibliomixed a {
    display: none;
  }
}
.bookmark_popup .ui-autocomplete {
  background-color: #fff;
  position: absolute;
  cursor: default;
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  border: 1px solid #E5E5E5;
  border-top: none;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-box-shadow: 0 3px 5px #888;
  -webkit-box-shadow: 0 3px 5px #888;
  box-shadow: 0 3px 5px #888;
  font-size: 12px;
}
.bookmark_popup .ui-autocomplete .ui-menu-item {
  padding: 0;
  margin: 0;
}
.bookmark_popup .ui-autocomplete .ui-menu-item a {
  display: block;
  padding: 4px 6px;
  margin: 0;
  text-decoration: none;
  line-height: 12px;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #fff;
  color: #78959D;
}
.bookmark_popup .ui-autocomplete .ui-menu-item a.ui-state-hover,
.bookmark_popup .ui-autocomplete .ui-menu-item a.ui-state-active {
  background-color: #e3e3e3;
  color: #555;
  border-color: #f7f7f7;
}
.bookmark_popup .ui-autocomplete-loading {
  background: #ffffff url(ui-anim_basic_16x16.gif) right center no-repeat;
}
.bookmark_popup ul.tagit {
  cursor: text;
  overflow: auto;
  font-size: 14px;
  width: 77%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #E5E5E5;
  background: #fff;
  color: #555;
}
.bookmark_popup ul.tagit li {
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
  position: relative;
}
.bookmark_popup ul.tagit.ui-sortable li.tagit-choice a.ui-icon.ui-icon-grip-dotted-vertical {
  float: left;
  width: 12px;
  margin-left: -5px;
  cursor: move;
}
.bookmark_popup ul.tagit li.tagit-choice {
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
  padding: 2px 13px 3px 4px;
}
.bookmark_popup ul.tagit li.tagit-choice.selected {
  background-color: #f5b0b0;
  border-color: #f76464;
}
.bookmark_popup ul.tagit li.tagit-choice:hover {
  background-color: #f2f2f2;
  border-color: #e0e0e0;
}
.bookmark_popup ul.tagit li.tagit-new {
  padding: 2px 4px 3px;
  padding: 2px 4px 1px;
  padding: 2px 4px 1px 0;
}
.bookmark_popup ul.tagit li.tagit-choice input {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.bookmark_popup ul.tagit li.tagit-choice a.tagit-close {
  color: #777777;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  outline: medium none;
  padding: 2px 0 2px 3px;
  text-decoration: none;
  position: absolute;
  display: block;
  top: 0;
  right: 3px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}
.bookmark_popup ul.tagit li.tagit-choice a.tagit-close:hover {
  color: #535353;
}
.bookmark_popup ul.tagit input[type="text"] {
  -moz-box-sizing: border-box;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: inherit !important;
  outline: none;
}
.bookmark_popup .tagit-hiddenSelect {
  display: none;
}
.foreign {
  font-style: italic;
}
.roman {
  font-style: normal;
}
ul.chunk,
ol.chunk {
  width: 606px;
  padding-left: 100px;
}
ol.upperalpha {
  list-style: upper-alpha;
}
ol.loweralpha {
  list-style: lower-alpha;
}
ol.upperroman {
  list-style: upper-roman;
}
ol.lowerroman {
  list-style: lower-roman;
}
ol.arabic {
  list-style: decimal;
}
.chunk[role="commentary"] {
  font-size: 0.8em;
}
.cast-braced {
  position: relative;
  border-right: 1px solid #ccc;
  min-width: 310px;
  max-width: 731px;
  width: auto;
}
.cast-braced:before,
.cast-braced:after {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  border-right: 1px solid #ccc;
  right: -1px;
}
.cast-braced:before {
  border-top: 1px solid #ccc;
  top: -5px;
  border-top-right-radius: 5px;
}
.cast-braced:after {
  border-bottom: 1px solid #ccc;
  bottom: -5px;
  border-bottom-right-radius: 5px;
}
.braced .braced-left {
  width: auto;
  float: left;
  border-right: 1px solid #ccc;
  position: relative;
}
.braced .braced-left .speaker {
  display: block;
  float: none;
  margin-bottom: 27px;
}
.braced .braced-left .speaker:last-of-type {
  margin-bottom: 0;
}
.braced .braced-left:before,
.braced .braced-left:after {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  border-right: 1px solid #ccc;
  right: -1px;
}
.braced .braced-left:before {
  border-top: 1px solid #ccc;
  top: -5px;
  border-top-right-radius: 5px;
}
.braced .braced-left:after {
  border-bottom: 1px solid #ccc;
  bottom: -5px;
  border-bottom-right-radius: 5px;
}
.braced .braced-right {
  width: auto;
  float: left;
  margin-left: 50px;
  position: relative;
}
.braced .braced-right:before,
.braced .braced-right:after {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  top: 40%;
}
.braced .braced-right:before {
  border-color: transparent #ccc;
}
.braced .braced-right:after {
  left: -51px;
  border-color: transparent #fff;
}
.braced.chunk:hover .braced-right:after {
  border-color: transparent #eee;
}
.braced .braced-right .p-in-sp {
  margin-bottom: 17px;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  width: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-of-type {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.input-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  float: left;
  top: 0px;
  height: 24px;
  padding: 3px 5px;
}
.input-append .txt {
  float: left;
}
.chunk .line-number {
  position: absolute;
  right: 10px;
  text-align: right;
}
.drama-tooltip {
  border-left: 5px solid #413f3f;
  background: #fff;
  color: #333;
  left: -5px;
  z-index: 100 !important;
}
.drama-tooltip .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}
.braced .braced-right .sp .p-in-sp .line-number {
  right: -10.75em;
}
figure .caption {
  font-size: 90%;
}
.chunk .poetry .l {
  padding-bottom: 0;
}
section > .poetry {
  padding-left: 50px;
}
section .section-header {
  font-size: 1.1em;
}
.poetry .section-header {
  font-size: 1.1em;
}
.l.left {
  text-align: left;
}
.l.center {
  text-align: center;
}
.l.right {
  text-align: right;
}
.margin-note[align="margin1"] {
  float: right;
  font-size: 75%;
}
.margin-note[align="margin2"] {
  float: left;
  padding-right: 10px;
  margin-left: -50px;
  font-size: 75%;
}
figure[align="center"] {
  text-align: center;
}
figure[align="left"] {
  text-align: left;
}
figure[align="right"] {
  text-align: right;
}
figure figcaption .chunk {
  padding-left: 0;
}
.table-wrapper .title {
  font-weight: bold;
  padding: 10px 0;
}
.table-wrapper .caption {
  font-size: 90%;
}
.simplelist {
  margin: 15px 0 5px;
}
.bibliolist {
  padding-top: 30px;
}
.note .bibliolist,
.note_container .bibliolist {
  padding-top: 0;
}
.note_title + .bibliolist {
  padding-top: 10px;
}
.non-section-header {
  font-weight: bold;
  font-size: 1.1em;
}
.qandaset .non-section-header,
.poetry .non-section-header {
  margin-left: 0;
}
.qandaset .non-section-header {
  padding-bottom: 10px;
  display: block;
}
.qandaentry .chunk {
  padding-top: 0;
}
.chunk .section-header {
  margin-left: 0;
}
.index {
  margin-left: 50px;
}
.index-titlepage {
  margin-left: -50px;
}
.bibliography .non-section-header {
  margin-left: 50px;
}
ol ol {
  padding-left: 40px !important;
}
.index dt,
.index dd {
  float: none;
  display: inline;
}
.index dd {
  margin-left: 20px;
}
.index-item {
  padding-bottom: 10px;
}
.figure-div {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.braced .braced-left {
  width: auto;
  float: left;
  border-right: 1px solid #ccc;
  position: relative;
}
.braced .braced-left:before,
.braced .braced-left:after {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  border-right: 1px solid #ccc;
  right: -1px;
}
.braced .braced-left:before {
  border-top: 1px solid #ccc;
  top: -5px;
  border-top-right-radius: 5px;
}
.braced .braced-left:after {
  border-bottom: 1px solid #ccc;
  bottom: -5px;
  border-bottom-right-radius: 5px;
}
.braced .braced-right {
  width: auto;
  float: left;
  margin-left: 50px;
  position: relative;
}
.braced .braced-right:before,
.braced .braced-right:after {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  top: 40%;
}
.braced .braced-right:before {
  border-color: transparent #ccc;
}
.braced .braced-right:after {
  left: -51px;
  border-color: transparent #fff;
}
.braced .braced-right {
  width: auto;
  float: left;
  margin-left: 50px;
  position: relative;
}
.braced .braced-right:before,
.braced .braced-right:after {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  top: 40%;
}
.braced .braced-right:before {
  border-color: transparent #ccc;
}
.braced .braced-right:after {
  left: -51px;
  border-color: transparent #fff;
}
