
#css-version-check {
  z-index: 15;
}
:root {
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
}
/*
When setting the primary font stack, apply it to the Pure grid units along
with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
specific font stacks to ensure the greatest OS/browser compatibility.
*/
html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  /* Set your content font stack here: */
  font-family: 'Roboto', sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #73787c;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main {
  background-color: #ffffff;
}
.content-safe {
  margin: 0px 10px 0px 10px;
}
@media (min-width: 1024px) {
  .content-safe {
    margin: 0px 40px 0px 40px;
  }
}
@media (min-width: 1220px) {
  .content-safe {
    margin: 0 auto;
    width: 1120px;
  }
}
.content-no-control-panel {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-with-control-panel {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .content-with-control-panel {
    margin-right: 250px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 10px;
}
a {
  text-decoration: none;
  color: dodgerblue;
}
a:hover {
  border-bottom: dotted 1px dodgerblue;
}
a.pure-button:hover {
  border-bottom: none;
}
a.link-image {
  border: none;
}
a.link-image:hover {
  border: none;
}
#environment {
  display: none;
  background-color: #850707;
  color: white;
  padding: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  #environment {
    display: block;
  }
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#nav {
  font-family: 'Roboto', sans-serif;
  color: white;
  background-color: #ff9300;
}
#nav-spacer {
  height: 50px;
}
@media (min-width: 1024px) {
  #nav-spacer {
    display: none;
  }
}
#nav a {
  outline: 0;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav-large {
  display: none;
  position: relative;
  margin: 0px 40px 0px 40px;
  /* Between the "large nav min width" and 
     the "large nav full width," we need to
     force a left and right margin on an
     otherwise flexible-width content area.
    */
  /* At the "large nav full width," we specify
     a width to keep things readable and put
     excess in the margins.
    */
}
@media (min-width: 1024px) {
  #nav-large {
    display: block;
  }
}
@media (min-width: 1220px) {
  #nav-large {
    margin: 0 auto;
    width: 1120px;
  }
}
#nav-large #nav-large-left {
  padding-top: 60px;
}
#nav-large #nav-large-user {
  /* Relative to its container */
  position: absolute;
  right: 250px;
  top: 0px;
  bottom: 0px;
  background-color: #ee8800;
  padding: 60px 40px 0px 40px;
  min-width: 120px;
}
#nav-large #nav-large-logo {
  float: right;
  padding: 14px 0px 8px 0px;
  width: 250px;
  text-align: center;
}
#nav-large #nav-large-logo a img {
  width: 166px;
  height: 85px;
}
#nav-large a {
  color: white;
  border-color: #eeeeee;
}
#nav-large a.disabled {
  color: #ffb34d;
}
#nav-large a.disabled:hover.disabled {
  border-color: #ffb34d;
}
#nav-large .separator {
  color: white;
}
#nav-large .separator.disabled {
  color: #ffb34d;
}
#nav-large .nav-large-subnav-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 0px;
}
#nav-large .nav-large-subnav-item-list {
  display: none;
  z-index: 10;
  position: absolute;
  background: #555555;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
}
#nav-large .nav-large-subnav-item-list li a {
  display: block;
  padding: 4px 40px 4px 40px;
  border: none;
}
#nav-large .nav-large-subnav-item-list li a:hover {
  background: #888888;
}
#nav-large .nav-large-subnav-item-list li:first-child a {
  padding-top: 8px;
}
#nav-large .nav-large-subnav-item-list li:last-child a {
  padding-bottom: 8px;
}
#nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 100;
  padding: 0;
  background-color: #ff9300;
}
@media (max-width: 1023px) {
  #nav-mobile {
    display: table;
  }
}
#nav-mobile a {
  border: none;
  outline: 0;
  text-decoration: none;
  color: white;
}
#nav-mobile a.disabled {
  color: #ffb34d;
}
#nav-mobile #nav-mobile-menu-button {
  display: table-cell;
  padding: 0 10px 0 15px;
  vertical-align: middle;
  cursor: pointer;
}
#nav-mobile #nav-mobile-menu-button img {
  margin-top: 2px;
  height: 16px;
  width: 20px;
}
#nav-mobile #nav-mobile-settings-button {
  display: table-cell;
  padding: 0 5px 0 5px;
  vertical-align: middle;
  cursor: pointer;
}
#nav-mobile #nav-mobile-settings-button img {
  margin-top: 2px;
  height: 30px;
  width: 30px;
}
#nav-mobile #nav-mobile-audio-player-container {
  display: table-cell;
  width: 100%;
  overflow: hidden;
}
#nav-mobile #nav-mobile-audio-player-container .audio-controls {
  background-color: #ff9300;
  border: solid 1px #ff9300;
}
#nav-mobile #nav-mobile-home-button {
  display: table-cell;
  padding: 0 10px 0 5px;
  vertical-align: middle;
  cursor: pointer;
}
#nav-mobile #nav-mobile-home-button img {
  margin-top: 2px;
  height: 28px;
  width: 28px;
}
#nav-mobile .nav-mobile-popdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  display: none;
  background-color: #f57a00;
  border-top: solid 1px #c26100;
  border-bottom: solid 1px #c26100;
}
#nav-mobile #nav-mobile-menu a {
  display: block;
  padding: 10px;
}
#nav-mobile #nav-mobile-menu a:hover {
  background-color: #dc6d00;
}
#nav-mobile #nav-mobile-menu a:active {
  background-color: #c26100;
}
#nav-mobile #nav-mobile-menu .nav-mobile-separator {
  display: block;
  border-bottom: solid 1px #c26100;
  margin-left: 0px;
}
#nav-mobile #nav-mobile-menu .nav-mobile-collapseable a {
  padding: 10px 30px;
}
#nav-mobile #nav-mobile-menu .nav-mobile-collapseable .nav-mobile-separator {
  margin-left: 00px;
}
#nav-mobile #nav-mobile-menu .nav-mobile-collapseable {
  display: none;
}
#nav-mobile #nav-mobile-menu .nav-mobile-collapseable.initially-open {
  display: block;
}
#nav-mobile #nav-mobile-menu .educator-badge {
  display: inline-block;
  font-size: 12px;
  margin-top: -10px;
  margin-left: 4px;
  padding: 0px 4px;
  background-color: #ee8800;
  border: solid 1px #bb6b00;
  border-radius: 2px;
}
#nav-mobile-settings {
  padding: 5px;
  font-size: 16px;
  background-color: #f57a00;
}
#nav-mobile-settings .tab-set .tab {
  display: inline-block;
  padding: 8px 15px;
  cursor: pointer;
}
#nav-mobile-settings .tab-set.primary .tab {
  background-color: #c26100;
  color: #ffad5c;
}
#nav-mobile-settings .tab-set.primary .tab.on {
  background-color: #8f4700;
  color: white;
}
#nav-mobile-settings .tab-set.secondary {
  background-color: #8f4700;
  padding: 5px;
  padding-bottom: 0px;
}
#nav-mobile-settings .tab-set.secondary .tab {
  background-color: #c26100;
  color: #ffad5c;
}
#nav-mobile-settings .tab-set.secondary .tab.on {
  background-color: white;
  color: #8f4700;
}
#nav-mobile-settings .leaf-set {
  background-color: #8f4700;
  padding: 5px;
  display: none;
}
#nav-mobile-settings .leaf-set.on {
  display: block;
}
#nav-mobile-settings .leaf-set .selection {
  padding: 10px 12px;
  cursor: pointer;
  color: white;
}
#nav-mobile-settings .leaf-set .selection.on {
  font-weight: bold;
  background-color: #a95400;
}
#nav-mobile-settings .leaf-set .selection.disabled {
  background-color: transparent;
  color: #c26100;
}
#nav-mobile-settings .leaf-set a.selection {
  display: block;
  border: none;
}
#nav-mobile-settings .sign-up-or-sign-in-message {
  border: 1px dotted #ffad5c;
  padding: 10px;
  margin-bottom: 5px;
  color: white;
  font-size: 14px;
}
#nav-mobile-settings .sign-up-or-sign-in-message a {
  color: white;
  border-bottom: dotted 1px white;
}
#nav-mobile-settings #nav-mobile-save-as-defaults-button {
  margin-top: 4px;
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}
#nav-mobile-settings #nav-mobile-save-as-defaults-result {
  padding-left: 5px;
}
#nav-mobile-settings #nav-mobile-save-as-defaults-result.fade {
  transition: opacity 3s;
}

#footer {
  background-color: #73787C;
  padding: 20px 0;
  font-size: 14px;
  color: #eeeeee;
}
#footer a {
  color: #eeeeee;
  border-color: #eeeeee;
}
.footer-copyright {
  margin-right: 20px;
}
.footer-links {
  white-space: nowrap;
}

.alert {
  padding: 16px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: solid 1px;
}
.alert strong {
  font-weight: 500;
}
.alert-error {
  color: #A94442;
  background-color: #F2DEDE;
  border-color: #EBCCD1;
}
.alert-success {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}
.alert-info {
  color: #31708F;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
}

.stacked-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.stacked-form legend {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 10px;
}
.stacked-form label {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 4px;
}
.stacked-form .supplemental-note {
  display: block;
  font-size: 14px;
  color: #333333;
}
.stacked-form input[type=text] {
  display: block;
  margin-bottom: 10px;
}
.stacked-form ul.radio-checkbox-list {
  margin-top: 0;
}
.stacked-form .radio-checkbox-list li {
  list-style-type: none;
  margin-top: 0;
}
.stacked-form .radio-checkbox-list li input {
  float: left;
  margin-top: 4px;
}
.stacked-form .radio-checkbox-list li label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin: 0px 0 5px 20px;
}
.stacked-form .radio-checkbox-list li label:after {
  content: "";
  clear: both;
  display: table;
}

#article-controls-container {
  float: right;
  width: 290px;
  margin-right: -40px;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  #article-controls-container {
    display: none;
  }
}
.article-controls {
  padding: 20px 15px 20px 25px;
}
.article-controls h3 {
  text-transform: uppercase;
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: solid 1px #dddddd;
}
.article-controls .controls-section {
  margin-bottom: 25px;
}
.article-controls .control-group {
  margin-bottom: 15px;
}
.article-controls #save-as-defaults-container {
  font-size: 13px;
}
.article-controls #save-as-defaults-container a {
  color: #666666;
  border-bottom: dotted 1px #999999;
}
.article-controls #save-as-defaults-container a:hover {
  border-bottom: dotted 1px #666666;
}
.article-controls #save-as-defaults-container #save-as-defaults-result {
  margin-left: 5px;
  color: #999999;
  opacity: 1;
}
.article-controls #save-as-defaults-container #save-as-defaults-result.fade {
  transition: opacity 3s;
}
.article-controls h4 {
  color: #777777;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 0px;
}
.article-controls input[type=radio] {
  margin-top: 10px;
}
.article-controls .label {
  display: inline-block;
  vertical-align: top;
  color: #777777;
  cursor: pointer;
}
.article-controls .label.on {
  font-weight: bold;
}
.article-controls .label.disabled {
  opacity: 0.5;
}
.article-controls .radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-image: url(/images/satori-radio-unchecked.png);
  cursor: pointer;
  margin-right: 5px;
}
.article-controls .radio.on {
  background-image: url(/images/satori-radio-checked.png);
}
.article-controls .radio.disabled {
  opacity: 0.5;
}
.article-controls p {
  color: #777777;
  margin-top: -5px;
  font-size: 13px;
}
.rating {
  font-size: 11px;
  text-transform: uppercase;
  color: #777777;
}
.rating-1-3 {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 80px;
  margin-right: 1px;
}
.rating-1-5 {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 48px;
  margin-right: 1px;
}
.rating-2-5 {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 96px;
  margin-right: 2px;
}
.rating-button {
  cursor: pointer;
  height: 8px;
}
.rating-button.off {
  background-color: #606060;
}
.rating-button.on {
  background-color: #ff9300;
}
#article-difficulty a {
  outline: 0;
  border: none;
}
#article-difficulty .on {
  cursor: default;
}

/*
    Styles for the main article view page.
    The content of the article itself is styled by the appropriate article-*.css file.
*/
.article-breadcrumbs {
  background-color: #efefef;
  color: white;
  position: relative;
  margin-left: -6px;
  font-size: 15px;
}
.article-breadcrumbs-section {
  display: inline-block;
  padding: 8px 6px;
}
.article-breadcrumbs-section .shortenable {
  display: none;
}
@media (min-width: 1024px) {
  .article-breadcrumbs-section .shortenable {
    display: inline;
  }
}
.article-breadcrumbs-section a:hover {
  border-bottom: none;
}
.article-breadcrumbs-section-separator {
  display: inline-block;
  color: #cccccc;
}
.article-header-container {
  background-color: #2C2E33;
  padding: 14px;
  margin-bottom: 25px;
  margin-top: 5px;
}
.article-header-bookmark-container {
  margin-top: 3px;
  margin-left: 10px;
  margin-right: -4px;
  float: right;
  cursor: pointer;
}
.article-header-bookmark-container img {
  height: 24px;
  width: auto;
}
.article-header-image-container {
  float: none;
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 500px) {
  .article-header-image-container {
    float: left;
    width: 175px;
    margin-bottom: 0px;
  }
}
@media (min-width: 900px) {
  .article-header-image-container {
    width: 225px;
  }
}
.article-header-image {
  display: block;
  padding-bottom: 66.7%;
  background-color: gray;
  background-size: cover;
}
.article-header-play-series-audio {
  display: block;
  margin-top: 10px;
  width: 100%;
}
.article-header-play-series-audio a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: white;
  background-color: #0886FF;
  padding: 4px 10px;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
}
.article-header-play-series-audio a:hover {
  border-bottom: none;
}
.article-header-play-series-audio img {
  width: 10px;
  height: 10px;
}
.article-header-copy-container {
  margin-left: 0;
}
@media (min-width: 500px) {
  .article-header-copy-container {
    margin-left: 190px;
  }
}
@media (min-width: 900px) {
  .article-header-copy-container {
    margin-left: 240px;
  }
}
.article-episode-number {
  display: inline-block;
  background-color: #666666;
  color: #ffffff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.article-title {
  color: #ff9300;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0px;
}
.article-description {
  color: white;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 8px;
}
.article-notes-header {
  text-transform: uppercase;
  color: #cccccc;
  font-size: 14px;
  font-weight: 500;
}
.article-notes {
  color: #cccccc;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 10px;
}
.article-notes i,
.article-notes em {
  font-style: normal;
}
.article-editions-header {
  border-top: dotted 1px #999999;
  padding-top: 10px;
  text-transform: uppercase;
  color: #cccccc;
  font-size: 14px;
  font-weight: 500;
}
.article-editions {
  color: #cccccc;
}
.article-editions a.article-edition {
  font-size: 15px;
  color: #cccccc;
}
.article-editions a.article-edition:hover {
  color: #ffffff;
  border-bottom: solid 2px #ffffff;
}
.article-editions .article-edition {
  font-size: 15px;
  color: #ffffff;
}
.article-editions .article-edition.selected {
  font-weight: bold;
  border-bottom: solid 2px #cccccc;
}
#pro-content-message {
  border: solid 1px #999999;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}
#pro-content-message h3 {
  color: #ff9300;
  font-weight: 500;
  margin-bottom: 0;
}
#pro-content-message p {
  margin-bottom: 0;
}
.article-previous-next-container {
  margin-top: -6px;
  margin-bottom: 15px;
  font-size: 15px;
}
.article-previous-container {
  float: left;
  text-align: left;
}
.article-next-container {
  float: right;
  text-align: right;
}
.article-previous-next-container .shortenable {
  display: none;
}
@media (min-width: 1024px) {
  .article-previous-next-container .shortenable {
    display: inline;
  }
}
.article-viewer-audio-controls-large-container {
  display: none;
}
@media (min-width: 1024px) {
  .article-viewer-audio-controls-large-container {
    display: block;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .article-viewer-audio-controls-large-container.stuck {
    position: fixed;
    left: 40px;
    right: 290px;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .article-viewer-audio-controls-large-container.stuck {
    position: fixed;
    left: initial;
    right: initial;
    bottom: 0;
    margin: 0 auto;
    width: 870px;
  }
}
.article-viewer-audio-controls-large-container .audio-controls-spacer {
  background-color: #eeeeee;
  height: 0;
  height: env(safe-area-inset-bottom);
}
.article-status-quick-links {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  background-color: #dddddd;
  text-align: right;
  padding: 12px;
  /* Go wall-to-wall on smaller screens */
}
@media (max-width: 1023px) {
  .article-status-quick-links {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.article-status-quick-links .divider {
  font-weight: normal;
  color: #999999;
}
.article-status-quick-links a {
  color: #444444;
}
.article-status-quick-links a.on {
  font-weight: bold;
  border-bottom: solid 2px #444444;
}
.article-status-quick-links a.off {
  color: #666666;
  font-weight: normal;
}
.article-status-quick-links a:hover {
  border-bottom: solid 2px #666666;
}
.article-footer {
  margin-bottom: 10px;
}
.article-footer-box {
  padding: 15px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  /* Go wall-to-wall on smaller screens */
}
@media (max-width: 1023px) {
  .article-footer-box {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#audio-player {
  display: none;
}
.article-footer .contributors {
  background-color: #eeeeee;
}
.article-footer .contributors-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
}
.article-footer .contributors-value {
  display: block;
}
.article-footer .contributors a {
  color: #0A84D9;
  font-size: 14px;
  font-weight: 400;
}
.article-feedback {
  background-color: #DEDEE0;
}
.article-feedback h5 {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  margin: 0;
  padding: 0;
}
.article-feedback p {
  margin-top: 0;
  font-size: 14px;
  color: #444444;
}
.article-feedback-textarea-container {
  position: relative;
}
.article-feedback-textarea-container textarea {
  width: 90%;
  height: 80px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.article-feedback button {
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  background-color: #8D9298;
  border: none;
  padding: 6px 20px;
  color: #ffffff;
  font-size: 15px;
}
#discussion {
  margin-top: 20px;
}
#load-discussion-container {
  text-align: center;
}
#load-discussion {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  color: dodgerblue;
  padding: 10px 20px;
  border: solid 1px dodgerblue;
  background-color: #ffffff;
  border-radius: 4px;
  min-width: 200px;
}
#discussion-mobile-external-display-message {
  display: block;
  padding: 10px 20px;
  color: white;
  text-align: center;
  background-color: #ff9300;
}


/* These are the baseline styles for any annotated article.
   By design, they do not contain any sizing information. 
   Any particular instance of a sentence should add overrides (e.g., ".article-body .word") in an appropriate way.
*/
.japanese-classic.sample,
.japanese-classic .article,
.japanese-classic .article .tooltip .article {
  font-family: 'MS Mincho';
}
.japanese-mincho.sample,
.japanese-mincho .article,
.japanese-mincho .article .tooltip .article {
  font-family: 'Hiragino Mincho Pro', 'MS Mincho', 'MS PMincho', '游明朝', 'Yu Mincho', YuMincho, serif;
}
.japanese-gothic.sample,
.japanese-gothic .article,
.japanese-gothic .article .tooltip .article {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'Meiryo UI', 'ＭＳ Ｐゴシック', 'MS PGothic', 'MS Gothic';
}
.article {
  /* This is necessary for the tooltip to be positioned correctly */
  position: relative;
  display: block;
}
.paragraph {
  display: block;
}
/* Concrete implementations should specify line-height here. */
.sentence {
  display: inline;
}
.sentence .play-button-container {
  display: inline-block;
}
.sentence .play-button-container .play-button {
  color: transparent;
  display: inline;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  opacity: 1;
}
.sentence .play-button-container .play-button:hover {
  opacity: 1;
}
.sentence .notes-button-container {
  display: inline-block;
}
.sentence .notes-button {
  color: transparent;
  display: inline;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 60%;
  cursor: pointer;
  opacity: 0.9;
}
.sentence .notes-button:hover {
  opacity: 1;
}
.expression {
  display: inline;
}
/* A non-breaking run. This can, in turn, contain word and non-word items. */
.nbr {
  white-space: nowrap;
}
/* Word, which can contain multiple word-parts. */
.word {
  display: inline;
}
.space {
  display: none;
}
/* Word part (A word has multiple parts where it alternates between kanji and kana sections) */
.wp {
  display: inline-block;
  text-align: center;
}
/* A word-part that has furigana, by default, is rendered as an inline block to accommodate the furigana.
   However, this may be overridden if the user's display settings are set not to display such furigana
*/
.wp.hf {
  display: inline-block;
  line-height: normal;
}
/* 
    A word-part that does not have furigana should be displayed inline, which allows it to wrap.
*/
.wp.nf {
  display: inline;
}
/* Never show the reading for a word-part that does not have furigana */
.wp.nf .wpr {
  display: none;
}
/* Always show the text inline for a word-part that does not have furigana */
.wp.nf .wpt {
  display: inline;
}
/* Furigana */
/* N.B. In most concrete contexts, furigana should specify font-size, line-height, and padding-bottom, as well as margin-top.
        Font-size and line-height should be the same. Line-height and padding-top should be the same as margin-top * -1.
*/
.fg {
  display: block;
  text-align: center;
  margin: 0px;
  padding: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Word-part text */
/* This is the stardard representation for this word part, which may or may not include kanji. */
.wpt {
  display: block;
  text-align: center;
}
/* Word-part reading */
/* This is the reading for the word part, and must be present, regardless of whether the regular text contains kanji. */
.wpr {
  display: block;
  text-align: center;
}
/* Simple text, that is to say, text that does not have reading and furigana */
.st {
  line-height: normal;
  display: inline-block;
}
/* Non-word */
/* For example, punctuation, etc */
.nw {
  line-height: normal;
  display: inline;
}
.play-button-standard {
  background-image: url(/images/play-sentence-off.png);
}
.play-button-yellow {
  background-image: url(/images/play-sentence-yellow-off.png);
}
.play-button-blue {
  background-image: url(/images/play-sentence-blue-off.png);
}
.play-button-green {
  background-image: url(/images/play-sentence-green-off.png);
}
.play-button-red {
  background-image: url(/images/play-sentence-red-off.png);
}
.play-button-not-accessible {
  background-image: url(/images/play-sentence-not-accessible-off.png);
}
.play-button-cloud {
  background-image: url(/images/play-sentence-cloud-off.png);
}
.play-button-standard:hover {
  background-image: url(/images/play-sentence-on.png);
}
.play-button-yellow:hover {
  background-image: url(/images/play-sentence-yellow-on.png);
}
.play-button-blue:hover {
  background-image: url(/images/play-sentence-blue-on.png);
}
.play-button-green:hover {
  background-image: url(/images/play-sentence-green-on.png);
}
.play-button-red:hover {
  background-image: url(/images/play-sentence-red-on.png);
}
.play-button-not-accessible:hover {
  background-image: url(/images/play-sentence-not-accessible-on.png);
}
.play-button-cloud:hover {
  background-image: url(/images/play-sentence-cloud-on.png);
}
.notes-button-standard {
  background-image: url(/images/sentence-notes-off.png);
}
.notes-button-yellow {
  background-image: url(/images/sentence-notes-yellow-off.png);
}
.notes-button-blue {
  background-image: url(/images/sentence-notes-blue-off.png);
}
.notes-button-green {
  background-image: url(/images/sentence-notes-green-off.png);
}
.notes-button-red {
  background-image: url(/images/sentence-notes-red-off.png);
}
.notes-button-standard:hover {
  background-image: url(/images/sentence-notes-on.png);
}
.notes-button-yellow:hover {
  background-image: url(/images/sentence-notes-yellow-on.png);
}
.notes-button-blue:hover {
  background-image: url(/images/sentence-notes-blue-on.png);
}
.notes-button-green:hover {
  background-image: url(/images/sentence-notes-green-on.png);
}
.notes-button-red:hover {
  background-image: url(/images/sentence-notes-red-on.png);
}
/* For our preloads */
.preload {
  display: block;
  width: 0px;
  height: 0px;
}
.play-button-on {
  background-image: url(/images/play-sentence-on.png);
}
.play-button-yellow-on {
  background-image: url(/images/play-sentence-yellow-on.png);
}
.play-button-blue-on {
  background-image: url(/images/play-sentence-blue-on.png);
}
.play-button-green-on {
  background-image: url(/images/play-sentence-green-on.png);
}
.play-button-red-on {
  background-image: url(/images/play-sentence-red-on.png);
}
.play-button-not-accessible-on {
  background-image: url(/images/play-sentence-not-accessible-on.png);
}
.play-button-cloud-on {
  background-image: url(/images/play-sentence-not-accessible-on.png);
}
.stop-button-on {
  background-image: url(/images/stop-sentence-on.png);
}
.stop-button-yellow-on {
  background-image: url(/images/stop-sentence-yellow-on.png);
}
.stop-button-blue-on {
  background-image: url(/images/stop-sentence-blue-on.png);
}
.stop-button-green-on {
  background-image: url(/images/stop-sentence-green-on.png);
}
.stop-button-red-on {
  background-image: url(/images/stop-sentence-red-on.png);
}
.sentence-notes-button-on {
  background-image: url(/images/sentence-notes-on.png);
}
.sentence-notes-button-yellow-on {
  background-image: url(/images/sentence-notes-yellow-on.png);
}
.sentence-notes-button-blue-on {
  background-image: url(/images/sentence-notes-blue-on.png);
}
.sentence-notes-button-green-on {
  background-image: url(/images/sentence-notes-green-on.png);
}
.sentence-notes-button-red-on {
  background-image: url(/images/sentence-notes-red-on.png);
}

/*
    Styles for a "standard" article, that is, one without special customizations.    
*/
/* --------------------------------------------------------------------------------------*/
/* Sentence styles for article headlines */
/* --------------------------------------------------------------------------------------*/
.article-standard > .article > .paragraph.headline {
  font-size: 36px;
  padding: 21px 20px 15px 20px;
  margin-bottom: 40px;
  /* Spacing below paragraphs */
  background-color: #f6f6f6;
}
.article-standard > .article > .paragraph.headline .sentence {
  line-height: 80px;
  padding-bottom: 5px;
  border-bottom: solid 5px transparent;
  margin-right: 35px;
}
.article-standard > .article > .paragraph.headline .sentence.highlight {
  background-color: #FEDCBA;
  padding: 20px 20px 10px 20px;
}
.article-standard > .article > .paragraph.headline .sentence .play-button-container {
  padding: 0px 10px 0px 0px;
  font-size: 32px;
}
.article-standard > .article > .paragraph.headline .sentence .play-button-container .play-button {
  background-size: contain;
}
.article-standard > .article > .paragraph.headline .sentence .notes-button-container {
  padding: 0px 0px 0px 10px;
}
.article-standard > .article > .paragraph.headline .sentence .notes-button-container .notes-button {
  background-size: contain;
  font-size: 30px;
}
.article-standard > .article > .paragraph.headline .word {
  border-bottom: solid 5px transparent;
  padding-bottom: 5px;
}
.article-standard > .article > .paragraph.headline .word.highlight {
  background-color: #fdc388;
  padding: 10px 0;
}
.article-standard > .article > .paragraph.headline .word.additional-notes-special {
  border-bottom: solid 2px #cccccc;
}
.article-standard > .article > .paragraph.headline .word.additional-notes {
  border-bottom: dotted 2px #cccccc;
}
.article-standard > .article > .paragraph.headline .word:hover {
  border-bottom: solid 5px #bee0f1;
}
.article-standard > .article > .paragraph.headline .space {
  width: 20px;
}
.article-standard > .article > .paragraph.headline .fg {
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 4px;
  margin-top: -18px;
}
.article-standard > .article > .paragraph.headline .wpt {
  font-size: 36px;
  line-height: 36px;
}
.article-standard > .article > .paragraph.headline .wpr {
  font-size: 36px;
  line-height: 36px;
}
.article-standard > .article > .paragraph.headline .st {
  font-size: 36px;
  line-height: 36px;
}
.article-standard > .article > .paragraph.headline .nw {
  font-size: 36px;
  line-height: 36px;
}
/* --------------------------------------------------------------------------------------*/
/* Sentence styles for article blurb (size between "headline" and "body" */
/* --------------------------------------------------------------------------------------*/
.article-standard > .article > .paragraph.blurb {
  font-size: 24px;
  margin-bottom: 24px;
  /* Spacing between paragraphs */
}
.article-standard > .article > .paragraph.blurb .sentence {
  line-height: 60px;
  padding-bottom: 3px;
  border-bottom: solid 5px transparent;
  margin-right: 35px;
}
.article-standard > .article > .paragraph.blurb .sentence.highlight {
  background-color: #FEDCBA;
  padding: 10px 10px 5px 10px;
}
.article-standard > .article > .paragraph.blurb .sentence .play-button-container {
  padding: 0px 8px 0px 0px;
}
.article-standard > .article > .paragraph.blurb .word {
  border-bottom: solid 5px transparent;
  padding-bottom: 3px;
}
.article-standard > .article > .paragraph.blurb .word.highlight {
  background-color: #fdc388;
  padding: 10px 0;
}
.article-standard > .article > .paragraph.blurb .word.additional-notes-special {
  border-bottom: solid 2px #cccccc;
}
.article-standard > .article > .paragraph.blurb .word.additional-notes {
  border-bottom: dotted 2px #cccccc;
}
.article-standard > .article > .paragraph.blurb .word:hover {
  border-bottom: solid 5px #bee0f1;
}
.article-standard > .article > .paragraph.blurb .space {
  width: 10px;
}
.article-standard > .article > .paragraph.blurb .fg {
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 2px;
  margin-top: -16px;
}
.article-standard > .article > .paragraph.blurb .wpt {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.article-standard > .article > .paragraph.blurb .wpr {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.article-standard > .article > .paragraph.blurb .st {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.article-standard > .article > .paragraph.blurb .nw {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
/* --------------------------------------------------------------------------------------*/
/* Sentence styles for article body */
/* --------------------------------------------------------------------------------------*/
.article-standard > .article > .paragraph.body {
  font-size: 24px;
  margin-bottom: 24px;
  /* Spacing between paragraphs */
}
.article-standard > .article > .paragraph.body .sentence {
  line-height: 60px;
  padding-bottom: 3px;
  border-bottom: solid 5px transparent;
  margin-right: 35px;
}
.article-standard > .article > .paragraph.body .sentence.highlight {
  background-color: #FEDCBA;
  padding: 10px 10px 5px 10px;
}
.article-standard > .article > .paragraph.body .sentence .play-button-container {
  padding: 0px 8px 0px 0px;
}
.article-standard > .article > .paragraph.body .word {
  border-bottom: solid 5px transparent;
  padding-bottom: 3px;
}
.article-standard > .article > .paragraph.body .word.highlight {
  background-color: #fdc388;
  padding: 10px 0;
}
.article-standard > .article > .paragraph.body .word.additional-notes-special {
  border-bottom: solid 2px #cccccc;
}
.article-standard > .article > .paragraph.body .word.additional-notes {
  border-bottom: dotted 2px #cccccc;
}
.article-standard > .article > .paragraph.body .word:hover {
  border-bottom: solid 5px #bee0f1;
}
.article-standard > .article > .paragraph.body .space {
  width: 10px;
}
.article-standard > .article > .paragraph.body .fg {
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 2px;
  margin-top: -16px;
}
.article-standard > .article > .paragraph.body .wpt {
  font-size: 24px;
  line-height: 24px;
}
.article-standard > .article > .paragraph.body .wpr {
  font-size: 24px;
  line-height: 24px;
}
.article-standard > .article > .paragraph.body .st {
  font-size: 24px;
  line-height: 24px;
}
.article-standard > .article > .paragraph.body .nw {
  font-size: 24px;
  line-height: 24px;
}
/* --------------------------------------------------------------------------------------*/
/* Styles for when words/sentences are selected for tooltip */
/* --------------------------------------------------------------------------------------*/
.article-standard .paragraph.headline .word.word-selected {
  border-bottom: solid 5px #bee0f1 !important;
  background-color: #f6f6f6;
  color: dodgerblue;
}
.article-standard .paragraph.headline .sentence-selected {
  border-bottom: solid 5px #d4e9f4 !important;
  background-color: #f6f6f6;
  color: dodgerblue;
}
.article-standard .paragraph.body .word.word-selected {
  border-bottom: solid 5px #bee0f1 !important;
  background-color: #ffffff;
  color: #31708F;
}
.article-standard .paragraph.body .sentence-selected {
  border-bottom: solid 5px #d4e9f4 !important;
  background-color: #ffffff;
  color: #31708F;
}
.article-standard .paragraph.body .word.additional-notes.tooltip-alignment-border {
  border-width: 5px;
}
.article-standard-preloads::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/images/play-sentence-on.png) url(/images/play-sentence-green-on.png) url(/images/play-sentence-blue-on.png) url(/images/play-sentence-yellow-on.png) url(/images/play-sentence-red-on.png) url(/images/play-sentence-cloud-on.png) url(/images/play-sentence-not-accessible-on.png) url(/images/sentence-notes-on.png) url(/images/sentence-notes-green-on.png) url(/images/sentence-notes-blue-on.png) url(/images/sentence-notes-yellow-on.png) url(/images/sentence-notes-red-on.png);
}
/* --------------------------------------------------------------------------------------*/
/* Styles applied via metadata */
/* --------------------------------------------------------------------------------------*/
.article-standard .bold {
  font-weight: bold;
}
/* --------------------------------------------------------------------------------------*/
/* Proofing
/* --------------------------------------------------------------------------------------*/
.article .proofing-control-panel {
  display: block;
  background-color: #eeeeee;
  border: solid 1px #dddddd;
  padding: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
.article .proofing-control-panel .button {
  padding: 5px 10px;
  border-radius: 4px;
  color: white;
  margin-right: 10px;
  border: solid 2px white;
  cursor: pointer;
}
.article .proofing-control-panel .button.on {
  background-color: dodgerblue;
}
.article .proofing-control-panel .button.off {
  background-color: #666666;
}
.article .proofing-control-panel .frequently-misannotated-group-number {
  color: #333333;
  font-size: 14px;
}
.article .proofing-control-panel .frequently-misannotated-group-text {
  display: block;
  margin-top: 20px;
  color: #333333;
  font-weight: 500;
  font-size: 18px;
}
.article .proofing-control-panel .frequently-misannotated-group-glosses {
  display: block;
  margin-top: 0px;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
}
.article .proofing-control-panel .frequently-misannotated-group-examples {
  display: block;
  margin-top: 4px;
  color: #333333;
  font-size: 14px;
}
.article .proofing-control-panel .frequently-misannotated-group-count {
  display: block;
  margin-top: 6px;
  color: #333333;
  font-size: 12px;
}
.article .paragraph .sentence.proofing-flagged {
  background-color: #ffbe66;
}
.article .paragraph .sentence.proofing-unflagged {
  background-color: #f5f5f5;
}
.article .paragraph .sentence .word.proofing-flagged {
  background-color: #ffa933;
}
.article .paragraph .sentence .word.proofing-unflagged {
  background-color: #eeeeee;
}
.article .paragraph .sentence .word.frequently-misannotated {
  border-bottom: solid 5px #ff9999;
  background-color: #ffcccc;
}

.article.article-standard .paragraph.exposition {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.article.article-standard .paragraph.instructions {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  background-color: #c1dcfa;
  border: solid 1px #92c1f6;
  padding: 10px;
  line-height: 130%;
  margin-bottom: 16px;
}
.example-set .example {
  display: block;
}
.reveal-gizmo {
  display: block;
  padding: 5px 0 5px 0;
  border-bottom: dotted 1px #cccccc;
}
.reveal-gizmo .prompt {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  padding: 10px 0px 10px 0px;
}
.reveal-gizmo .payload {
  display: none;
}

/*
    Overrides from article-standard for history items.    
*/
.article-history-note {
  /* For debugging */
  /* border:solid 1px pink; */
}
.article-history-note .paragraph.body {
  /* Normally there is more space between paragraphs, but we want to pack things pretty tight in this view. */
  margin-bottom: 0px;
}
.article-history-note .paragraph.body .sentence {
  /* Keep each line tight */
  line-height: 40px;
}
/* ------------ */
.article-history-context {
  font-size: 16px;
  /* For debugging */
  /* border:solid 1px green; */
}
.article-history-context .paragraph.body {
  margin-bottom: 0px;
}
.article-history-context .paragraph.body .sentence {
  line-height: 30px;
}
.article-history-context .paragraph.body .fg {
  font-size: 11px;
  line-height: 18px;
  margin-top: -18px;
}
.article-history-context .paragraph.body .wpt {
  font-size: 16px;
}
.article-history-context .paragraph.body .wpr {
  font-size: 16px;
}
.article-history-context .paragraph.body .st {
  font-size: 16px;
}
.article-history-context .paragraph.body .nw {
  font-size: 16px;
}

.article-standard .paragraph.body.dialog-bubble-container-left,
.article-standard .paragraph.body.dialog-bubble-container-right {
  margin-bottom: 15px;
}
.article-standard .dialog-bubble-container-right {
  text-align: right;
}
.article-standard .dialog-bubble {
  position: relative;
  display: block;
  padding: 10px 10px 5px 10px;
  border-radius: 5px;
}
.article-standard .dialog-bubble-color-1 {
  background-color: #E2F2F9;
  border: solid 1px #b8dff0;
}
.article-standard .dialog-bubble-color-2 {
  background-color: #FBECD3;
  border: solid 1px #f7d8a4;
}
.article-standard .dialog-bubble-color-3 {
  background-color: #F7E9EC;
  border: solid 1px #e9c4cc;
}
.article-standard .dialog-bubble-color-4 {
  background-color: #E4FACB;
  border: solid 1px #ccf69c;
}
.article-standard .dialog-bubble.dialog-bubble-left {
  margin-right: 50px;
  padding-left: 75px;
  text-align: left;
}
.article-standard .dialog-bubble.dialog-bubble-right {
  margin-left: 50px;
  padding-right: 75px;
  text-align: left;
}
@media (max-width: 568px) {
  .article-standard .dialog-bubble.dialog-bubble-left {
    margin-right: 0;
  }
  .article-standard .dialog-bubble.dialog-bubble-right {
    margin-left: 0;
  }
}
.article-standard .dialog-bubble-left .dialog-headshot {
  left: 10px;
  top: 10px;
  bottom: 10px;
}
.article-standard .dialog-bubble-right .dialog-headshot {
  right: 10px;
  top: 10px;
  bottom: 10px;
}
.article-standard .dialog-headshot {
  position: absolute;
  display: inline-block;
  width: 50px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.article-standard .paragraph .dialog-bubble .sentence:last-child {
  margin-right: 4px;
}
.article-standard .paragraph.body.scene-separator {
  font-size: 24px;
  padding: 10px;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}

.article-standard .article.extra-credit .control-panel {
  display: block;
  padding: 10px 10px 0px 25px;
  margin-bottom: 10px;
  background-color: #f1f0ed;
  border: solid 1px #e0d2d9;
}
.article-standard .article.extra-credit .control-panel .button {
  display: inline-block;
  cursor: pointer;
  padding-right: 10px;
  margin-right: 15px;
}
.article-standard .article.extra-credit .control-panel .button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.article-standard .article.extra-credit .control-panel .button .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 10px;
  background-size: 100% 100%;
}
.article-standard .article.extra-credit .control-panel .button .label {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 11px;
  line-height: 14px;
  color: #615f5c;
}
@media (max-width: 500px) {
}
.article-standard .article.extra-credit .control-panel .button.randomize .icon {
  width: 39px;
  height: 40px;
  background-image: url(/images/randomize-off.png);
}
.article-standard .article.extra-credit .control-panel .button.randomized .icon {
  width: 39px;
  height: 40px;
  background-image: url(/images/randomize-on.png);
}
.article-standard .article.extra-credit .control-panel .button.reset .icon {
  width: 39px;
  height: 40px;
  background-image: url(/images/reset-off.png);
}
.article-standard .article.extra-credit .control-panel .button.reset:hover .icon {
  background-image: url(/images/reset-over.png);
}
.article-standard .article.extra-credit .control-panel .button.randomize:hover .icon {
  background-image: url(/images/randomize-over.png);
}
.article-standard .article.extra-credit .control-panel .button.direction .icon.je {
  width: 69px;
  height: 40px;
  background-image: url(/images/english-japanese-slider-japanese.png);
}
.article-standard .article.extra-credit .control-panel .button.direction .icon.ej {
  width: 69px;
  height: 40px;
  background-image: url(/images/english-japanese-slider-english.png);
}
.article-standard .article.extra-credit .paragraph.instructions {
  background-color: #f1f0ed;
  border: solid 1px #e0d2d9;
  color: #615f5c;
  padding: 25px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}
.article-standard .article.extra-credit .paragraph.instructions .header {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #474543;
  font-weight: bold;
  margin-bottom: 10px;
}
.article-standard .article.extra-credit .paragraph.instructions-special {
  border: dotted 1px #e0d2d9;
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 10px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  color: #615f5c;
}
.article-standard .article.extra-credit .paragraph.instructions .p,
.article-standard .article.extra-credit .paragraph.instructions-special .p {
  display: block;
}
.article-standard .article.extra-credit .paragraph.instructions .p + .p,
.article-standard .article.extra-credit .paragraph.instructions-special .p + .p {
  margin-top: 20px;
}
.article-standard .article.extra-credit .extra-credit-item-set {
  margin-bottom: 40px;
}
.article-standard .article.extra-credit .extra-credit-item {
  display: block;
  background-color: white;
  margin-bottom: 10px;
}
.article-standard .article.extra-credit .extra-credit-item .item-number {
  display: block;
  float: left;
  padding: 20px 0 0 0;
  color: #777777;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.article-standard .article.extra-credit .extra-credit-item .item-content {
  display: block;
  margin-left: 40px;
  border: solid 1px #eeeeee;
}
.article-standard .article.extra-credit .extra-credit-item .item-content .japanese-container {
  display: block;
  padding: 10px 10px 0 20px;
}
.article-standard .article.extra-credit .extra-credit-item .item-content .english-container {
  display: block;
  padding: 20px 10px 20px 25px;
}
.article-standard .article.extra-credit .extra-credit-item .item-content .english {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  cursor: pointer;
  color: dodgerblue;
  border-bottom: dotted 1px dodgerblue;
}
.article-standard .article.extra-credit .extra-credit-item .item-content .hint.je {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 10px;
}
.article-standard .article.extra-credit .extra-credit-item .item-content .hint.je .label {
  font-weight: 500;
}
.article-standard .article.extra-credit .extra-credit-item .item-content .hint.ej {
  margin-left: 10px;
  font-size: 15px;
  color: #888888;
  border-bottom: dotted 1px #999999;
}
.extra-credit-preloads::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/images/randomize-over.png) url(/images/reset-over.png) url(/images/english-japanese-slider-english.png) url(/images/english-japanese-slider-japanese.png);
}

.example-sentence {
  display: block;
  background-color: #f0f0f0;
  border-left: solid 4px #cccccc;
  padding-top: 6px;
  padding-left: 12px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.example-sentence + .example-sentence {
  margin-top: 20px;
}
.example-sentence .english {
  display: inline-block;
  font-size: 14px;
  border-top: dotted 1px #cccccc;
  padding-top: 10px;
}
.example-sentence .japanese {
  /* Always show the kanji and furigana in the tooltip, if there is any */
  /* If there is no furigana, the word-part should be inline so that it will wrap */
}
.example-sentence .japanese .paragraph.body .word {
  font-size: 20px;
  margin-top: 0;
}
.example-sentence .japanese .paragraph.body .fg {
  font-size: 12px;
  line-height: 12px;
  margin-top: 0;
  padding-bottom: 4px;
}
.example-sentence .japanese .paragraph.body .wpt {
  font-size: 20px;
  line-height: 20px;
}
.example-sentence .japanese .paragraph.body .wpr {
  font-size: 20px;
  line-height: 20px;
}
.example-sentence .japanese .paragraph.body .st {
  font-size: 20px;
  line-height: 20px;
}
.example-sentence .japanese .paragraph.body .nw {
  font-size: 20px;
  line-height: 20px;
}
.example-sentence .japanese .paragraph.body .wp.hf {
  display: inline-block;
}
.example-sentence .japanese .paragraph.body .wp.hf .fg {
  display: block;
}
.example-sentence .japanese .paragraph.body .wp.hf .wpt {
  display: block;
}
.example-sentence .japanese .paragraph.body .wf.hf .wpr {
  display: none;
}
.example-sentence .japanese .paragraph.body .wp.nf {
  display: inline;
}
.example-sentence .japanese .paragraph.body .wp.nf .fg {
  display: none;
}
.example-sentence .japanese .paragraph.body .wp.nf .wpt {
  display: inline;
}
.example-sentence .japanese .paragraph.body .wf.nf .wpr {
  display: none;
}
.example-sentence .japanese .bold .wpt {
  font-weight: bold;
}
.example-sentence .japanese .bold .wpr {
  font-weight: bold;
}

.audio-controls {
  width: 100%;
  background-color: #888888;
  border: none;
}
.audio-controls .primary-controls {
  display: table;
}
.audio-controls .primary-controls .play-pause-button {
  display: table-cell;
  padding: 0 40px 0 0;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .audio-controls .primary-controls .play-pause-button {
    padding: 0 50px 0 0;
    background-position: 17px center;
  }
}
.audio-controls .primary-controls .play-pause-button.play {
  background-image: url('/images/audio-player-play.png');
}
.audio-controls .primary-controls .play-pause-button.pause {
  background-image: url('/images/audio-player-pause.png');
}
.audio-controls .primary-controls .speed-control-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .audio-controls .primary-controls .speed-control-container {
    padding-right: 15px;
  }
}
.audio-controls .primary-controls .speed-control-container .speed-control {
  display: table;
  font-size: 13px;
  color: white;
}
.audio-controls .primary-controls .speed-control-container .speed-control .indicator {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.audio-controls .primary-controls .speed-control-container .speed-control .indicator .bar {
  height: 2px;
  background-color: white;
  margin-bottom: 3px;
}
.audio-controls .primary-controls .speed-control-container .speed-control .indicator .bar.on {
  width: 8px;
}
.audio-controls .primary-controls .speed-control-container .speed-control .indicator .bar.off {
  width: 4px;
  margin-left: 2px;
  margin-right: 2px;
  opacity: 0.8;
}
.audio-controls .primary-controls .speed-control-container .speed-control .indicator .bar:last-child {
  margin-bottom: 0;
}
.audio-controls .primary-controls .speed-control-container .speed-control .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 4px;
}
.audio-controls .primary-controls .timeline-container {
  display: table-cell;
  width: 100%;
  padding: 20px 10px 20px 0;
}
@media (min-width: 1024px) {
  .audio-controls .primary-controls .timeline-container {
    padding: 20px 20px 20px 0;
  }
}
.audio-controls .primary-controls .timeline-container .timeline {
  display: block;
  height: 10px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
.audio-controls .primary-controls .timeline-container .playhead {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 0px;
  background: #ffffff;
}
.audio-controls .primary-controls .download-link {
  display: table-cell;
  padding: 0 45px 0 0;
  background-image: url("/images/download-audio-on.png");
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 10px center;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .audio-controls .primary-controls .download-link {
    padding: 0 15px 0 45px;
    background-position: 12px center;
    border-left: solid 1px #cccccc;
  }
}
.audio-controls .primary-controls .download-link:hover {
  background-image: url("/images/download-audio-on.png");
  background-color: #ff9300;
}
.audio-controls .primary-controls .download-link-text {
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: none;
}
@media (min-width: 1024px) {
  .audio-controls .primary-controls .download-link-text {
    display: inline-block;
  }
}
.audio-controls .secondary-controls {
  text-align: center;
  background-color: #555555;
}
.audio-controls .secondary-controls .secondary-button {
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-size: 26px 26px;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: 50% 55%;
}
@media (min-width: 1024px) {
  .audio-controls .secondary-controls .secondary-button {
    width: 60px;
    height: 60px;
    background-size: 30px 30px;
    margin: 0px 20px;
  }
}
.audio-controls .secondary-controls .previous-track-button {
  background-image: url("/images/audio-player-previous.png");
}
.audio-controls .secondary-controls .skip-back-button {
  background-image: url("/images/audio-player-skip-back.png");
}
.audio-controls .secondary-controls .play-pause-button.play {
  background-image: url("/images/audio-player-play.png");
}
.audio-controls .secondary-controls .play-pause-button.pause {
  background-image: url("/images/audio-player-pause.png");
}
.audio-controls .secondary-controls .skip-forward-button {
  background-image: url("/images/audio-player-skip-forward.png");
}
.audio-controls .secondary-controls .next-track-button {
  background-image: url("/images/audio-player-next.png");
}
.audio-controls-spacer {
  height: 0;
}

.series-audio-presenter {
  padding-bottom: 104px;
}
.series-audio-presenter .track {
  display: block;
  position: relative;
  cursor: pointer;
  border-bottom: solid 1px #dddddd;
  background-color: #ffffff;
  min-height: 75px;
}
.series-audio-presenter .track .track-image {
  position: absolute;
  left: 0px;
  top: 10px;
}
.series-audio-presenter .track .track-image img {
  width: 80px;
  height: 55px;
}
.series-audio-presenter .track .track-image span {
  display: inline-block;
  background-size: cover;
  width: 80px;
  height: 55px;
}
.series-audio-presenter .track .track-info {
  display: block;
  margin-left: 90px;
  margin-right: 60px;
  padding: 10px 0 10px 0;
  min-height: 50px;
}
.series-audio-presenter .track .track-info .episode-number {
  text-transform: uppercase;
  color: #333333;
  font-size: 11px;
}
.series-audio-presenter .track .track-info .title {
  color: #444444;
  font-weight: 500;
  font-size: 24px;
}
.series-audio-presenter .track .track-info .edition {
  color: #777777;
  font-size: 11px;
}
.series-audio-presenter .track .track-info .loading-indicator {
  display: inline-block;
  opacity: 0;
  color: #777777;
  font-weight: bold;
  font-size: 11px;
  transition: all 0.3s linear;
  transition-delay: 0.5s;
}
.series-audio-presenter .track .track-other {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.series-audio-presenter .track .track-other .go-to-episode-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/images/new-window-dark-gray.png');
}
.series-audio-presenter .track .track-other .go-to-episode-icon:hover {
  background-image: url('/images/new-window-orange.png');
  border-bottom: none;
}
.series-audio-presenter .track .track-other .badge {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1px #777777;
  color: #777777;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 500;
  margin-right: 10px;
}
.series-audio-presenter .track.playing,
.series-audio-presenter .track.loading {
  background-color: #f6f6f6;
}
.series-audio-presenter .track.playing .track-info .title,
.series-audio-presenter .track.loading .track-info .title {
  color: #ff9300;
}
.series-audio-presenter .track.loading .loading-indicator {
  opacity: 1;
}
.series-audio-presenter .track:hover {
  background-color: #efefef;
}
.series-audio-presenter .series-audio-controls-container.stuck {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 0;
  /*
        position: fixed;
        left: initial;
        right: initial;
        bottom: 0;
        margin: 0 auto;
        //width: 870px; // I'm not really sure why this number is what it is. I think it has to do with padding in the
        
        @media (min-width:@large-nav-min-width) {
            
        }

        
        @media (min-width:@large-nav-full-width) {
            
        }
        */
}
@media (min-width: 1024px) {
  .series-audio-presenter .series-audio-controls-container.stuck {
    left: 40px;
    right: 40px;
  }
}
@media (min-width: 1220px) {
  .series-audio-presenter .series-audio-controls-container.stuck {
    margin: 0 auto;
    width: 1120px;
  }
}
.series-audio-presenter .audio-controls-spacer {
  background-color: #eeeeee;
  height: 0;
  height: env(safe-area-inset-bottom);
}

.series-alternative-views-link-container {
  margin-bottom: 20px;
}
.series-group-by-return-link {
  margin-bottom: 20px;
}
.series-group-by-group-name {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.series-release-schedule-return-link {
  margin-bottom: 10px;
}
.series-release-schedule-header {
  font-size: 30px;
  margin-bottom: 30px;
}
.series-release-schedule-frequency {
  font-size: 24px;
  margin-bottom: 20px;
}
.series-key {
  color: #777777;
  font-size: 14px;
}
.series-tiles {
  font-size: 0;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -14px;
}
.series-tiles a {
  border: none;
  color: #000;
  display: block;
  font: normal;
  height: auto;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-transform: none;
  visibility: visible;
  width: auto;
  word-spacing: normal;
  z-index: auto;
}
.tile-w {
  font-size: 16px;
  display: inline-block;
}
.tile-ar {
  display: block;
  position: relative;
}
.tile {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-size: cover;
  background-position: center center;
}
.tile:hover {
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.tile-coming-soon {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: #ee8800;
  opacity: 0.9;
  padding: 6px 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}
.tile-new {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: #9AAC0E;
  opacity: 0.9;
  padding: 6px 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}
.tile-status {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 3px 10px;
  color: #ffffff;
  font-size: 12px;
  border-radius: 2px;
}
.tile-status .unread-indicator {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: white;
  vertical-align: text-bottom;
  margin-bottom: 4px;
  margin-left: 2px;
}
.ar-1-1 {
  padding-bottom: 100%;
}
.ar-2-1 {
  padding-bottom: 50%;
}
.ar-4-1 {
  padding-bottom: 25%;
}
.ar-6-1 {
  padding-bottom: 16.66%;
}
@media (min-width: 500px) {
  .ar-sm-1-1 {
    padding-bottom: 100%;
  }
}
@media (min-width: 500px) {
  .ar-sm-2-1 {
    padding-bottom: 50%;
  }
}
@media (min-width: 500px) {
  .ar-sm-4-1 {
    padding-bottom: 25%;
  }
}
@media (min-width: 500px) {
  .ar-sm-6-1 {
    padding-bottom: 16.66%;
  }
}
@media (min-width: 800px) {
  .ar-md-1-1 {
    padding-bottom: 100%;
  }
}
@media (min-width: 800px) {
  .ar-md-2-1 {
    padding-bottom: 50%;
  }
}
@media (min-width: 800px) {
  .ar-md-4-1 {
    padding-bottom: 25%;
  }
}
@media (min-width: 800px) {
  .ar-md-6-1 {
    padding-bottom: 16.66%;
  }
}
@media (min-width: 1200px) {
  .ar-lg-1-1 {
    padding-bottom: 100%;
  }
}
@media (min-width: 1200px) {
  .ar-lg-2-1 {
    padding-bottom: 50%;
  }
}
@media (min-width: 1200px) {
  .ar-lg-4-1 {
    padding-bottom: 25%;
  }
}
@media (min-width: 1200px) {
  .ar-lg-6-1 {
    padding-bottom: 16.66%;
  }
}
.tile-u-1-1 {
  width: 100%;
}
.tile-u-1-2 {
  width: 50%;
}
.tile-u-1-4 {
  width: 25%;
}
@media (min-width: 500px) {
  .tile-u-sm-1-1 {
    width: 100%;
  }
}
@media (min-width: 500px) {
  .tile-u-sm-1-2 {
    width: 50%;
  }
}
@media (min-width: 500px) {
  .tile-u-sm-1-4 {
    width: 25%;
  }
}
@media (min-width: 800px) {
  .tile-u-md-1-1 {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .tile-u-md-1-2 {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .tile-u-md-1-4 {
    width: 25%;
  }
}
@media (min-width: 800px) {
  .tile-u-lg-1-1 {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .tile-u-lg-1-2 {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .tile-u-lg-1-4 {
    width: 25%;
  }
}

.series-detail-header {
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.series-detail-header.small {
  padding-bottom: 50%;
}
@media (min-width: 500px) {
  .series-detail-header.small {
    display: block;
  }
}
@media (min-width: 800px) {
  .series-detail-header.small {
    display: none;
  }
}
@media (min-width: 1200px) {
  .series-detail-header.small {
    display: none;
  }
}
.series-detail-header.medium {
  display: none;
  padding-bottom: 25%;
}
@media (min-width: 500px) {
  .series-detail-header.medium {
    display: none;
  }
}
@media (min-width: 800px) {
  .series-detail-header.medium {
    display: block;
  }
}
@media (min-width: 1200px) {
  .series-detail-header.medium {
    display: none;
  }
}
.series-detail-header.large {
  display: none;
  padding-bottom: 16.66%;
}
@media (min-width: 500px) {
  .series-detail-header.large {
    display: none;
  }
}
@media (min-width: 800px) {
  .series-detail-header.large {
    display: none;
  }
}
@media (min-width: 1200px) {
  .series-detail-header.large {
    display: block;
  }
}
.series-detail-title-description-area {
  background-color: #f2f2f2;
  padding: 20px 0;
}
.series-detail-title-description-area h1 {
  margin: 0;
  padding-bottom: 5px;
  font-size: 32px;
}
.series-detail-title-description-area p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  color: #444444;
}
.series-detail-title-description-area .series-detail-favorite-icon-container {
  margin-top: 8px;
  margin-left: 5px;
  float: right;
}
.series-detail-title-description-area .series-detail-favorite-icon-container span {
  cursor: pointer;
}
.series-detail-title-description-area .series-detail-favorite-icon-container img {
  height: 25px;
  width: auto;
}
.series-detail-jump-to-bar {
  background-color: #999999;
  padding: 10px 0;
  color: white;
  font-size: 15px;
  font-weight: bold;
}
.series-detail-jump-to-bar a {
  display: inline-block;
  color: white;
  border-bottom: dotted 1px transparent;
  font-weight: normal;
  margin: 0 5px;
}
.series-detail-jump-to-bar a:hover {
  border-bottom: dotted 1px white;
}
.series-detail-jump-to-bar .separator {
  color: #aaaaaa;
}
.series-detail-sort-bar {
  background-color: #e5e5e5;
  font-size: 13px;
  padding: 5px 0px;
}
.series-detail-sort-bar .sort-heading {
  font-weight: 500;
  padding-right: 8px;
  color: #333333;
}
.series-detail-sort-bar .sort-control {
  text-transform: uppercase;
  cursor: pointer;
}
.series-detail-sort-bar .sort-control:hover {
  border-bottom: none;
  text-decoration: none;
}
.series-detail-sort-bar .sort-control-on {
  color: #333333;
}
.series-detail-sort-bar .sort-control-off {
  color: #999999;
}
.series-detail-sort-bar .sort-separator {
  color: #333333;
  padding: 0 5px;
  color: #999999;
}
.series-detail-grid-item {
  display: block;
  position: relative;
}
.series-detail-grid-item:last-of-type .series-detail-separator {
  visibility: hidden;
}
@media (min-width: 600px) {
  .series-detail-grid-item .series-detail-grid-left {
    float: left;
    width: 250px;
  }
}
@media (min-width: 800px) {
  .series-detail-grid-item .series-detail-grid-left {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .series-detail-grid-item .series-detail-grid-left {
    width: 450px;
  }
}
.series-detail-grid-item .series-detail-grid-left .photo {
  display: block;
  background-size: cover;
  background-position: center center;
  background-color: gray;
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 66%;
}
@media (min-width: 600px) {
  .series-detail-grid-item .series-detail-grid-left .photo {
    margin-bottom: 0px;
    width: 222px;
    height: 150px;
    padding-bottom: 0;
  }
}
@media (min-width: 800px) {
  .series-detail-grid-item .series-detail-grid-left .photo {
    width: 320px;
    height: 212px;
  }
}
@media (min-width: 1200px) {
  .series-detail-grid-item .series-detail-grid-left .photo {
    width: 420px;
    height: 280px;
  }
}
@media (min-width: 600px) {
  .series-detail-grid-item .series-detail-grid-right {
    margin-left: 250px;
    margin-right: 0;
  }
}
@media (min-width: 800px) {
  .series-detail-grid-item .series-detail-grid-right {
    margin-left: 350px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .series-detail-grid-item .series-detail-grid-right {
    margin-left: 450px;
    margin-right: 0;
  }
}
.series-detail-grid-item .series-detail-grid-right .title {
  margin-bottom: 0px;
}
.series-detail-grid-item .series-detail-grid-right .title a {
  color: #ff9300;
  font-weight: 500;
  font-size: 24px;
}
.series-detail-grid-item .series-detail-grid-right .title a:hover {
  border-bottom: none;
}
.series-detail-grid-item .series-detail-grid-right .description {
  color: black;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 8px;
}
.series-detail-grid-item .series-detail-grid-right .notes {
  color: #777777;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  padding-bottom: 10px;
}
.series-detail-grid-item .series-detail-grid-right .notes i,
.series-detail-grid-item .series-detail-grid-right .notes em {
  font-style: normal;
}
.series-detail-grid-item .series-detail-grid-right .notes-header {
  font-weight: bold;
  color: #ff9300;
}
.series-detail-grid-item .series-detail-grid-right .episode-number {
  display: inline-block;
  background-color: #999999;
  color: #ffffff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.series-detail-grid-item .badges {
  float: right;
  margin-left: 5px;
}
.series-detail-grid-item .badges .badge {
  display: inline-block;
  border: solid 1px #777777;
  color: #777777;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 500;
  margin-left: 2px;
}
.series-detail-separator {
  height: 0px;
  border-bottom: solid 1px #cccccc;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 599px) {
  .series-detail-separator {
    border-bottom: solid 5px #ff9300;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
/* ---------------------------------------------------------------------------- */
/* Series editions table */
/* ---------------------------------------------------------------------------- */
/* Basic design requires about 450px width */
.editions-table {
  font-family: Roboto;
}
.editions-table .header {
  background-color: #d9d9d9;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
}
.editions-table .header td {
  padding: 4px 10px;
  text-transform: uppercase;
}
.editions-table .header .bookmarked {
  height: 15px;
  width: auto;
  margin-right: -5px;
  margin-top: 2px;
  margin-bottom: -2px;
  opacity: 0.5;
}
.editions-table .edition {
  background-color: #404040;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.editions-table .edition td {
  border-bottom: solid 1px #727272;
  border-right: solid 1px #727272;
  padding: 10px 10px 10px 10px;
}
.editions-table .edition .difficulty {
  padding-right: 4px;
  color: #ffffff;
}
.editions-table .edition .votes {
  font-weight: 300;
  font-size: 12px;
}
.editions-table .edition .edition-link {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #0886FF;
  padding: 4px 10px;
  border-radius: 3px;
  box-sizing: border-box;
}
.editions-table .edition .edition-link:hover {
  border-bottom: none;
}
.editions-table .edition .bookmarked {
  height: 15px;
  width: auto;
  margin-right: -5px;
}
/* A smaller version of the table */
/* This size needs a minimum 350px in width */
@media (min-width: 350px) and (max-width: 450px) {
  .editions-table {
    width: 100%;
  }
  .editions-table .header {
    font-size: 12px;
  }
  .editions-table .header td {
    padding: 2px 6px;
  }
  .editions-table .edition {
    font-size: 12px;
  }
  .editions-table .edition td {
    padding: 6px;
  }
  .editions-table .edition .edition-link {
    padding: 6px 8px;
  }
  .editions-table .edition .votes .votes-text {
    display: inline;
  }
}
/* This is our smallest version of the table */
@media (min-width: 0px) and (max-width: 350px) {
  .editions-table {
    width: 100%;
  }
  .editions-table .header {
    font-size: 11px;
  }
  .editions-table .header td {
    padding: 2px 6px;
  }
  .editions-table .edition {
    font-size: 11px;
  }
  .editions-table .edition td {
    padding: 6px;
  }
  .editions-table .edition .edition-link {
    font-size: 12px;
    padding: 6px 8px;
  }
  .editions-table .edition .votes .votes-text {
    display: none;
  }
}

.contributor-image {
  float: left;
  width: 300px;
  height: auto;
  margin: 0 15px 15px 0;
  border: solid 2px #dddddd;
  background-color: #fefefe;
  padding: 8px;
}
@media (max-width: 568px) {
  .contributor-image {
    width: 225px;
  }
}
@media (max-width: 400px) {
  .contributor-image {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
}
.contributor-image.right {
  float: right;
  margin: 0 0 15px 15px;
}

.dashboard-header {
  padding: 20px 0 0px 0;
  margin-bottom: -5px;
}
.dashboard-header h1 {
  margin: 0;
  font-size: 32px;
}
#dashboard h2 {
  margin-bottom: 0;
}
#dashboard p {
  margin-top: 6px;
}
#dashboard-left-column {
  display: block;
  float: none;
}
@media (min-width: 1000px) {
  #dashboard-left-column {
    float: left;
    width: 600px;
  }
}
#dashboard-right-column {
  margin-left: 0;
}
@media (min-width: 1000px) {
  #dashboard-right-column {
    margin-left: 600px;
  }
}
.dashboard-description {
  font-size: 15px;
  color: #555555;
}
/* ------------------------------------------------------------------------ */
/* On small screens, we show only parts of the UI at a time. */
.dashboard-category.show {
  display: block;
}
.dashboard-category.hide {
  display: none;
}
#dashboard-articles-view-controls.show {
  display: block;
}
#dashboard-articles-view-controls.hide {
  display: none;
}
#dashboard-stats-view-controls {
  display: none;
}
#dashboard-stats-view-controls.show {
  display: block;
}
#dashboard-stats-view-controls.hide {
  display: none;
}
#dashboard-feedback-view-controls {
  display: none;
}
#dashboard-feedback-view-controls.show {
  display: block;
}
#dashboard-feedback-view-controls.hide {
  display: none;
}
@media (min-width: 1000px) {
  #dashboard-top-nav {
    display: none;
  }
  .dashboard-category.show {
    display: block;
  }
  .dashboard-category.hide {
    display: block;
  }
  #dashboard-articles-view-controls.show {
    display: block;
  }
  #dashboard-articles-view-controls.hide {
    display: block;
  }
  #dashboard-stats-view-controls.show {
    display: none;
  }
  #dashboard-stats-view-controls.hide {
    display: none;
  }
  #dashboard-feedback-view-controls.show {
    display: none;
  }
  #dashboard-feedback-view-controls.hide {
    display: none;
  }
}
@media (min-width: 1000px) {
  #dashboard-left-column #dashboard-category-articles {
    padding-right: 40px;
    margin-right: 40px;
    border-right: solid 1px #aeaeae;
  }
}
.dashboard-view-control {
  display: inline-block;
  background-color: white;
  border-radius: 4px;
  padding: 4px 8px;
  margin-right: 3px;
  margin-bottom: 5px;
  font-size: 14px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dashboard-view-control.on {
  background-color: dodgerblue;
  color: white;
}
.dashboard-view-control.off {
  background-color: #eeeeee;
}
.dashboard-view-control .long {
  display: none;
}
@media (min-width: 550px) {
  .dashboard-view-control .long {
    display: inline-block;
  }
}
.dashboard-view-control .short {
  display: inline-block;
}
@media (min-width: 550px) {
  .dashboard-view-control .short {
    display: none;
  }
}
#dashboard-top-nav {
  margin-left: 20px;
}
#dashboard-top-nav .dashboard-view-control {
  font-size: 15px;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}
#dashboard-top-nav .dashboard-view-control.on {
  color: #ffffff;
  background-color: #404040;
}
#dashboard-top-nav .dashboard-view-control.off {
  color: #ffffff;
  background-color: #b3b3b3;
}
.dashboard-second-level-view-controls {
  background-color: #404040;
  padding: 8px 4px 3px 8px;
  border-radius: 6px;
}
@media (min-width: 1000px) {
  .dashboard-second-level-view-controls {
    background-color: transparent;
    padding: 0;
  }
}
#dashboard-articles-view-controls {
  margin-bottom: 10px;
}
#dashboard-stats-view-controls {
  margin-bottom: 10px;
}
#dashboard-feedback-view-controls {
  margin-bottom: 10px;
}
/* ------------------------------------------------------------------------------------ */
#dashboard-category-articles {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
#dashboard-favorited-series {
  display: none;
}
#dashboard-bookmarked-articles {
  display: none;
}
#dashboard-new {
  display: none;
}
.dashboard-right-column-divider {
  height: 0px;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .dashboard-right-column-divider {
    display: block;
    height: 1px;
    background-color: #aeaeae;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.dashboard-studylist-cards {
  font-size: 18px;
  font-style: italic;
  color: #777777;
  margin-bottom: 0;
}
#heatmap {
  display: block;
  padding-bottom: 10px;
}
#heatmap .month-row {
  display: block;
  padding: 0;
  margin: 0 0 0 0;
  line-height: none;
  overflow: hidden;
}
#heatmap .month-row .month-label {
  float: left;
  width: 10px;
  height: 12px;
  font-size: 10px;
  color: #999999;
  background-color: transparent;
  margin-right: 2px;
  overflow: visible;
  white-space: nowrap;
  vertical-align: top;
  margin-bottom: 2px;
}
@media (min-width: 1000px) and (max-width: 1100px) {
  #heatmap .month-row .month-label {
    width: 8px;
  }
}
@media (max-width: 400px) {
  #heatmap .month-row .month-label {
    width: 8px;
    margin-right: 1px;
  }
}
#heatmap .day-of-week {
  display: block;
  padding: 0;
  margin: 0;
  line-height: none;
  overflow: hidden;
}
#heatmap .day-of-week .day {
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  margin-bottom: 2px;
  background-color: #eeeeee;
}
@media (min-width: 1000px) and (max-width: 1100px) {
  #heatmap .day-of-week .day {
    width: 8px;
  }
}
@media (max-width: 400px) {
  #heatmap .day-of-week .day {
    width: 8px;
    margin-right: 1px;
    margin-bottom: 1px;
  }
}
#heatmap .day-of-week .day.day-of-week-label {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #999999;
}
#heatmap .day-of-week .day.heat1 {
  background-color: #85D7EA;
}
#heatmap .day-of-week .day.heat2 {
  background-color: #65B5CA;
}
#heatmap .day-of-week .day.heat3 {
  background-color: #407DA6;
}
#heatmap .day-of-week .day.heat4 {
  background-color: #1F446A;
}
#heatmap .day-of-week .day.heat5 {
  background-color: #1F446A;
}
#heatmap-key {
  vertical-align: baseline;
}
.heatmap-key-label {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  vertical-align: baseline;
  margin: 0 5px;
}
.heatmap-key-day {
  display: inline-block;
  vertical-align: baseline;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  background-color: #eeeeee;
}
@media (min-width: 1000px) and (max-width: 1100px) {
  .heatmap-key-day {
    width: 8px;
  }
}
@media (max-width: 400px) {
  .heatmap-key-day {
    width: 8px;
    margin-right: 1px;
  }
}
.heatmap-key-day.heat1 {
  background-color: #85D7EA;
}
.heatmap-key-day.heat2 {
  background-color: #65B5CA;
}
.heatmap-key-day.heat3 {
  background-color: #407DA6;
}
.heatmap-key-day.heat4 {
  background-color: #1F446A;
}
.heatmap-key-day.heat5 {
  background-color: #1F446A;
}

.article-instance-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #aeaeae;
}
.article-instance-list-item:last-child {
  border-bottom: none;
}
.article-instance-list-item-left {
  float: none;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  .article-instance-list-item-left {
    float: left;
    width: 165px;
    margin-bottom: 0;
  }
}
.article-instance-list-item-right {
  float: none;
  display: block;
}
@media (min-width: 500px) {
  .article-instance-list-item-right {
    margin-left: 165px;
    margin-right: 0;
  }
}
.article-instance-list-item-photo {
  display: block;
  background-color: #aaaaaa;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  padding-bottom: 66%;
}
@media (min-width: 500px) {
  .article-instance-list-item-photo {
    width: 150px;
    height: 100px;
    padding-bottom: 0;
  }
}
.article-instance-list-item-last-viewed {
  background-color: #D5E9F3;
  color: black;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 6px;
  border-radius: 2px;
  margin-bottom: 8px;
}
.article-instance-list-item-series-title a {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  border-bottom: dotted 1px transparent;
}
.article-instance-list-item-series-title a:hover {
  border-bottom-color: #999999;
}
.article-instance-list-item-episode-number {
  display: inline-block;
  background-color: #999999;
  color: #ffffff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 12px;
}
.article-instance-list-item-title a {
  display: inline-block;
  margin-bottom: 4px;
  color: #f28b00;
  font-size: 18px;
  font-weight: 500;
  border-bottom: dotted 1px transparent;
}
.article-instance-list-item-title a:hover {
  border-bottom-color: #ff9300;
}
.article-instance-list-item-description {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 8px;
}
.article-instance-list-item-status {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  background-color: #FFE097;
  border-radius: 2px;
  padding: 2px 5px;
  margin-right: 10px;
  min-width: 60px;
  text-align: center;
}
.article-instance-list-item-status.unread {
  background-color: #BFCFFF;
  border: solid 1px #8ca9ff;
}
.article-instance-list-item-status.started {
  background-color: #FFE097;
  border: solid 1px #ffd164;
}
.article-instance-list-item-status.completed {
  background-color: #E4FACB;
  border: solid 1px #ccf69c;
}
.article-instance-list-item-difficulty {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  background-color: #eeeeee;
  border: solid 1px #d5d5d5;
  border-radius: 2px;
  padding: 2px 5px;
}
/* ----- */
.article-series-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.article-series-list-item:last-child {
  border-bottom: none;
}
.article-series-list-item-image {
  margin-bottom: 5px;
}
.article-series-list-item-image-2-1 {
  display: block;
  padding-bottom: 50%;
  background-size: contain;
}
@media (min-width: 400px) {
  .article-series-list-item-image-2-1 {
    display: none;
  }
}
.article-series-list-item-image-4-1 {
  display: none;
  background-size: contain;
}
@media (min-width: 400px) {
  .article-series-list-item-image-4-1 {
    display: block;
  }
}
@media (min-width: 400px) {
  .article-series-list-item-image-4-1 {
    padding-bottom: 25%;
  }
}
.article-series-list-item-status {
  font-size: 14px;
  color: #555555;
}
/* --------- */
.article-set-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #aeaeae;
}
.article-set-list-item:last-child {
  border-bottom: none;
}
.article-set-list-item .left {
  float: none;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  .article-set-list-item .left {
    float: left;
    width: 165px;
    margin-bottom: 0;
  }
}
.article-set-list-item .right {
  float: none;
  display: block;
}
@media (min-width: 500px) {
  .article-set-list-item .right {
    margin-left: 165px;
    margin-right: 0;
  }
}
.article-set-list-item .badges {
  float: right;
  margin-left: 5px;
}
.article-set-list-item .badges .badge {
  display: inline-block;
  border: solid 1px #777777;
  color: #777777;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 500;
  margin-left: 2px;
}
.article-set-list-item .photo {
  display: block;
  background-color: #aaaaaa;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  padding-bottom: 66%;
}
@media (min-width: 500px) {
  .article-set-list-item .photo {
    width: 150px;
    height: 100px;
    padding-bottom: 0;
  }
}
.article-set-list-item .datetime {
  background-color: #D5E9F3;
  color: black;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 6px;
  border-radius: 2px;
  margin-bottom: 8px;
}
.article-set-list-item .series-title a {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  border-bottom: none;
  text-decoration: none;
  border-bottom: dotted 1px transparent;
}
.article-set-list-item .series-title a:hover {
  border-bottom-color: #999999;
}
.article-set-list-item .episode-number {
  display: inline-block;
  background-color: #999999;
  color: #ffffff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.article-set-list-item .title a {
  display: inline-block;
  margin-bottom: 4px;
  color: #f28b00;
  font-size: 18px;
  font-weight: 500;
  border-bottom: dotted 1px transparent;
}
.article-set-list-item .title a:hover {
  border-bottom-color: #ff9300;
}
.article-set-list-item .description {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 4px;
}

.preferences h1 {
  color: #000000;
}
.preferences h2 {
  color: #f28b00;
  border-bottom: solid 2px #f28b00;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 20px;
  font-weight: 500;
}
.preferences h3 {
  color: #333333;
  margin-bottom: 0px;
  font-weight: 500;
}
.preferences ul {
  list-style-type: none;
  margin-top: 5px;
}
.preferences li {
  color: #333333;
  font-weight: 400;
}
.preferences p {
  margin-top: 0;
  color: #333333;
}
.preferences .radio-list li input {
  float: left;
  margin-top: 4px;
}
.preferences .radio-list li label {
  display: block;
  margin: 0px 0 5px 20px;
}
.preferences .radio-list li label:after {
  content: "";
  clear: both;
  display: table;
}
.preferences .image-list {
  margin-top: 5px;
  margin-bottom: 20px;
}
.preferences .image-list input {
  display: none;
}
.preferences .image-list input + img {
  padding: 4px;
  border: solid 4px #f4f4f4;
  cursor: pointer;
  width: 64px;
  height: 64px;
}
.preferences .image-list input:checked + img {
  border-color: dodgerblue;
  opacity: 1;
}
.preferences button {
  margin-bottom: 20px;
}
.preferences select {
  margin-bottom: 20px;
}
.preferences textarea {
  margin-bottom: 20px;
}

.animatable {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.review-overview h1 {
  color: black;
  border-bottom: solid 2px #ff9300;
}
.review-overview h2 {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  padding: 16px 0 8px 0;
  margin: 0;
}
.review-overview h3 {
  color: black;
  font-weight: bold;
}
.review-overview .divider {
  border-bottom: solid 2px #ff9300;
  margin: 40px 0 20px 0;
}
.review-overview .due-new-container {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.review-overview .due-new-container .due-new-row {
  display: table-row;
  margin-bottom: 10px;
}
.review-overview .due-new-container .due-new-icon {
  display: table-cell;
  width: 45px;
  height: 40px;
}
.review-overview .due-new-container .due-new-icon .due-icon {
  width: 30px;
  height: 30px;
  background-image: url(/images/review-due.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.review-overview .due-new-container .due-new-icon .new-icon {
  width: 30px;
  height: 30px;
  background-image: url(/images/review-new.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.review-overview .due-new-container .due-new-text {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 20px;
}
.review-overview .due-new-container .due-new-text .pure-button {
  margin-top: 8px;
  margin-right: 8px;
}
.review-overview .other-options-header {
  font-weight: bold;
  margin-bottom: 12px;
}
.review-overview .other-options-option {
  margin-bottom: 2px;
}
.review-overview.stacks-section {
  background-color: #eeeeee;
}
.review-overview.stacks-section .stack-container {
  margin-top: 16px;
}
.review-overview.stacks-section .stack {
  display: block;
  vertical-align: top;
  padding: 20px;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 800px) {
  .review-overview.stacks-section .stack {
    width: 260px;
    padding: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1080px) {
  .review-overview.stacks-section .stack {
    display: inline-block;
  }
}
.review-overview.stacks-section .stack .stack-count {
  font-size: 80px;
  font-weight: bold;
  color: #f28b00;
}
.review-overview.stacks-section .stack .stack-name {
  font-size: 32px;
  font-weight: bold;
  color: black;
  margin-bottom: 5px;
}
.review-overview.stacks-section .stack .stack-description {
  font-size: 16px;
  color: #333333;
  margin-bottom: 24px;
}
.review-overview.stacks-section .stack .stack-breakdown {
  display: table;
  width: 100%;
}
.review-overview.stacks-section .stack .stack-breakdown-row {
  display: table-row;
}
.review-overview.stacks-section .stack .stack-breakdown-property {
  display: table-cell;
  text-align: left;
  font-size: 16px;
  color: black;
  font-weight: bold;
  padding-bottom: 8px;
}
.review-overview.stacks-section .stack .stack-breakdown-property.today {
  padding-top: 16px;
}
.review-overview.stacks-section .stack .stack-breakdown-property.today.sub-property {
  padding-top: 0;
  padding-left: 20px;
  font-weight: normal;
}
.review-overview.stacks-section .stack .stack-breakdown-value {
  display: table-cell;
  text-align: right;
  font-size: 16px;
  color: #ff9300;
  font-weight: bold;
}
.review-overview.stacks-section .stack .stack-breakdown-value.today {
  color: black;
}
.review-overview.stacks-section .stack .stack-breakdown-value.today.sub-property {
  font-weight: normal;
  color: black;
}
.review-overview.stacks-section .stack .stack-breakdown-row:last-child .stack-breakdown-property {
  padding-bottom: 12px;
}
.review-overview.stacks-section .stack .pure-button {
  width: 100%;
  margin-top: 12px;
}
.review-overview.stacks-section .stack .pure-button-secondary {
  color: #1E90FF;
  border: 1px solid #1E90FF;
  background-color: white;
}
.review-overview.stacks-section .stack .pure-button-secondary:hover {
  background-color: #ffffff;
  background-image: none;
}
.review-overview.stacks-section .stack:last-child {
  margin-right: 0;
}
.review-container {
  /* Question screen */
  /* Results screen */
}
.review-container .review-page {
  text-align: center;
}
.review-container .review-loading-page {
  display: block;
  opacity: 1;
}
.review-container .review-question-page {
  display: none;
  opacity: 0;
}
.review-container .review-results-page {
  display: none;
  opacity: 0;
}
.review-container .review-question-card-number {
  font-size: 24px;
  color: #333333;
  padding: 0px 0 15px 0;
}
.review-container .review-button {
  cursor: pointer;
  padding: 10px;
  border-radius: 3px;
}
.review-container .review-question-answer {
  font-size: 28px;
  background-color: #ffe9cc;
  color: black;
  margin-bottom: 20px;
  padding: 12px 0px 15px 0px;
  border: solid 1px #ff9300;
  border-radius: 2px;
}
.review-container .review-question-answer .sense {
  display: block;
}
.review-container .review-question-feedback-container {
  /* The container for the "how'd you do?" buttons */
  margin-bottom: 10px;
}
.review-container .review-question-feedback-label {
  color: #555555;
  font-size: 22px;
  font-weight: 500;
  padding: 16px 0 10px 0;
}
.review-container .review-question-button-and-captions {
  display: inline-block;
}
.review-container .review-question-button {
  /* A button used to indicate how one did on a question */
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-right: 5px;
  margin-left: 5px;
}
.review-container .review-question-button-hit-miss-spacer {
  display: inline-block;
  width: 20px;
}
.review-container .review-question-button-miss {
  background-color: #C5240A;
}
.review-container .review-question-button-miss.on {
  background-color: #641205;
}
.review-container .review-question-button-q3 {
  background-color: #1B5B7B;
}
.review-container .review-question-button-q3.on {
  background-color: #091d27;
}
.review-container .review-question-button-q4 {
  background-color: #1B84B8;
}
.review-container .review-question-button-q4.on {
  background-color: #0e445f;
}
.review-container .review-question-button-q5 {
  background-color: #39B0EC;
}
.review-container .review-question-button-q5.on {
  background-color: #0c5980;
}
.review-container .review-question-button-label {
  font-size: 12px;
  color: #555555;
  text-transform: uppercase;
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: solid 1px #aaaaaa;
}
.review-container .review-question-button-caption {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.review-container .review-results-header {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  padding: 0px 0 15px 0;
}
.review-container .review-results-subheader {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #444444;
  padding: 5px;
  border-radius: 2px;
}
.review-container .review-results-bodycopy {
  font-size: 16px;
  margin-bottom: 20px;
  display: none;
}
.review-container .review-results-button {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ff9300;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.review-card-browser .review-card-browser-page {
  text-align: center;
}
.review-card-browser #review-card-browser-initializing-page {
  display: block;
  opacity: 1;
}
.review-card-browser #review-card-browser-cards-page {
  display: none;
  opacity: 0;
}
.review-card-browser #review-card-browser-cards-page .review-card-browser-stack-name {
  font-size: 30px;
  color: #333333;
  padding: 10px 0 5px 0;
}
.review-card-browser #review-card-browser-cards-page .review-card-browser-load-status {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.review-card-browser #review-card-browser-cards-page .review-card-browser-previous-next-container {
  padding: 10px 0;
  text-align: left;
  color: #1E90FF;
  font-size: 18px;
  font-weight: bold;
  display: table;
  width: 100%;
}
.review-card-browser #review-card-browser-cards-page .review-card-browser-previous-next-container .review-card-browser-previous {
  display: block;
  text-align: left;
  cursor: pointer;
  display: table-cell;
}
.review-card-browser #review-card-browser-cards-page .review-card-browser-previous-next-container .review-card-browser-next {
  display: block;
  cursor: pointer;
  text-align: right;
  display: table-cell;
}
.review-card-browser #review-card-browser-cards .review-card-container {
  margin-bottom: 0px;
}
.review-card-browser #review-card-browser-cards .review-card-separator {
  border-bottom: solid 1px #c4c4c4;
  margin: 30px 0 50px 0;
}
.review-card-browser #review-card-browser-cards .review-card-and-separator-container:last-child .review-card-separator {
  display: none;
}
.review-card .review-card-front-container,
.review-card .review-card-back-container {
  position: relative;
  font-size: 28px;
  background-color: #E3F3FF;
  color: black;
  margin-bottom: 10px;
  padding: 15px 15px 18px 15px;
  border-left: solid 8px #1E90FF;
}
.review-card .review-card-front-container .sense,
.review-card .review-card-back-container .sense {
  display: block;
}
.review-card .review-card-front-container .review-card-delete-button,
.review-card .review-card-back-container .review-card-delete-button {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  background-color: #1E90FF;
  text-decoration: none;
  padding: 2px 6px;
  cursor: pointer;
}
.review-card .review-card-example-sentences-container {
  background-color: #f2f2f2;
  border-left: solid 8px #ff9300;
  margin-bottom: 10px;
}
.review-card .review-card-example-sentences-container .review-card-example-sentences-header {
  font-size: 15px;
  padding: 25px 25px 8px 25px;
  color: #333333;
}
.review-card .review-card-example-sentences-container .review-card-example-sentences-article-container {
  padding: 15px;
  background-color: #f2f2f2;
  border-radius: 2px;
}
.review-card .review-card-example-sentences-container .review-card-example-sentences-article-container .review-card-show-original-context-link-container {
  text-align: right;
  margin-bottom: 20px;
}
.review-card .review-card-example-sentences-container .review-card-example-sentences-article-container .review-card-show-original-context-link-container:last-child {
  margin-bottom: 0;
}
.review-card .review-card-example-sentences-container .review-card-example-sentences-article-container .review-card-show-original-context-link-container a {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #999999;
  text-decoration: none;
}
.review-card .review-card-example-sentences-container .review-card-example-sentences-article-container .review-card-show-original-context-link-container a:hover {
  border-bottom: none;
}
.review-card .review-card-show-answer-button {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #ff9300;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.review-card .review-card-status {
  opacity: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #999999;
}
.review-card .review-card-front,
.review-card .review-card-back {
  padding: 20px;
}
.review-card .review-card-front .paragraph,
.review-card .review-card-back .paragraph {
  font-size: 36px;
  margin-bottom: 0px;
}
.review-card .review-card-front .sentence,
.review-card .review-card-back .sentence {
  line-height: 80px;
}
.review-card .review-card-front .word,
.review-card .review-card-back .word {
  /* Turn off underlining */
  border-bottom: none;
}
.review-card .review-card-front .paragraph.body .word:hover,
.review-card .review-card-back .paragraph.body .word:hover {
  /* Turn off underlining */
  border-bottom: none;
}
.review-card .review-card-front .paragraph .fg,
.review-card .review-card-back .paragraph .fg {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 2px;
  margin-top: -18px;
}
.review-card .review-card-front .paragraph .wpt,
.review-card .review-card-back .paragraph .wpt {
  font-size: 36px;
  line-height: 36px;
}
.review-card .review-card-front .paragraph .wpr,
.review-card .review-card-back .paragraph .wpr {
  font-size: 36px;
  line-height: 36px;
}
.review-card .review-card-front .paragraph .st,
.review-card .review-card-back .paragraph .st {
  font-size: 36px;
  line-height: 36px;
}
.review-card .review-card-front .paragraph .nw,
.review-card .review-card-back .paragraph .nw {
  font-size: 36px;
  line-height: 36px;
}
.review-card .article-standard.review-context > .article > .paragraph {
  margin-bottom: 0px;
}
.review-card .article-standard.review-context > .article > .paragraph .word {
  padding-bottom: 4px;
}
.review-card .article-standard.review-context > .article > .paragraph .word.additional-notes {
  border-bottom: solid 3px transparent;
}
.review-card .article-standard.review-context > .article > .paragraph .word:hover,
.review-card .article-standard.review-context > .article > .paragraph .word.additional-notes:hover,
.review-card .article-standard.review-context > .article > .paragraph .word.additional-notes-special:hover {
  border-bottom: solid 3px #bee0f1;
}
.review-card .article-standard.review-context > .article > .paragraph .word.emphasis,
.review-card .article-standard.review-context > .article > .paragraph .word.emphasis.additional-notes,
.review-card .article-standard.review-context > .article > .paragraph .word.emphasis.additional-notes-special {
  font-weight: bold;
  border-bottom: solid 3px dodgerblue;
}
.review-card .article-standard.review-context > .article > .paragraph .word-selected {
  border-bottom: solid 3px #bee0f1;
  background-color: #ffffff;
  color: #31708F;
}
.review-card .article-standard.review-context > .article > .paragraph .word.ellipsized {
  font-weight: bold;
  font-size: 18px;
  padding-left: 4px;
  padding-right: 4px;
  border-bottom: solid 3px dodgerblue;
}
.review-card .article-standard.review-context > .article > .paragraph .word.ellipsized:hover {
  border-bottom: solid 3px dodgerblue;
}
.review-card .article-standard.review-context + .article-standard.review-context {
  margin-top: 16px;
}

/* Tooltip */
.tooltip {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  background-color: #f9f9f9;
  box-shadow: 5px 5px 3px #999;
  border: solid 2px #909497;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
.tooltip-content {
  display: block;
  padding: 1px 1px 0px 1px;
  color: #444444;
}
.tooltip-close {
  display: block;
  float: right;
  font-size: 13px;
  padding: 3px 6px 6px 6px;
  cursor: pointer;
  color: #ffffff;
}
.tooltip-content .heading {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  padding: 2px 10px;
  background-color: #ff9300;
}
.tooltip-content .note-body {
  display: block;
  padding: 10px 10px 10px 10px;
}
.tooltip-content .expression {
  display: block;
  color: #000000;
}
.tooltip-content .sense {
  display: block;
}
.tooltip-content .sense.context {
  font-weight: normal;
}
.tooltip-content .sense.non-context {
  color: #777777;
}
.tooltip-content .sentence-form {
  display: block;
}
.tooltip-content .discussion {
  display: block;
}
.tooltip-content .kanji-kana-representation-message {
  font-size: 13px;
  display: block;
}
.tooltip-content .kanji-kana-representation-message a {
  color: dodgerblue;
}
.tooltip-content .expression + span,
.tooltip-content .expression + .sentence-form,
.tooltip-content .expression + .sense,
.tooltip-content .expression + .discussion {
  margin-top: 0px;
}
.tooltip-content span + .sense {
  margin-top: 0;
}
.tooltip-content span + .sentence-form {
  margin-top: 10px;
}
.tooltip-content span + .tooltip-button {
  margin-top: 10px;
}
.tooltip-content span + .discussion {
  margin-top: 10px;
}
.tooltip-content .kanji-kana-representation-message + span {
  margin-top: 2px;
}
.tooltip-content .sentence-form + .discussion {
  margin-top: 5px;
}
.tooltip-content .discussion .p {
  display: block;
  margin-bottom: 20px;
}
.tooltip-content .discussion .p:last-child {
  margin-bottom: 0;
}
.tooltip-content .proofing-unused-sense-header {
  display: inline-block;
  background-color: #777777;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 4px;
  padding: 2px 6px;
  font-size: 14px;
}
.tooltip-content .proofing-note-text {
  width: 100%;
  height: 50px;
}
.tooltip-content .proofing-button {
  padding: 3px 12px 3px 12px;
}
.tooltip-content .proofing-notes-table {
  margin-top: 10px;
}
.tooltip-content .proofing-notes-table td {
  padding-right: 10px;
}
.tooltip-button {
  display: inline-block;
  padding: 6px 16px 6px 10px;
  border: solid 1px #0077ea;
  border-radius: 2px;
  margin-bottom: 0px;
  margin-right: 5px;
}
.tooltip-button[disabled] {
  pointer-events: none;
}
.tooltip-button.tooltip-button-active {
  cursor: pointer;
  background-color: dodgerblue;
  color: #ffffff;
}
.tooltip-button.tooltip-button-inactive {
  cursor: default;
  background-color: #cccccc;
  color: #444444;
  border: solid 1px #aaaaaa;
}
.tooltip-icon {
  float: left;
  background-size: 100% 100%;
}
.tooltip-icon-add {
  background-image: url(/images/studylist-add.png);
  height: 14px;
  width: 14px;
  margin: 4px 0px 0px 0px;
}
.tooltip-icon-add-context {
  background-image: url(/images/studylist-add-context.png);
  height: 17px;
  width: 14px;
  margin: 2px 0px 0px 0px;
}
.tooltip-icon-added {
  background-image: url(/images/studylist-added.png);
  height: 14px;
  width: 14px;
  margin: 4px 0px 0px 0px;
}
.tooltip-icon-added-context {
  background-image: url(/images/studylist-added-context.png);
  height: 17px;
  width: 14px;
  margin: 2px 0px 0px 0px;
}
.tooltip-icon-open-new-window {
  background-image: url(/images/open-new-window.png);
  height: 14px;
  width: 14px;
  margin: 4px 0px 0px 0px;
}
.tooltip-content .tooltip-button .text {
  margin: 0px 0px 0px 10px;
  font-family: Roboto;
  font-size: 14px;
}
.tooltip-content .footer {
  display: block;
  margin-bottom: 1px;
  height: 5px;
  background-color: #dddddd;
}
/* --------------------------------------------------------------------------------------*/
/* Tooltip-content sentence styling */
/* --------------------------------------------------------------------------------------*/
.tooltip-content {
  /* Always show the kanji and furigana in the tooltip, if there is any */
  /* If there is no furigana, the word-part should be inline so that it will wrap */
}
.tooltip-content .article {
  margin-right: 20px;
  /* Prevent overlap with "close" button */
}
.tooltip-content .paragraph.body {
  margin-bottom: 0px;
}
.tooltip-content .paragraph.body .sentence {
  line-height: 40px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.tooltip-content .paragraph.body .word {
  padding-bottom: 0px;
  line-height: 1.25;
  border-color: transparent;
  border-bottom: none;
}
.tooltip-content .paragraph.body .word:hover {
  border-color: transparent;
  border-bottom: none;
}
.tooltip-content .paragraph.body .word {
  font-size: 24px;
  margin-top: 0;
}
.tooltip-content .paragraph.body .fg {
  font-size: 14px;
  line-height: 14px;
  margin-top: 0;
  padding-bottom: 4px;
}
.tooltip-content .paragraph.body .wpt {
  font-size: 24px;
  line-height: 24px;
}
.tooltip-content .paragraph.body .wpr {
  font-size: 24px;
  line-height: 24px;
}
.tooltip-content .paragraph.body .st {
  font-size: 24px;
  line-height: 24px;
}
.tooltip-content .paragraph.body .nw {
  font-size: 24px;
  line-height: 24px;
}
.tooltip-content .paragraph.body .wp.hf {
  display: inline-block;
}
.tooltip-content .paragraph.body .wp.hf .fg {
  display: block;
}
.tooltip-content .paragraph.body .wp.hf .wpt {
  display: block;
}
.tooltip-content .paragraph.body .wf.hf .wpr {
  display: none;
}
.tooltip-content .paragraph.body .wp.nf {
  display: inline;
}
.tooltip-content .paragraph.body .wp.nf .fg {
  display: none;
}
.tooltip-content .paragraph.body .wp.nf .wpt {
  display: inline;
}
.tooltip-content .paragraph.body .wf.nf .wpr {
  display: none;
}

.ui-dialog .ui-dialog-titlebar {
  background-color: #ff9300;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.ui-dialog p {
  color: black;
  font-size: 16px;
  font-weight: normal;
  margin: 0.75em 0;
}

.tour {
  background-image: url(/images/tour-message-background.png);
  background-size: 100% 100%;
}
.tour li {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #ffffff;
}
.tour-content {
  padding: 10px 0px;
}
@media (min-width: 1024px) {
  .tour-content {
    padding: 20px 0px;
  }
}
.tour-content-logo {
  float: left;
  width: 40px;
  height: 40px;
  background-image: url(/images/satori-tour-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .tour-content-logo {
    width: 60px;
    height: 60px;
  }
}
.tour-content-message {
  margin-left: 50px;
  margin-right: 0px;
}
@media (min-width: 1024px) {
  .tour-content-message {
    margin-left: 80px;
    margin-right: 0px;
  }
}
@media (min-width: 1000px) {
  .tour-content-message {
    margin-left: 80px;
    margin-right: 250px;
  }
}
.tour-content-message h6 {
  font-size: 17px;
  margin: 0 0 4px 0;
  padding: 0;
  color: #ffffff;
  font-weight: 600;
}
.tour-content-message p {
  margin: 0 0 15px 0;
  font-size: 17px;
  color: #ffffff;
}
.tour-content-message a {
  color: #ffffff;
  border-bottom: dotted 1px white;
}
.tour-content-button {
  border: solid 1px white;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 10px;
  cursor: pointer;
}
.tour-content-cancel-button {
  float: left;
  margin-left: 50px;
  border-color: #CDE6F6;
  color: #CDE6F6;
}
@media (min-width: 1024px) {
  .tour-content-cancel-button {
    margin-left: 80px;
  }
}
.tour-content-next-button {
  float: right;
  margin-right: 0px;
  font-weight: bold;
  background-color: #2C7DB5;
}
@media (min-width: 1024px) {
  .tour-content-next-button {
    margin-right: 0px;
  }
}
@media (min-width: 1000px) {
  .tour-content-next-button {
    margin-right: 250px;
  }
}
@media (min-width: 1024px) {
  .tour-content-message-mobile-nav-only {
    display: none;
  }
}
@media (max-width: 1023px) {
  .tour-content-message-non-mobile-nav-only {
    display: none;
  }
}

.recently-added {
  font-family: 'Roboto', sans-serif;
}
.recently-added .header {
  position: relative;
  background-color: #e0e0e0;
  text-align: center;
  color: #838282;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
}
.recently-added .open-close {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
.recently-added .items-container {
  position: relative;
  background-color: #2C2E33;
  padding: 0 35px;
}
.recently-added .items-container .items {
  background-color: #2C2E33;
  white-space: nowrap;
  overflow-x: hidden;
}
.recently-added .items-container .items .item {
  padding: 18px 0px 18px 0px;
  margin: 0 10px;
  display: inline-block;
  white-space: normal;
  overflow-x: auto;
  width: 300px;
  vertical-align: top;
}
.recently-added .items-container .items .item .set-image {
  float: left;
  display: block;
  width: 130px;
  height: 86px;
  background-color: #000000;
  background-size: cover;
}
.recently-added .items-container .items .item .set-info {
  margin-left: 140px;
}
.recently-added .items-container .items .item .set-info .set-date {
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.recently-added .items-container .items .item .set-info .set-date .unread-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: dodgerblue;
  vertical-align: text-bottom;
  margin-bottom: 5px;
  margin-left: 4px;
}
.recently-added .items-container .items .item .set-info .divider {
  display: block;
  width: auto;
  height: 1px;
  background-color: #4A4B50;
  margin-bottom: 10px;
}
.recently-added .items-container .items .item .set-info .set-series-name,
.recently-added .items-container .items .item .set-info .set-series-name a {
  color: #cccccc;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 4px;
  border-bottom-color: #999999;
}
.recently-added .items-container .items .item .set-info .set-title,
.recently-added .items-container .items .item .set-info .set-title a {
  font-size: 18px;
  color: #ff9300;
  border-bottom-color: #ff9300;
}
.recently-added .items-container .arrow {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  top: 50%;
  transition: opacity 0.3s;
  background-size: 100% 100%;
  cursor: pointer;
}
.recently-added .items-container .arrow.arrow-left {
  left: 10px;
  background-image: url(https://www.satorireader.com/images/arrow-left-translucent.png);
}
.recently-added .items-container .arrow.arrow-right {
  right: 10px;
  background-image: url(https://www.satorireader.com/images/arrow-right-translucent.png);
}
.recently-added .items-container .arrow.slick-disabled {
  opacity: 0;
}
@media (max-width: 400px) {
  .recently-added .items-container .items .item {
    padding-left: 10px;
  }
  .recently-added .items-container .items .item .set-image {
    float: none;
    width: 105px;
    height: 70px;
  }
  .recently-added .items-container .items .item .set-info {
    margin-left: 0;
  }
}

.subscription-options {
  text-align: center;
}
.subscription-option {
  display: block;
  min-width: 300px;
  margin: 0 10px 20px 10px;
  vertical-align: top;
}
@media (min-width: 568px) {
  .subscription-option {
    display: inline-block;
  }
}
.plan-box {
  text-align: center;
}
.plan-box .name {
  background-color: orange;
  text-transform: uppercase;
  color: white;
  padding: 20px 0;
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-radius: 4px 4px 0px 0px;
}
.plan-box .plan-pricing-container {
  background-color: white;
  padding: 30px 10px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.plan-box .plan-pricing-container .plan-pricing {
  display: inline-block;
  padding: 40px 15px;
  background-color: white;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.plan-box .plan-pricing-container .plan-pricing .price {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
}
.plan-box .plan-pricing-container .plan-pricing .price .dollar-sign {
  font-weight: 300;
}
.plan-box .plan-pricing-container .plan-pricing .price .period {
  font-size: 18px;
  font-weight: 300;
  margin-left: 2px;
}
.plan-box .plan-pricing-container .plan-pricing .regular-price {
  display: inline-block;
  color: #696456;
  position: relative;
  margin-bottom: 13px;
}
.plan-box .plan-pricing-container .plan-pricing .special-price {
  color: #ff9300;
}
.plan-box .plan-pricing-container .plan-pricing .special-price-header {
  text-transform: uppercase;
  color: #ff9300;
  font-weight: 500;
  font-size: 14px;
  margin-top: 6px;
}
.plan-box .plan-pricing-container .plan-pricing .strikethrough {
  position: absolute;
  display: block;
  height: 3px;
  left: 0;
  right: 0;
  top: 19px;
  background-color: #E30046;
}
.plan-box .plan-pricing-container .glow {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(221, 221, 221, 0.54);
  -moz-box-shadow: 0px 0px 20px 5px rgba(221, 221, 221, 0.54);
  box-shadow: 0px 0px 20px 5px rgba(221, 221, 221, 0.54);
}
.plan-box .plan-pricing-container .measurer {
  position: relative;
  visibility: hidden;
}
.plan-box .plan-pricing-container .free {
  position: absolute;
  visibility: visible;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 300;
  color: #555555;
  line-height: 100%;
}
.plan-box .plan-pricing-container .free span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
  right: 0;
  bottom: 0;
}
.plan-box .gold-gradient {
  background: #f08800;
  background: -moz-linear-gradient(top, #f08800 0%, #ff9300 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f08800), color-stop(100%, #ff9300));
  background: -webkit-linear-gradient(top, #f08800 0%, #ff9300 100%);
  background: -o-linear-gradient(top, #f08800 0%, #ff9300 100%);
  background: -ms-linear-gradient(top, #f08800 0%, #ff9300 100%);
  background: linear-gradient(to bottom, #f08800 0%, #ff9300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aba69a', endColorstr='#c3beb3', GradientType=0);
}
.plan-box .gray-gradient {
  background: #aba69a;
  background: -moz-linear-gradient(top, #aba69a 0%, #c3beb3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #aba69a), color-stop(100%, #c3beb3));
  background: -webkit-linear-gradient(top, #aba69a 0%, #c3beb3 100%);
  background: -o-linear-gradient(top, #aba69a 0%, #c3beb3 100%);
  background: -ms-linear-gradient(top, #aba69a 0%, #c3beb3 100%);
  background: linear-gradient(to bottom, #aba69a 0%, #c3beb3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aba69a', endColorstr='#c3beb3', GradientType=0);
}
.plan-box .subscription-benefits {
  border: 1px solid #dddddd;
  border-radius: 0 0 5px 5px;
}
.plan-box .subscription-benefits .subscription-benefit {
  font-size: 16px;
  color: black;
  padding: 10px;
  font-weight: 500;
}
.plan-box .subscription-benefits .subscription-benefit.even {
  background-color: #E6E4E0;
}
.plan-box .subscription-benefits .subscription-benefit.odd {
  background-color: white;
}
.plan-box .subscription-benefits .button-container {
  background-color: #E6E4E0;
  padding: 20px;
  border-top: solid 5px white;
  border-radius: 0 0 5px 5px;
}
.plan-box .subscription-benefits .button-container a {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: white;
  border-radius: 5px;
  border: solid 3px white;
  cursor: pointer;
}
.plan-box .subscription-benefits .button-container a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.plan-box .subscription-benefits .button-container a.start-pro {
  background-color: #ff9300;
}
.plan-box .subscription-benefits .button-container a.start-pro:hover {
  background-color: #ffa933;
}
.plan-box .subscription-benefits .button-container a.start-free {
  background-color: #C1BDB4;
}
.plan-box .subscription-benefits .button-container a.start-free:hover {
  background-color: #d8d6d0;
}
.subscribed-plan-details .billing-timezone {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
}
.subscribed-plan-details + .subscribed-plan-details {
  margin-top: 30px;
}

body.theme-dark {
  background-color: #222222;
}
body.theme-dark .main {
  background-color: #121212;
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .main h1,
body.theme-dark .main h2,
body.theme-dark .main h3,
body.theme-dark .main h4,
body.theme-dark .main h5,
body.theme-dark .main h6 {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark #nav {
  background-color: #f6841d;
}
body.theme-dark #nav #nav-large #nav-large-user {
  background-color: rgba(0, 0, 0, 0.08);
}
body.theme-dark #nav #nav-large .nav-large-subnav-item-list {
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.5);
}
body.theme-dark #nav #nav-large .nav-large-subnav-item-list li a {
  background-color: #444444;
}
body.theme-dark #nav #nav-large .nav-large-subnav-item-list li a:hover {
  background-color: #666666;
}
body.theme-dark #nav #nav-mobile {
  background-color: #f6841d;
}
body.theme-dark #nav #nav-mobile .nav-mobile-popdown {
  background-color: #444444;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.7);
}
body.theme-dark #nav #nav-mobile #nav-mobile-menu .nav-mobile-separator {
  border-bottom: solid 1px #333333;
}
body.theme-dark #nav #nav-mobile #nav-mobile-menu a:hover {
  background-color: #555555;
}
body.theme-dark #nav #nav-mobile #nav-mobile-menu a:active {
  background-color: #333333;
}
body.theme-dark #nav #nav-mobile #nav-mobile-settings {
  background-color: #444444;
}
body.theme-dark #nav #nav-mobile #nav-mobile-settings .tab-set.primary .tab {
  color: #bbbbbb;
  background-color: #666666;
}
body.theme-dark #nav #nav-mobile #nav-mobile-settings .tab-set.primary .tab.on {
  color: #ffffff;
  background-color: #f6841d;
}
body.theme-dark #nav #nav-mobile #nav-mobile-settings .tab-set.secondary {
  background-color: #f6841d;
}
body.theme-dark #nav #nav-mobile #nav-mobile-settings .tab-set.secondary .tab {
  color: #f4bd81;
  background-color: #d86e13;
}
body.theme-dark #nav #nav-mobile #nav-mobile-settings .tab-set.secondary .tab.on {
  color: white;
  background-color: #c45900;
}
body.theme-dark #nav #nav-mobile #nav-mobile-settings .leaf-set {
  background-color: #c45900;
}
body.theme-dark #nav #nav-mobile #nav-mobile-settings .leaf-set .selection.on {
  background-color: #9b4504;
}
body.theme-dark #nav #nav-mobile #nav-mobile-settings .leaf-set .selection.disabled {
  background-color: #666666;
}
body.theme-dark #nav #nav-mobile #nav-mobile-settings #nav-mobile-save-as-defaults-button {
  color: #bbbbbb;
}
body.theme-dark #nav #nav-mobile #nav-mobile-audio-player-container .audio-controls {
  background-color: #f6841d;
  border: #f6841d;
}
body.theme-dark #nav #nav-mobile #nav-mobile-audio-player-container .audio-controls .timeline {
  background: rgba(0, 0, 0, 0.15);
}
body.theme-dark #audio-controls-large {
  background-color: #444444;
}
body.theme-dark #audio-controls-large .timeline {
  background-color: rgba(0, 0, 0, 0.25);
}
body.theme-dark #footer {
  background-color: #222222;
}
body.theme-dark .recently-added .header {
  background-color: #666666;
  color: #eeeeee;
  font-weight: normal;
}
body.theme-dark .recently-added .items-container {
  background-color: #2c2e33;
}
body.theme-dark .recently-added .items-container .item .set-date {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .recently-added .items-container .item .set-series-name {
  color: #cccccc;
  font-weight: normal;
}
body.theme-dark .recently-added .items-container .item .set-title {
  color: #ff9d1c;
}
body.theme-dark .tile:hover {
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5);
}
body.theme-dark .series-detail-title-description-area {
  background-color: #121212;
}
body.theme-dark .series-detail-title-description-area h1 {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .series-detail-title-description-area p {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .series-detail-jump-to-bar {
  background-color: #2c2e33;
}
body.theme-dark .series-detail-jump-to-bar .separator {
  color: #666666;
}
body.theme-dark .series-detail-sort-bar {
  background-color: #121212;
}
body.theme-dark .series-detail-sort-bar .sort-heading {
  color: #eeeeee;
}
body.theme-dark .series-detail-sort-bar .sort-control-on {
  color: #ff9d1c;
}
body.theme-dark .series-detail-sort-bar .sort-control-off {
  color: #999999;
}
body.theme-dark .series-detail-grid-item .photo {
  opacity: 0.9;
}
body.theme-dark .series-detail-grid-item .episode-number {
  background-color: #444444;
}
body.theme-dark .series-detail-grid-item .title {
  color: #ff9d1c;
}
body.theme-dark .series-detail-grid-item .description {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .series-detail-grid-item .notes {
  color: rgba(255, 255, 255, 0.75);
}
body.theme-dark .series-detail-grid-item .notes .notes-header {
  color: #0886ff;
}
body.theme-dark .series-detail-grid-item .editions-table .header td {
  border-right: solid 1px #d9d9d9;
}
body.theme-dark .series-detail-grid-item .editions-table .header td:first-of-type {
  border-left: solid 1px #d9d9d9;
}
body.theme-dark .series-detail-grid-item .editions-table .edition td:first-of-type {
  border-left: 1px solid #727272;
}
body.theme-dark .article-breadcrumbs {
  background-color: #222222;
}
body.theme-dark .article-breadcrumbs a {
  color: #2c97ff;
}
body.theme-dark .article-breadcrumbs .article-breadcrumbs-section-separator {
  color: #666666;
}
body.theme-dark .article-header-container .article-description {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .article-controls {
  background-color: #121212;
}
body.theme-dark .article-controls .controls-section .control-group h4 {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .article-controls .controls-section .control-group .label {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .article-controls #save-as-defaults-container a {
  color: #777777;
}
body.theme-dark .article-standard > .article {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .article-standard > .article > .paragraph.headline {
  background-color: #2c2e33;
}
body.theme-dark .article-standard > .article > .paragraph.headline .word.word-selected {
  background-color: #202225;
  color: #02cca7;
  border-color: #02cca7 !important;
}
body.theme-dark .article-standard > .article > .paragraph.headline .sentence-selected {
  background-color: #202225;
  color: #02cca7;
  border-color: #02cca7 !important;
}
body.theme-dark .article-standard > .article > .paragraph.body .word.word-selected {
  background-color: #2c2e33;
  color: #1e90ff;
  border-color: #1e90ff !important;
}
body.theme-dark .article-standard > .article > .paragraph.body .sentence-selected {
  background-color: #2c2e33;
  color: #1e90ff;
  border-color: #1e90ff !important;
}
body.theme-dark .article-standard > .article > .paragraph.body .sentence.highlight {
  background-color: #2c2e33;
  border-bottom: solid 5px #f6841d;
}
body.theme-dark .article-standard > .article .dialog-bubble-color-1 {
  background-color: #0b2a38;
  border: solid 1px #144a62;
}
body.theme-dark .article-standard > .article .dialog-bubble-color-2 {
  background-color: #312104;
  border: solid 1px #603f09;
}
body.theme-dark .article-standard > .article .dialog-bubble-color-3 {
  background-color: #35131a;
  border: solid 1px #5a212d;
}
body.theme-dark .article-standard > .article .dialog-bubble-color-4 {
  background-color: #182904;
  border: solid 1px #335808;
}
body.theme-dark .article-standard > .article.extra-credit .control-panel {
  background-color: #444444;
  border: solid 1px #666666;
}
body.theme-dark .article-standard > .article.extra-credit .control-panel .button .label {
  color: #eeeeee;
}
body.theme-dark .article-standard > .article.extra-credit .paragraph.instructions {
  background-color: #2c2e33;
  color: #eeeeee;
  border: solid 1px #444444;
}
body.theme-dark .article-standard > .article.extra-credit .paragraph.instructions .header {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .article-standard > .article.extra-credit .paragraph.instructions-special {
  background-color: #2c2e33;
  color: #eeeeee;
  border: dotted 1px #444444;
}
body.theme-dark .article-standard > .article.extra-credit .extra-credit-item {
  background-color: #121212;
}
body.theme-dark .article-standard > .article.extra-credit .extra-credit-item .item-content {
  border: solid 1px #444444;
}
body.theme-dark .tooltip {
  border: solid 2px #333333;
  background-color: #666666;
  box-shadow: 5px 5px 3px #121212;
}
body.theme-dark .tooltip .footer {
  background-color: #666666;
}
body.theme-dark .tooltip .note-body {
  background-color: #2c2e33;
}
body.theme-dark .tooltip .note-body .example-sentence {
  background-color: #444444;
  border-left: solid 4px #999999;
}
body.theme-dark .tooltip .note-body .kanji-kana-representation-message {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .tooltip .expression {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .tooltip .sense {
  color: rgba(204, 204, 204, 0.87);
}
body.theme-dark .tooltip .sense.context {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .tooltip .discussion {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .tooltip .sentence-form {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .article-status-quick-links {
  background-color: #1a1a1a;
  color: #bbbbbb;
}
body.theme-dark .article-status-quick-links a.on {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
body.theme-dark .article-status-quick-links a.off {
  color: #cccccc;
}
body.theme-dark .article-status-quick-links a:hover {
  color: #ffffff;
  border-bottom: solid 2px #ffffff;
}
body.theme-dark .article-footer .contributors {
  background-color: #222222;
}
body.theme-dark .article-footer .contributors .contributors-label {
  color: #bbbbbb;
  font-weight: normal;
}
body.theme-dark .article-footer .contributors a {
  color: #2c97ff;
}
body.theme-dark .article-footer .contributors a:hover {
  border-color: #2c97ff;
}
body.theme-dark #load-discussion {
  background-color: #444444;
  color: rgba(255, 255, 255, 0.87);
  border: solid 1px #ffffff;
}
body.theme-dark #discussion-mobile-external-display-message {
  color: rgba(255, 255, 255, 0.93);
  text-align: center;
  background-color: #f6841d;
}
body.theme-dark .dashboard-view-control.on {
  background-color: #1e90ff;
}
body.theme-dark .dashboard-view-control.off {
  background-color: #cbcbcb;
  color: #444444;
}
body.theme-dark .dashboard-description {
  color: #eeeeee;
}
body.theme-dark .article-instance-list-item .article-instance-list-item-last-viewed {
  background-color: #666666;
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .article-instance-list-item .article-instance-list-item-series-title a {
  color: #999999;
}
body.theme-dark .article-instance-list-item .article-instance-list-item-title a {
  color: #ff9d1c;
}
body.theme-dark .article-instance-list-item .article-instance-list-item-description {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .article-instance-list-item .article-instance-list-item-status.started {
  background-color: #75bcff;
  border-color: #75bcff;
}
body.theme-dark .article-instance-list-item .article-instance-list-item-status.completed {
  color: black;
  background-color: #ff9d1c;
  border-color: #ff9d1c;
}
body.theme-dark .article-set-list-item .datetime {
  background-color: #666666;
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .article-set-list-item .series-title a {
  color: #999999;
}
body.theme-dark .article-set-list-item .title {
  color: #ff9d1c;
}
body.theme-dark .article-set-list-item .description {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .article-series-list-item .article-series-list-item-status {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark #heatmap .day {
  background-color: #222222;
}
body.theme-dark #heatmap .day.day-of-week-label {
  background-color: #121212;
}
body.theme-dark #heatmap .day.heat1 {
  background-color: #0066A8;
}
body.theme-dark #heatmap .day.heat2 {
  background-color: #35A2DB;
}
body.theme-dark #heatmap .day.heat3 {
  background-color: #47C6E6;
}
body.theme-dark #heatmap .day.heat4 {
  background-color: #C8E9F3;
}
body.theme-dark #heatmap .day.heat5 {
  background-color: #C8E9F3;
}
body.theme-dark #heatmap-key .heatmap-key-day {
  background-color: #222222;
}
body.theme-dark #heatmap-key .heatmap-key-day.heat1 {
  background-color: #0066A8;
}
body.theme-dark #heatmap-key .heatmap-key-day.heat2 {
  background-color: #35A2DB;
}
body.theme-dark #heatmap-key .heatmap-key-day.heat3 {
  background-color: #47C6E6;
}
body.theme-dark #heatmap-key .heatmap-key-day.heat4 {
  background-color: #C8E9F3;
}
body.theme-dark #heatmap-key .heatmap-key-day.heat5 {
  background-color: #C8E9F3;
}
body.theme-dark .review-overview h2 {
  color: #ff9d1c;
}
body.theme-dark .review-overview .due-new-icon .due-icon {
  background-image: url(/images/review-due-dark.png);
}
body.theme-dark .review-overview .due-new-icon .new-icon {
  background-image: url(/images/review-new-dark.png);
}
body.theme-dark .review-overview .divider {
  border-bottom: solid 2px #ff9d1c;
}
body.theme-dark .review-overview.stacks-section {
  background-color: #2C2E33;
}
body.theme-dark .review-overview.stacks-section h2 {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-overview.stacks-section .stack {
  background-color: #444444;
}
body.theme-dark .review-overview.stacks-section .stack-count {
  color: #ff9d1c;
}
body.theme-dark .review-overview.stacks-section .stack-name {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-overview.stacks-section .stack-description {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .review-overview.stacks-section .stack-breakdown-property {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-overview.stacks-section .stack-breakdown-value {
  color: #ff9d1c;
}
body.theme-dark .review-overview.stacks-section .stack-breakdown-value.today {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-overview.stacks-section .stack-breakdown-value.today.sub-property {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-overview.stacks-section .pure-button-secondary {
  color: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.93);
  background-color: #444444;
}
body.theme-dark .review-overview.stacks-section .pure-button-secondary:hover {
  background-color: #303030;
  background-image: none;
}
body.theme-dark .review-container .review-question-card-number {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-container .review-results-header {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-container .review-results-subheader {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-container .review-question-feedback-label {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-container .review-question-button-label {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-container .review-question-button-caption {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-container .review-card-show-answer-button {
  background-color: #ff9d1c;
}
body.theme-dark .review-container .review-results-button {
  background-color: #ff9d1c;
}
body.theme-dark .review-card-browser #review-card-browser-cards-page .review-card-browser-stack-name {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-card-browser #review-card-browser-cards-page .review-card-browser-load-status {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-card .review-card-front-container,
body.theme-dark .review-card .review-card-back-container {
  background-color: #2C2E33;
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-card .review-card-example-sentences-container {
  background-color: #444444;
  border-left: solid 8px #ff9d1c;
}
body.theme-dark .review-card .review-card-example-sentences-container .review-card-example-sentences-header {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-card .review-card-example-sentences-container .review-card-example-sentences-article-container {
  background-color: #444444;
}
body.theme-dark .review-card .review-card-example-sentences-container .review-card-example-sentences-article-container .review-card-show-original-context-link-container a {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .review-card .review-card-delete-button {
  background-color: #555555;
}
body.theme-dark .series-audio-presenter .track {
  border-bottom: solid 1px #111111;
  background-color: #121212;
}
body.theme-dark .series-audio-presenter .track .track-info .episode-number {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .series-audio-presenter .track .track-info .title {
  color: rgba(255, 255, 255, 0.93);
}
body.theme-dark .series-audio-presenter .track .track-info .edition {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .series-audio-presenter .track .track-other .go-to-episode-icon {
  background-image: url('/images/new-window-white.png');
}
body.theme-dark .series-audio-presenter .track .track-other .go-to-episode-icon:hover {
  background-image: url('/images/new-window-orange.png');
}
body.theme-dark .series-audio-presenter .track.playing,
body.theme-dark .series-audio-presenter .track.loading {
  background-color: #222222;
}
body.theme-dark .series-audio-presenter .track.playing .track-info .title,
body.theme-dark .series-audio-presenter .track.loading .track-info .title {
  color: #ff9d1c;
}
body.theme-dark .series-audio-presenter .track:hover {
  background-color: #333333;
}
body.theme-dark .series-audio-presenter .audio-controls-spacer {
  background-color: #121212;
}
body.theme-dark .preferences p {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .preferences h2 {
  color: #f28b00;
}
body.theme-dark .preferences .image-list input + img {
  border: solid 4px #282828;
}
body.theme-dark .preferences .image-list input:checked + img {
  border: solid 4px dodgerblue;
}
body.theme-dark .preferences li {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .preferences li span {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .pure-form legend,
body.theme-dark .pure-form label {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .pure-form input,
body.theme-dark .pure-form select,
body.theme-dark .pure-form textarea {
  background-color: #eeeeee;
  color: #444444;
}
body.theme-dark .ui-dialog {
  background-color: #2c2e33;
}
body.theme-dark .ui-dialog .ui-dialog-content {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .ui-dialog .ui-dialog-content p {
  color: rgba(255, 255, 255, 0.87);
}
body.theme-dark .ui-dialog .ui-dialog-buttonpane {
  background-color: #2c2e33;
  border-color: #999999;
}
