@charset "utf-8";
/** 
 * JS only module.
 * Defined in:
 * - vendor/js/jquery-datatables/jquery.dataTables.min.js
 */
.FixedHeader_Cloned th {
  background-color: #ffffff;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
.dataTables_wrapper {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 1;
  margin: 15px 0;
  float: left;
  clear: both;
  zoom: 1;
  /* Feeling sorry for IE */
}
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 5px 0;
  border: 1px solid #dedede;
  text-align: center;
  color: #999999;
  font-size: 14px;
  background-color: #ffffff;
}
.dataTables_length {
  width: 40%;
  float: left;
  font-size: 12px;
  color: #625232;
  display: none;
}
.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right;
  font-size: 12px;
  color: #625232;
}
.dataTables_info {
  width: 40%;
  float: left;
  font-size: 12px;
  color: #625232;
  margin-top: 20px;
}
.dataTables_paginate {
  width: 44px;
  *width: 50px;
  float: right;
  text-align: right;
  font-size: 12px;
  color: #625232;
}
/* Pagination nested */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  height: 19px;
  width: 19px;
  margin-left: 3px;
  float: left;
}
.paginate_disabled_previous {
  background-image: url('/National_Library/20160930123623oe_/https://openlibrary.org/images/back_disabled.png');
}
.paginate_enabled_previous {
  background-image: url('/National_Library/20160930123623oe_/https://openlibrary.org/images/back_enabled.png');
}
.paginate_disabled_next {
  background-image: url('/National_Library/20160930123623oe_/https://openlibrary.org/images/forward_disabled.png');
}
.paginate_enabled_next {
  background-image: url('/National_Library/20160930123623oe_/https://openlibrary.org/images/forward_enabled.png');
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
  float: left;
  margin: 0 auto;
  width: 918px;
  clear: both;
}
table.display thead th {
  cursor: pointer;
  *cursor: hand;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
.sorting_asc {
  background-image: url('/National_Library/20160930123623oe_/https://openlibrary.org/images/sort_asc.png');
  background-repeat: no-repeat;
  background-position: 90% 6px;
}
.sorting_desc {
  background-image: url('/National_Library/20160930123623oe_/https://openlibrary.org/images/sort_desc.png');
  background-repeat: no-repeat;
  background-position: 90% 6px;
}
.sorting {
  background-image: url('/National_Library/20160930123623oe_/https://openlibrary.org/images/sort_both.png');
  background-repeat: no-repeat;
  background-position: 90% 6px;
}
.sorting_asc_disabled {
  background-image: url('/National_Library/20160930123623oe_/https://openlibrary.org/images/sort_asc_disabled.png');
  background-repeat: no-repeat;
  background-position: 90% 6px;
}
.sorting_desc_disabled {
  background-image: url('/National_Library/20160930123623oe_/https://openlibrary.org/images/sort_desc_disabled.png');
  background-repeat: no-repeat;
  background-position: 90% 6px;
}
.sorting:hover {
  text-decoration: none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
  background-color: #dbffdb;
}
table.display tr.even.gradeA {
  background-color: #dbffdb;
}
table.display tr.odd.gradeC {
  background-color: #dbdbff;
}
table.display tr.even.gradeC {
  background-color: #dbdbff;
}
table.display tr.odd.gradeX {
  background-color: #ffdbdb;
}
table.display tr.even.gradeX {
  background-color: #ffdbdb;
}
table.display tr.odd.gradeU {
  background-color: #dedede;
}
table.display tr.even.gradeU {
  background-color: #ededed;
}
tr.even,
tr.odd {
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTable_wrapper .top,
.dataTable_wrapper .bottom {
  padding: 15px;
  background-color: transparent;
  border: none;
}
.top .dataTables_info {
  float: none;
}
.dataTables_empty {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 0;
  color: #e5432a;
}
tfoot input {
  margin: 0.5em 0;
  width: 100%;
  color: #454545;
}
tfoot input.search_init {
  color: #999999;
}
td.group {
  background-color: #d2d0d1;
  border-bottom: 2px solid #a19b9e;
  border-top: 2px solid #a19b9e;
}
td.details {
  background-color: #d2d0d1;
  border: 2px solid #a19b9e;
}
.example_alt_pagination div.dataTables_info {
  width: 60%;
}
.paging_full_numbers {
  width: auto;
  margin-top: 15px;
  height: 30px;
  line-height: 30px;
}
.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #dedede;
  padding: 7px;
  margin: 0 5px;
  color: #036dab;
  cursor: pointer;
  *cursor: hand;
}
.paging_full_numbers span.paginate_button {
  background-color: #ffffff;
}
.paging_full_numbers span.paginate_button:hover {
  background: #036dab;
  color: #ffffff;
  text-decoration: none;
}
.paging_full_numbers span.paginate_active {
  color: #000000;
  background-color: #f2f2f2;
}
table.display tr.even.row_selected td {
  background-color: #b0bed9;
}
table.display tr.odd.row_selected td {
  background-color: #9faed1;
}
/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
  background-color: #ffffff;
}
tr.odd td.sorting_2 {
  background-color: #ffffff;
}
tr.odd td.sorting_3 {
  background-color: #ffffff;
}
tr.even td.sorting_1 {
  background-color: #ffffff;
}
tr.even td.sorting_2 {
  background-color: #ffffff;
}
tr.even td.sorting_3 {
  background-color: #ffffff;
}
/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
  background-color: #c2ffc2;
}
tr.odd.gradeA td.sorting_2 {
  background-color: #dbffdb;
}
tr.odd.gradeA td.sorting_3 {
  background-color: #dbffdb;
}
tr.even.gradeA td.sorting_1 {
  background-color: #dbffdb;
}
tr.even.gradeA td.sorting_2 {
  background-color: #dbffdb;
}
tr.even.gradeA td.sorting_3 {
  background-color: #dbffdb;
}
tr.odd.gradeC td.sorting_1 {
  background-color: #c2c2ff;
}
tr.odd.gradeC td.sorting_2 {
  background-color: #dbdbff;
}
tr.odd.gradeC td.sorting_3 {
  background-color: #dbdbff;
}
tr.even.gradeC td.sorting_1 {
  background-color: #dbdbff;
}
tr.even.gradeC td.sorting_2 {
  background-color: #dbdbff;
}
tr.even.gradeC td.sorting_3 {
  background-color: #dbdbff;
}
tr.odd.gradeX td.sorting_1 {
  background-color: #ffc2c2;
}
tr.odd.gradeX td.sorting_2 {
  background-color: #ffdbdb;
}
tr.odd.gradeX td.sorting_3 {
  background-color: #ffdbdb;
}
tr.even.gradeX td.sorting_1 {
  background-color: #ffdbdb;
}
tr.even.gradeX td.sorting_2 {
  background-color: #ffdbdb;
}
tr.even.gradeX td.sorting_3 {
  background-color: #ffdbdb;
}
tr.odd.gradeU td.sorting_1 {
  background-color: #cccccc;
}
tr.odd.gradeU td.sorting_2 {
  background-color: #cccccc;
}
tr.odd.gradeU td.sorting_3 {
  background-color: #cccccc;
}
tr.even.gradeU td.sorting_1 {
  background-color: #dedede;
}
tr.even.gradeU td.sorting_2 {
  background-color: #dedede;
}
tr.even.gradeU td.sorting_3 {
  background-color: #dedede;
}
/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover,
#example tbody tr.even td.highlighted {
  background-color: #ecffb3;
}
.ex_highlight #example tbody tr.odd:hover,
#example tbody tr.odd td.highlighted {
  background-color: #ecffb3;
}
/*
 * KeyTable
 */
table.KeyTable td {
  border: 3px solid transparent;
}
table.KeyTable td.focus {
  border: 3px solid #3366ff;
}
table.display tr.gradeA {
  background-color: #dbffdb;
}
table.display tr.gradeC {
  background-color: #dbdbff;
}
table.display tr.gradeX {
  background-color: #ffdbdb;
}
table.display tr.gradeU {
  background-color: #dedede;
}
div.box {
  height: 100px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #8080ff;
  background-color: #dbdbff;
}
#legend {
  float: left;
  font-size: 11px;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  line-height: 1em;
  margin-top: 20px;
}
#legend dl,
dd {
  float: left;
  padding: 0;
  margin: 0;
}
#legend dd {
  padding: 5px;
  border: 1px solid #ededed;
  margin-right: 5px;
}
#legend .mod {
  background-color: #ffcb8f;
}
#legend .rem {
  color: #e5432a;
  text-decoration: line-through;
}
#legend .add {
  background-color: #adc181;
}
#legend .unmod {
  background-color: #ededed;
}
/* Diff comparison table */
.diff .revisions {
  clear: both;
  margin-top: 20px;
  padding: 0;
  float: left;
  width: 100%;
}
.diff .revisions th {
  padding: 10px;
  font-family: "News Gothic MT", "Trebuchet MS", Geneva, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #000000;
}
.diff .revisions .heading {
  text-transform: uppercase;
}
.diff .revisions td {
  padding: 10px;
  font-family: "Lucida Console", "Courier New", monospace;
  background: #ededed;
  vertical-align: top;
  font-size: 0.875em;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.revisions table {
  margin-top: 0;
}
/* .diff table tbody.mod td.l { background: @orange-three } */
.diff table tbody.mod td.r {
  background: #ffcb8f;
}
/* .diff table tbody.add td.l { background: @light-olive-2 } */
.diff table tbody.add td.r {
  background: #adc181;
}
.diff table tbody.rem td.l {
  color: #e5432a;
  text-decoration: line-through;
}
.diff table tbody.rem td.r {
  color: #e5432a;
  text-decoration: line-through;
}
.diff table tbody.mod del,
.diff table tbody.mod ins {
  background: #ff00ff;
}
td.l {
  padding-left: 12px;
  width: 50%;
}
td.r {
  padding-left: 12px;
  width: 50%;
}
ins {
  background: #adc181;
  text-decoration: none;
}
del {
  color: #e5432a;
  text-decoration: line-through;
}
table#editions {
  clear: both;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
table#editions th {
  font-family: "News Gothic MT", "Trebuchet MS", Geneva, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  background-color: #ededed;
  border-bottom: 1px solid #cccccc;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  padding: 6px 0;
  outline: none;
  cursor: pointer;
}
table#editions td.book {
  vertical-align: top;
}
table#editions td.icon {
  text-align: left;
  vertical-align: top;
  padding: 10px 0 10px 10px;
  width: 143px;
}
table#editions td.icon ul {
  margin-bottom: 0;
}
table#editions div.cover {
  text-align: center;
  padding: 10px 10px 10px 0;
  width: 70px;
  overflow: hidden;
}
table#editions div.cover img {
  max-width: 70px;
  max-height: 60px;
}
table#editions div.title {
  font-size: 1.0em;
  padding: 10px 0;
}
table#editions div.links {
  font-size: 12px;
  color: #333333;
  line-height: 1.5em;
}
table#editions .btn-notice {
  padding: 0px;
  background-color: none !important;
}
table#editions .links li,
table#editions .links ul {
  list-style-type: none;
}
/**
 * Defined in:
 *  - openlibrary/templates/lib/nav_head.html
 *  - openlibrary/plugins/openlibrary/js/ol.js
 */
header#header-bar {
  max-width: 960px;
  min-width: 300px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header#header-bar .account-component {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1em;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
header#header-bar .account-component a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
header#header-bar .account-component .down-arrow {
  margin-top: 1px;
}
header#header-bar .account-component .account-dropdown {
  position: absolute;
  z-index: 999;
  text-align: right;
  width: 125px;
  margin-top: 5px;
  right: 11px;
}
header#header-bar .account-component .account-dropdown ul a li {
  width: 150px;
  text-decoration: none;
  text-align: left;
  padding: 5px;
}
header#header-bar .auth-component {
  display: none;
  padding: 5px;
  padding-right: 0px;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
header#header-bar .auth-component li {
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header#header-bar .auth-component li a {
  color: #333333;
}
header#header-bar .auth-component .hide-me {
  display: none;
}
header#header-bar .dropdown-menu {
  text-align: left;
  background-color: #f2f0e8;
  border: 1px solid #bbbcae;
  border-radius: 3px;
  cursor: pointer;
}
header#header-bar .dropdown-menu li {
  padding: 10px;
  border-bottom: 1px solid #e0e1cc;
  padding-right: 20px;
}
header#header-bar .dropdown-menu li:last-child {
  border: none;
}
header#header-bar .dropdown-menu li:hover {
  background-color: #ffffff;
}
header#header-bar .dropdown-menu li a {
  text-decoration: none;
  color: #333333;
  font-size: .9em;
  padding: 10px;
  display: block;
}
header#header-bar .hamburger-dropdown-component {
  position: absolute;
  display: none;
  z-index: 999;
}
header#header-bar .hamburger-component {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-right: 5px;
}
header#header-bar .hamburger-component button {
  background: transparent;
  border: none;
  cursor: pointer;
}
header#header-bar .hamburger-component img {
  width: 44px;
  height: 44px;
  padding: 0px 3px;
}
header#header-bar .logo-component {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
header#header-bar .logo-component a {
  display: inline-block;
  text-align: center;
}
header#header-bar .logo-component .logo-icon {
  position: relative;
  top: -1px;
  height: 30px;
  margin-right: 5px;
  padding-right: 5px;
  -ms-flex-item-align: center;
  align-self: center;
}
header#header-bar .navigation-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
header#header-bar .navigation-component .more-menu {
  display: none;
}
header#header-bar .navigation-component li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  cursor: pointer;
  padding: 5px 0px;
  font-size: 1em;
}
header#header-bar .navigation-component li a {
  color: #333333;
  text-decoration: none;
  display: block;
}
header#header-bar .navigation-component li a:visited {
  color: #333333;
  text-decoration: none;
}
header#header-bar .navigation-component li .browse-menu-options,
header#header-bar .navigation-component li .my-books-menu-options,
header#header-bar .navigation-component li .more-menu-options {
  display: none;
}
header#header-bar .navigation-component li .dropdown-menu {
  position: absolute;
  z-index: 999;
  text-align: left;
  width: 100%;
  top: 6px;
}
header#header-bar .navigation-component li .dropdown-menu li a {
  color: #454545;
}
header#header-bar .navigation-component li .navigation-dropdown-component {
  position: relative;
}
header#header-bar .search-component {
  width: 45px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: 47px;
  margin-right: 5px;
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header#header-bar .search-component .search-component-expand {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 8px;
  -ms-flex-item-align: center;
  align-self: center;
  height: 54px;
}
header#header-bar .search-component .search-component-expand .search-bar-component {
  width: 100%;
}
header#header-bar .search-component .search-component-expand .search-bar {
  width: auto;
}
header#header-bar .search-component .search-component-expand .search-bar .search-bar-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header#header-bar .search-component .search-component-expand .search-bar-input input[type=text] {
  display: block;
  width: 100%;
}
header#header-bar .search-component .search-component-expand .search-bar-submit {
  margin-right: 5px;
  cursor: pointer;
}
header#header-bar .search-component .search-component-expand .search-facet-selector {
  display: block;
}
header#header-bar .search-component .search-component-expand .search-facet {
  display: block;
}
header#header-bar .search-component .expand .search-bar-advanced-btn {
  display: block;
}
header#header-bar .search-component .expand .search-bar-input input {
  width: 100%;
}
header#header-bar .search-component .expand .search-facet {
  display: block;
}
header#header-bar .search-component .search-bar {
  width: 45px;
}
header#header-bar .search-component .search-bar-submit {
  background: url(/National_Library/20160930123623oe_/https://openlibrary.org/static/images/search-lens.png) center no-repeat;
  width: 45px;
  height: 45px;
  border-top-left-radius: .3em;
  border-bottom-left-radius: .3em;
}
header#header-bar .search-component .search-bar-component {
  display: inline-block;
  border: 1px solid #bbbcae;
  border-radius: .3em;
  background-color: #fafafa;
  z-index: 999;
  position: relative;
}
header#header-bar .search-component .search-bar-advanced-btn {
  text-align: center;
}
header#header-bar .search-component .search-bar-input input[type=text] {
  max-width: 100%;
}
header#header-bar .search-component .search-dropdown {
  position: relative;
  z-index: 999;
}
header#header-bar .search-component .search-dropdown .search-results {
  background: #ffffff;
  border-top-left-radius: .3em;
  border-top-right-radius: .3em;
}
header#header-bar .search-component .search-dropdown .search-results li {
  text-align: left;
  padding: 7px;
  border-top: 1px solid #dedede;
  font-size: .9rem;
}
header#header-bar .search-component .search-dropdown .search-results li:hover {
  background-color: #ffffff;
}
header#header-bar .search-component .search-dropdown .search-results li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  color: #333333;
}
header#header-bar .search-component .search-dropdown .search-results li a img {
  width: 40px;
  min-width: 40px;
  height: 60px;
  min-height: 60px;
  background-color: #ededed;
  margin-right: 10px;
}
header#header-bar .search-component .search-dropdown .search-results li a .book-desc {
  font-weight: 300;
  text-decoration: none;
}
header#header-bar .search-component .search-dropdown .search-results li a .book-desc .book-title {
  font-weight: 500;
}
header#header-bar .search-component .search-dropdown .search-results li a .book-desc .book-author {
  color: #003366;
}
header#header-bar .search-component .search-facet-selector {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin-top: 3px;
}
header#header-bar .search-component .search-facet {
  display: none;
  position: relative;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  background-color: rgba(226, 220, 197, 0.32);
  border: none;
  border-right: 1px solid #dedede;
  font-weight: 500;
  color: #666666;
  font-size: .8em;
  padding-top: 13px;
  padding-left: 10px;
  padding-right: 10px;
}
header#header-bar .search-component .search-facet select {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
header#header-bar .search-component .search-facet-value::after {
  position: relative;
  left: 5px;
  top: 10px;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
}
header#header-bar .search-component-expand {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 8px;
  -ms-flex-item-align: center;
  align-self: center;
  height: 54px;
}
header#header-bar .search-component-expand .search-bar-component {
  width: 100%;
}
header#header-bar .search-component-expand .search-bar {
  width: auto;
}
header#header-bar .search-component-expand .search-bar .search-bar-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header#header-bar .search-component-expand .search-bar-input input[type=text] {
  display: block;
  width: 100%;
}
header#header-bar .search-component-expand .search-bar-submit {
  margin-right: 5px;
  cursor: pointer;
}
header#header-bar .search-component-expand .search-facet-selector {
  display: block;
}
header#header-bar .search-component-expand .search-facet {
  display: block;
}
@media only screen and (min-width: 25em) {
  header#header-bar .logo-component .logo-icon {
    height: 47px;
  }
  header#header-bar .navigation-component .dropdown-menu {
    border-top: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}
@media only screen and (min-width: 30em) {
  header#header-bar {
    margin: 0 auto;
  }
  header#header-bar .account-component {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  header#header-bar .auth-component {
    margin-right: 5px;
    display: block;
  }
  header#header-bar .logo-component {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: none;
    padding: 0px 5px;
  }
  header#header-bar .navigation-component .dropdown-menu {
    border-top: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  header#header-bar .search-component {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 35.5em) {
  header#header-bar .account-component {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  header#header-bar .logo-component {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  header#header-bar .navigation-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  header#header-bar .navigation-component .dropdown-menu {
    border-top: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  header#header-bar .search-bar-input input {
    width: 100%;
  }
  header#header-bar .search-component .search-bar {
    width: auto;
    max-width: 205px;
  }
  header#header-bar .search-component .search-bar-advanced-btn {
    display: block;
  }
  header#header-bar .search-component .search-bar-component {
    width: 207px;
  }
  header#header-bar .search-component .search-bar-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header#header-bar .search-component .search-bar-input input[type=text] {
    display: block;
  }
  header#header-bar .search-component .search-bar-submit {
    margin-right: 5px;
  }
  header#header-bar .search-component .search-facet {
    display: block;
  }
  header#header-bar .search-component .search-facet-selector {
    display: block;
  }
}
/**
 * Defined in:
 * - openlibrary/templates/stats/readinglog.html
 */
table.readinglog-stats {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
}
table.readinglog-stats th {
  font-weight: bold;
}
table.readinglog-stats tr:nth-child(even) {
  background-color: #ededed;
}
.clear {
  clear: both;
}
.subNav ul {
  list-style-type: none;
}
.subNav ul li {
  display: inline;
}
.carousel-container {
  margin: 0px -20px;
  padding: 3px 15px;
}
.carousel-container-decorated {
  background: #f3edd8;
  border-bottom: 1px solid #e5e1cd;
  border-top: 1px solid #eae7d7;
}
.carousel-container .slick-slider {
  overflow: visible;
  margin-bottom: 0px;
}
.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: scroll;
  padding: 10px 20px;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  color: #3b98fc;
  font-size: 35px;
}
.carousel .slick-prev:before {
  margin-left: 15px;
}
.carousel .slick-prev,
.carousel .slick-next {
  width: auto;
  height: auto;
}
.carousel .slick-next {
  margin-right: 11px;
}
.carousel > div {
  min-width: 130px;
  margin: 0px 10px;
}
.carousel .book:last-child {
  margin-right: 0px;
}
.carousel .book img.bookcover {
  margin: 0 auto;
  width: 130px;
  height: 200px;
  box-shadow: 1px 2px 5px 0px #c3b683;
  border-radius: 3px;
}
.carousel .book .book-metadata {
  width: 130px;
  margin: 0px auto;
}
.carousel .book h2.book-title {
  font-size: .8em;
  margin: 5px 0px;
  color: #333333;
  font-weight: normal;
}
.carousel .book h2.book-title a {
  color: #036dab;
  text-decoration: none;
}
.carousel .category-item {
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.carousel .book .book-cta {
  background: #3b98fc;
  border-radius: 3px;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  width: 130px;
  margin: 0px auto;
  margin-top: 5px;
  text-align: center;
  font-size: .9em;
  padding: 5px 0px;
}
.book .book-cta a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.book .book-cover a {
  display: block;
}
/* RESET EVERYTHING */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/*SET FONT SIZES AS em, DIVIDING YOUR PIXEL SIZE by 16 (i.e. 12px = 12/16 or 0.75em)*/
/* DEFINE SOME DEFAULTS */
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
#contentBody ol,
#contentMeta ol,
.floaterBody ol,
#contentBody ul,
#contentMeta ul,
.floaterBody ul {
  margin-left: .5em;
  margin-right: .5em;
}
#contentBody ul.unlist,
#contentBody ol.unlist {
  margin-left: 0;
  list-style-type: none !important;
}
#contentBody ul.unlist li,
#contentBody ol.unlist li {
  list-style-type: none !important;
}
#contentBody ul.listLarge li {
  line-height: 24px !important;
}
#contentBody .tabs ul,
#contentMeta .tabs ul {
  margin-left: 0;
}
#content ol li,
#contentMeta ol li,
.floaterBody ol li {
  list-style: decimal;
  color: #333333;
  line-height: 1.5em;
}
#content ul li,
#contentMeta ul li,
.floaterBody ul li {
  list-style: disc;
  color: #333333;
  line-height: 1.5em;
}
pre,
code {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 0.875em;
  font-weight: normal;
  white-space: pre-wrap;
}
table.code pre {
  white-space: pre !important;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
/* SITE DEFAULTS */
body {
  font-size: 100%;
  line-height: normal;
  color: #333333;
  background-color: #e2dcc5;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
a:link {
  color: #036dab;
  text-decoration: underline;
}
a.on,
a:hover.on,
a:visited.on {
  color: #333333;
  cursor: default;
  text-decoration: none;
}
a:hover {
  color: #34662e;
  text-decoration: underline;
}
a:visited {
  color: #003366;
  text-decoration: underline;
}
.collapse {
  margin: 0 !important;
  padding: 0 !important;
}
.small {
  font-size: 12px !important;
  font-weight: normal !important;
}
.smaller {
  font-size: 11px;
  font-weight: normal;
}
.smallest {
  font-size: 10px;
  font-weight: normal;
}
.reduce {
  font-size: 50% !important;
}
.large {
  font-size: 14px !important;
}
.larger {
  font-size: 16px !important;
}
button.larger {
  font-size: 18px !important;
}
.largest {
  font-size: 18px !important;
}
.average {
  font-size: 13px;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.relative {
  position: relative;
}
.inline {
  display: inline;
}
.shift {
  position: absolute !important;
  left: -10000px !important;
}
.attn,
.neg {
  color: #e5432a !important;
}
.pos {
  color: #34662e !important;
}
.black {
  color: #000000 !important;
}
.highlight {
  background-color: #fffdcc;
}
.orange {
  color: #ffa238 !important;
}
.brown {
  color: #625232 !important;
}
.teal {
  color: #00646b !important;
}
.darkgreen {
  color: #34662e !important;
}
.lightgreen {
  color: #748d35 !important;
}
.blue {
  color: #036dab !important;
}
.red {
  color: #e5432a !important;
}
.yellow {
  color: #fffdcc !important;
}
.lightgrey,
.lightgray {
  color: #999999 !important;
}
.gray,
.grey {
  color: #666666 !important;
}
.darkgray,
.darkgrey {
  color: #333333 !important;
}
.plain {
  text-decoration: none !important;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
}
.adjust {
  position: relative;
  right: 4px;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.underline {
  text-decoration: underline !important;
}
.lighter {
  color: #666666;
}
.bold {
  font-weight: bold !important;
}
.sansserif {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif !important;
}
.arial {
  font-family: "Arial", "Helvetica", sans-serif !important;
}
.headline {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif !important;
}
.nowrap {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.clearfix {
  width: 100%;
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.right.illustration {
  margin: 0 0 30px 30px;
}
.left.illustration {
  margin: 0 30px 30px 0;
}
.illustration {
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}
button.plainText {
  border: none;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  color: #e5432a;
  background-color: #ffffff;
  cursor: pointer;
}
button.plainText:hover {
  color: #34662e;
}
button.plain {
  border: none;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  color: #000000;
  background-color: transparent !important;
  cursor: pointer;
}
button.plain:hover {
  color: #34662e;
}
#tooltip {
  position: absolute;
  display: none;
  border: 1px solid #dedede;
  padding: 4px;
  background-color: #ffffff;
  font-size: 0.75em;
  opacity: 0.80;
}
.pagination {
  font-size: 0.75em;
  margin: 5px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.pagination a {
  display: block;
  text-decoration: none;
  padding: 7px;
  margin-right: 10px;
}
.pagination a:hover {
  background: #036dab;
  color: #ffffff;
  display: block;
  float: left;
  text-decoration: none;
  padding: 7px;
  margin-right: 10px;
}
.pagination span.this {
  display: block;
  float: left;
  color: #000000;
  padding: 7px;
  border: 1px solid #dedede;
  margin-right: 10px;
  background-color: #ededed;
}
.onTop {
  z-index: 20000 !important;
}
.pagination span.ellipsis {
  display: block;
  float: left;
  color: #000000;
  padding: 8px;
  margin-right: 10px;
}
.breadcrumbs {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #625232;
  font-size: 11px;
  padding-bottom: 10px;
}
.fixthis {
  background-color: #ff7a7f !important;
}
.adminOnly {
  background-color: #ffa238 !important;
  padding: 4px;
  border-radius: 4px;
}
hr {
  height: 1px;
  border: none;
  background: rgba(226, 220, 197, 0.66);
}
/* TYPOGRAPHY */
div.unordered {
  margin-top: 10px;
  line-height: 150%;
}
div.head {
  margin-bottom: 10px;
  margin-top: 20px;
}
div.head h1,
div.head h2,
div.head h3,
div.head h4,
div.head h5,
div.head h6 {
  margin: 0;
  padding: 0;
}
div.head.rel {
  position: relative;
}
div.superNav {
  font-size: 0.6875em;
  font-family: "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
  color: #666666;
  margin-bottom: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #666666;
  font-weight: 600;
}
h1 {
  font-size: 1.875em;
}
h1.title {
  font-size: 1.25em;
}
h1 span.subtitle {
  font-size: 0.65em;
  font-weight: normal;
}
#contentHead h1 {
  margin: 0;
  padding: 0;
}
h1.publisher {
  color: #625232;
  font-size: 1.375em;
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  font-weight: normal !important;
  margin: 0;
}
h2 {
  font-size: 1.375em;
}
h2.author {
  color: #625232;
  font-size: 1.125em;
  font-weight: normal;
}
h1.edition,
h2.edition {
  color: #000000;
  font-family: "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
  font-size: 1.125em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h2.authorEdition {
  color: #625232;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h2.publisher {
  font-size: 1.375em;
  background-color: #ededed;
  padding: 10px;
  margin: 15px 0 0;
}
.head h2 a {
  color: inherit !important;
  text-decoration: none;
}
.head h2 a:hover {
  text-decoration: underline;
}
h2 a {
  color: #036dab;
  text-decoration: none;
}
h2 a:hover {
  color: #34662e;
  text-decoration: underline;
}
h3 {
  font-size: 1.0em;
}
h4 {
  font-size: 0.8125em;
}
h4.publisher {
  font-family: "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h5 {
  font-size: 0.875em;
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  font-weight: normal !important;
}
h6 {
  font-size: 0.6875em;
}
span.link {
  font-size: 12px;
  color: #999999;
  font-weight: normal !important;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  white-space: nowrap;
}
span.tools {
  font-size: 12px;
  color: #333333;
  font-weight: normal !important;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
}
span.tools span.label {
  background-color: #ffa238;
  color: #ffffff;
  font-weight: normal !important;
  padding: 3px;
  border-radius: 3px;
}
span.tools span.list {
  padding: 3px;
}
span.title,
h6.title {
  font-size: 12px;
  font-weight: normal !important;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  color: #666666;
  margin: 0;
  padding: 0;
}
.titleSmall {
  font-family: "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 600;
}
span.tag {
  font-size: 13px;
  color: #333333;
}
span.object,
span.subject {
  font-size: 12px;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  color: #333333;
}
span.count {
  font-size: 12px !important;
  font-weight: normal !important;
  font-family: "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
  color: #625232;
  white-space: nowrap;
  padding: 5px 5px 0 5px;
}
h1 span.count {
  font-size: 14px !important;
}
.heading span.count {
  font-size: 14px !important;
}
.caption {
  font-size: 0.5625em;
  font-family: "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  color: #666666;
  text-transform: uppercase;
}
span.caption {
  position: absolute;
  right: 0;
  bottom: 2px;
}
a.toggle {
  text-decoration: none;
  color: #ffffff !important;
  background-color: #748d35 !important;
  padding: 3px;
  border-radius: 3px;
}
a.toggle:hover {
  background-color: #036dab !important;
  color: #ffffff !important;
}
p {
  font-size: 1.0em;
  color: #333333;
  line-height: 1.5em;
}
#contentBody li,
#contentBody blockquote {
  line-height: 1.5em;
}
#contentBody ul,
#contentBody ol {
  margin-bottom: 20px;
}
body#admin div#content,
body#edit div#content {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
input[type=text],
select,
textarea {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  color: #454545;
  font-size: 0.875em;
}
input[type=text] {
  margin: 0 10px 5px 0;
}
#contentBody input[type=submit] {
  font-size: 1.125em;
}
.noborder {
  border: none;
}
p.instruct {
  font-size: 0.875em;
  margin-bottom: 0;
}
p.alert {
  font-size: 0.875em;
  color: #625232;
  background-color: #fffdcc;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  margin: 10px auto 0;
  padding: 15px 52px;
}
p.thanks {
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_check.png");
}
p.info {
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_info.png");
}
.published {
  font-size: 0.85em;
  font-weight: bold;
}
.format {
  font-size: 0.75em;
  margin-top: 5px;
}
.desktop-only {
  display: none;
}
#main-account-dropdown {
  display: none;
}
.menu-component {
  position: relative;
}
.navigation-component {
  text-align: center;
  position: relative;
}
.navigation-component .down-arrow {
  position: relative;
  top: -2px;
}
.logo-component {
  margin: 0px 0px 5px 0px;
}
.logo-component a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #000000;
  text-decoration: none !important;
}
.logo-component .logo-org {
  text-align: left;
  font-weight: 300;
  font-size: .9em;
  color: #666666;
  margin: 3px;
  padding: 0px;
  line-height: 0px;
}
.search-component .search-bar {
  max-width: none;
  min-width: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #fafafa;
  border-radius: .3em;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.search-component .search-bar-input {
  min-width: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.search-component .search-bar-input input[type=text] {
  min-width: 0;
  margin: 3px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px 0 2px 3px;
  font-size: 1em;
  font-weight: 500;
  border: 0 none;
  outline: none;
  background: #fafafa;
  color: #999999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
.search-component .search-bar-input input[type=submit] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-results-stats {
  margin: 0px;
  margin-bottom: 10px;
  color: #999999;
  font-size: .9em;
}
.fulltext-excerpt {
  padding: 10px;
  border-bottom: 1px solid #ededed;
  font-size: .8em;
  overflow: hidden;
}
.fulltext-excerpt:last-child {
  border-bottom: none;
}
.serp-extras {
  border: 1px solid #dedede;
  background-color: #ffffff;
  padding: 0px 10px 10px 10px;
  margin-top: 10px;
}
.search-component .search-bar-advanced-btn {
  margin: 10px;
  border: 0 none;
  width: 40px;
  padding: 0;
  cursor: pointer;
  display: none;
}
.account-component {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.account-component .dropdown-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.account-component .dropdown-avatar .avatar {
  border: none;
  margin-right: 5px;
  background-size: cover;
  width: 45px;
  height: 45px;
  background-color: #ababab;
  border-radius: 3px;
}
/* GLOBAL TOP NOTICE */
#topNotice {
  font-weight: 100;
  font-size: .9em;
  margin-bottom: 5px;
}
#topNotice .topNotice-container {
  margin: 0 auto;
  width: 958px;
}
#topNotice .topNotice-left {
  float: left;
  display: table;
}
#topNotice .topNotice-left a {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  padding-right: 8px;
  text-decoration: none;
  color: #ffffff;
}
#topNotice .topNotice-left a:hover {
  color: #ffffff;
}
#topNotice .topNotice-logo {
  font-size: 24px;
}
.iaBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.iaBarLogo {
  margin-left: 9px;
}
.iaBarMessage {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
a.ghost-btn {
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  font-weight: 500;
  text-decoration: none;
}
.heart {
  color: #ff7a7f;
  font-size: 1.2em;
}
.advanced-search {
  float: right;
}
/* Search v2 */
ul.serp {
  float: left;
  width: 660px;
  margin-left: 0;
}
/* LAYOUT */
#test-body-mobile {
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #bbbcae;
}
div#placement {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
div#position {
  width: 960px;
}
div#header {
  width: 960px;
}
div#content {
  clear: both;
  position: relative;
  width: 958px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #bbbcae;
}
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  bottom: 0px;
  font-size: .8em;
}
div#bottom {
  width: 100%;
  clear: both;
}
div#legal {
  max-width: 905px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
}
/* PALETTE */
body#user {
  background-color: #e2dcc5;
}
body#user div#background {
  width: 100%;
  background-color: #e2dcc5;
}
body#admin {
  background-color: #bababa;
}
body#admin div#background {
  width: 100%;
  background-color: #d4d4d4;
  padding-bottom: 15px;
}
body#admin div#bottom {
  background-color: transparent;
}
/* WIDGETS */
.word-corner-badge {
  position: absolute;
  font-size: 9px;
  color: #e5432a;
  -ms-transform: rotate(324deg) translate(-11px, -14px);
  -webkit-transform: rotate(324deg) translate(-11px, -14px);
  transform: rotate(324deg) translate(-10px, -16px);
}
/* ERROR MESSAGES */
div.flash-messages {
  font-size: 1.0em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  clear: both;
}
div.flash-messages span {
  display: block;
  background-color: #fffdcc;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding: 15px 52px;
  text-align: left;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_check.png");
}
div.flash-messages div.error span {
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_alert.png");
}
div.note {
  font-size: 1.0em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  background-color: #fffdcc;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  border: 1px solid #e2de8d;
}
div#noLogin {
  margin-top: 10px;
  background: #fffdcc url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_info.png") no-repeat 10px 50%;
  padding: 10px 10px 10px 44px;
}
.flash-messages .bookadded span {
  background: #fffdcc url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_check.png") no-repeat 40px 40px;
  padding: 40px 40px 40px 80px;
  font-family: "Georgia", "Times New Roman", serif;
  position: relative;
}
.flash-messages .bookadded span span {
  display: inline;
  background: transparent url("");
  padding: 0;
  font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
.flash-messages .bookadded span h3 {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
  color: #000000;
}
.flash-messages .bookadded span p.brown {
  font-size: 1.125em;
  margin: 15px 0 30px;
}
.flash-messages .bookadded span p.list {
  font-size: 1.5em;
  margin: 0;
}
.flash-messages .bookadded span h3 em {
  font-style: italic;
  font-weight: 700;
  color: #34662e;
}
.flash-messages .bookadded span p.list span.red {
  font-family: "Georgia", "Times New Roman", serif;
}
.flash-messages .bookadded span a.close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
}
/* ALERT MESSAGE */
body#user div.message {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  background: #fffdcc;
}
body#user div.message p {
  font-family: "Lucida Grande", "Arial", sans-serif;
}
div#preMerge {
  min-height: 32px;
  padding: 10px 10px 10px 52px;
  background: transparent url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_merge.png") no-repeat 10px 10px;
}
div#postMerge {
  min-height: 32px;
  padding: 10px 10px 10px 52px;
  background: transparent url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_check.png") no-repeat 10px 10px;
}
div#errorMerge {
  min-height: 32px;
  padding: 10px 10px 10px 52px;
  background: transparent url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_alert.png") no-repeat 10px 10px;
}
/* FORMS */
div.formElement {
  padding-bottom: 8px;
}
div.formElement.bottom {
  padding-bottom: 20px;
}
div.formElement label,
div.formElement select#date1,
div.formElement select#date2 {
  font-size: 0.75em;
}
div.formElement .input label {
  font-size: 1.0em;
}
div.formElement .tip,
div.TitleAuthor .tip {
  font-size: 11px;
  color: #666666;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif !important;
}
div.formElement p.tip {
  border-top: 1px solid #cccccc;
  padding: 5px;
}
div.formElement .footnote {
  border-top: 1px solid #cccccc;
  padding: 5px;
}
div.formElement blockquote {
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 0.875em;
  margin: 1em 40px;
}
fieldset {
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 10px;
}
fieldset.minor {
  display: block;
  float: left;
  width: 400px;
  padding: 0;
  margin: 0;
}
fieldset.major legend {
  padding: 5px 0;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #00646b;
  font-weight: 600;
  font-size: 1.375em;
}
fieldset.minor legend {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #00646b;
  font-weight: 600;
  font-size: 1.125em;
}
.formBack {
  float: left;
  width: 830px;
  padding: 10px;
  background-color: #ededed;
}
div.formDivider {
  float: left;
  width: 25px;
  min-height: 100px;
}
.librarian {
  padding: 0 10px 10px 10px;
  border-left: 10px solid #748d35;
  margin-bottom: 20px;
}
.librarian input[type=text],
.librarian textarea {
  width: 798px !important;
}
.librarianFlip {
  position: relative;
  float: right;
  z-index: 1000;
  padding: 3px 5px;
  border-left: 10px solid #748d35;
}
.librarian-on {
  display: block;
}
.formBackLeft {
  float: left;
  width: 670px;
}
.formBackRight {
  float: left;
  width: 120px;
  padding: 10px 10px 15px 30px;
  text-align: center;
}
#message {
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #fffdcc;
  padding: 15px;
}
/* ACCOUNT FORMS */
form.olform {
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, sans-serif;
}
form.olform .label {
  padding: 10px 0 2px;
}
form.olform .label label {
  font-size: 1.0em;
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
form.olform .label span {
  font-weight: normal;
}
form.olform input[type=text],
form.olform input[type=email],
form.olform input[type=password],
form.olform textarea {
  font-size: 1.0em;
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
  padding: 3px;
  max-width: 100%;
}
form.olform select {
  font-size: 1.125em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  padding: 3px;
}
form.olform textarea {
  font-size: 0.75em;
}
form.olform.books fieldset.major input[type=text],
form.olform.books fieldset.major input[type=email],
form.olform.books fieldset.major input[type=password],
form.olform.books fieldset.major textarea {
  font-size: 0.875em;
}
form.olform.books .input,
form.olform.books .label {
  width: auto !important;
}
form.olform.books .TitleAuthor input#work-title {
  font-size: 1.875em !important;
  margin: 0;
}
form.olform.books .TitleAuthor input#author {
  font-size: 1em !important;
}
form.pagesearchbox {
  margin-top: 15px;
}
form#addAuthor.olform .label {
  width: auto;
}
form.addbook2 .label label {
  font-weight: normal !important;
}
input.repeat-add {
  font-size: 1.125em;
}
form#addAuthor.olform .input {
  width: auto;
}
form#addAuthor.olform textarea {
  width: 623px !important;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.875em;
}
form#addAuthor.olform input#comment {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.875em;
}
form#notifications input[type=radio] {
  margin: 0 10px 0 20px;
}
div.invalid,
div.valid,
div#emailLoading,
div#emailResult,
div#usernameLoading,
div#usernameResult {
  float: left;
  font-size: 1.0em !important;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.invalid {
  color: #e5432a;
}
input.invalid {
  border: 1px solid #e5432a;
  color: #333333;
}
label.invalid {
  color: #e5432a;
}
.valid {
  color: #34662e;
  padding: 5px 0 0 29px !important;
}
input.highlight {
  background-color: #fffdcc;
}
form#register .formElement,
form#register .label,
form#register .input,
form#register input[type=text],
form#register input[type=email],
form#register input[type=password] {
  float: left;
}
div#recaptcha_image {
  margin-bottom: 5px;
}
span#showpass {
  display: block;
  margin-top: 5px;
}
span#masker {
  display: block;
  float: left;
  margin-top: 5px;
  clear: both;
}
/* SEARCH FORMS */
.optionsScript {
  display: none;
}
div.siteSearch {
  overflow: visible;
  border-radius: 5px;
  width: 300px;
}
body#user div.siteSearch {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
div#headerSearch {
  width: 316px;
  padding: 9px;
  outline: none;
}
div#formScroll {
  display: block;
  position: relative;
  width: 1px;
  height: 1px;
  left: 900px;
  top: -410px;
}
div#scrollBtm {
  width: 1px;
  height: 1px;
}
div.siteSearch input[type=submit] {
  padding: 11px;
  font-size: .9em;
  background: #036dab;
  color: #ffffff;
  border-radius: 5px;
  border: none;
}
div.siteSearch input[type=text] {
  margin: 0px;
  width: 215px;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
div.siteSearch.darker {
  -webkit-box-shadow: 1px 1px 10px #333333;
  box-shadow: 1px 1px 10px #333333;
}
body#user div.siteSearch.darker {
  background-color: #f2f2f2;
  padding-right: 22px;
}
body#admin div.siteSearch.darker {
  background-color: #ababab;
}
div.searchFilter .searchOpener {
  right: 0;
  margin-top: 5px;
  font-size: 0.6875em;
}
div.searchFilter .searchCheckboxes {
  margin-top: 5px;
  font-size: 0.6875em;
}
.searchCheckboxes ul li label {
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
.searchCheckboxes > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.searchCheckboxes > ul > li {
  list-style-type: none;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0;
}
#qtop input {
  border-radius: 5px;
  padding: 7px;
  border: none;
}
input.query {
  width: 205px;
}
div.searchOptions {
  display: none;
  width: 300px;
}
div#topOptions {
  padding-top: 30px;
}
div#bottomOptions {
  margin-top: 20px;
  padding-top: 15px;
}
div.searchOptions .formElement {
  padding: 0 2px 8px 0;
}
div.searchOptions label {
  margin-bottom: 2px;
}
.siteSearch .formElement {
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
p.searchSuggest {
  padding: 0;
  margin: -10px 0 20px 0;
  color: #625232;
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
p.searchSuggest a {
  font-style: italic;
}
fieldset.home {
  padding: 0;
  margin: 0;
  border: none;
}
fieldset.home legend {
  display: none;
}
.searchPlus {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 0.75em;
  color: #333333;
  padding: 15px 0px;
}
#topOptions .searchPlus {
  padding: 8px 0;
}
#bottomOptions .searchPlus {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
/* DIALOGS */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  width: 32px;
  height: 32px;
}
.ui-icon-closethick {
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_close-pop.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.ui-icon-closethick:hover {
  background-position: 0 -32px;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9999 !important;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
.ui-dialog {
  position: relative;
  padding: 0;
  width: 400px;
  border: 10px solid #625232;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 1px 3px 10px #000000;
  box-shadow: 1px 3px 10px #000000;
  z-index: 10000 !important;
}
.ui-dialog .ui-dialog-titlebar {
  position: relative;
  background-color: #625232;
  color: #ffffff;
  font-size: 1.75em;
  margin: 0;
  padding: 0;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0;
  padding: 0 10px 10px;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-content p {
  min-height: 28px;
  padding: 6px 33px 0;
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_alert.png") no-repeat 0 0;
  margin: 0;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: center;
  margin-bottom: 10px;
}
.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  width: auto;
  overflow: visible;
  font-size: 18px;
  margin: 0 8px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/* EDITING */
body#edit div#header,
body#edit footer,
body#edit div#bottom,
body#edit .siteSearch {
  display: none;
}
body#edit,
body#edit div#content {
  background-color: #e2dcc5;
}
body#edit .formElement {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  color: #454545;
}
body#edit .label {
  padding: 10px 0 5px;
}
body#edit .label label {
  font-size: 1.0em;
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body#edit .label span {
  font-size: 0.75em;
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
}
body#edit textarea {
  width: 906px;
  height: 500px;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 0.875em;
  padding: 5px;
}
body#edit .formElement input[type=text],
body#edit .formElement select {
  font-size: 1em;
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, sans-serif;
  color: #333333;
  padding: 5px;
}
body#edit table.code {
  border: 1px solid #e8e8e8;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 40px;
}
body#edit table.code td {
  background-color: #ffffff;
  vertical-align: top;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 0.875em;
  padding: 5px;
}
body#edit div#databar {
  padding: 10px;
  margin: 20px 20px 0;
  background-color: #fffdcc;
}
body#edit div#databar a {
  font-size: 0.75em;
}
div.cclicense {
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, sans-serif;
  font-size: 0.75em;
  min-height: 20px;
  padding: 3px 0 0 30px;
  color: #625232;
  margin-bottom: 12px;
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/logo_CC0-20px.png") 0 0 no-repeat;
}
div.adminDelete {
  position: absolute;
  top: 8px;
  left: 205px;
  width: 500px;
  white-space: nowrap;
  overflow: visible;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
body#edit #editHead {
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/logo_OL-sm.png") 20px 15px no-repeat;
  padding: 25px 0 45px 140px;
  white-space: nowrap;
  clear: left;
}
body#edit #editHead h2 {
  margin: 0 0 5px 0;
}
body#edit #editHead h2 a {
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, sans-serif;
  color: #e5432a;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
body#edit #editHead p {
  color: #625232;
  font-size: 14px;
  margin: 0;
}
body#edit .formElement.title {
  width: 618px;
  float: left;
}
body#edit .formElement.title input {
  width: 580px;
}
body#edit .formElement.pagetype,
body#edit .formElement.pagetype select {
  width: 300px;
  float: left;
}
a.cancel {
  color: #e5432a;
  padding-right: 21px;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_cancel.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, sans-serif;
  font-size: 1em;
}
body#help {
  background-color: #e2dcc5;
}
body#help div#pageHistory {
  display: none;
}
body#help div#content {
  margin: 10px 0;
}
div#abuse a {
  display: block;
  width: 70px;
  overflow: visible;
  text-align: center;
  font-size: 0.625em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  color: #625232;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}
div#abuse a span {
  display: block;
  margin: 5px 0px 5px 30px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icons_sprite.png);
  background-position: -576px 0;
}
div#abuse a:hover {
  color: #000000;
}
div#abuse a:hover span {
  background-position: -608px 0;
}
div#editionBorrow,
div#editionBuy {
  position: absolute;
  top: 38px;
  right: 0;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #e0e1cc;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 10px #333333;
  box-shadow: 1px 1px 10px #333333;
}
div#editionBorrow a,
div#editionBuy a {
  background-image: none !important;
  float: none !important;
  margin-left: 0 !important;
  width: auto !important;
  height: auto !important;
  padding-top: 0;
  text-align: left;
  font-size: 0.75em;
  font-weight: normal;
  color: #036dab;
  text-decoration: underline;
}
/* TOOLS ACCORDION */
div#editTools,
div#editButton,
div#editHistory {
  float: right;
  padding: 3px 1px 0px 20px;
  width: auto;
}
div#editTools {
  white-space: nowrap;
  max-width: 280px;
}
body#edit div#editTools {
  padding: 20px;
  max-width: 300px;
}
body#user div#editHistory {
  display: none;
}
div#editButton button,
div#editHistory button,
div.revert.notice button {
  font-size: 1.125em;
}
div#editInfo {
  float: right;
  white-space: nowrap;
  text-align: right;
}
.linkButton {
  border-radius: 5px;
  background: #ffffff;
  padding: 10px;
  color: #333333;
}
a.linkButton {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #666666;
  border: 1px solid #cccccc;
}
#content .shareLinks {
  margin-top: 10px;
}
.shareLinks .share-source {
  font-size: .8em;
  text-align: center;
  color: #666666;
}
#content .shareLinks ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#content .shareLinks li {
  list-style-type: none;
  display: inline;
  line-height: 24px;
}
#content .shareLinks a {
  line-height: 24px;
}
#content .shareLinks a img {
  height: 30px;
}
div#revertNotice {
  width: 958px;
  height: 45px;
  text-align: center;
  padding-top: 15px;
  background-color: #34662e;
}
body#edit div#revertNotice,
body#form div#revertNotice {
  display: none;
}
body#edit div#revertLink {
  position: absolute;
  top: 60px;
  right: 20px;
  font-size: 0.75em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
body#user div#revertLink,
body#form div#revertLink {
  display: none;
}
div.Tools {
  width: 250px;
  margin: 0 0 25px 20px;
  position: relative;
}
div.Tools h3 {
  font-size: 100%;
  min-height: 32px;
  width: 250px;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  outline: 0;
  position: relative;
  margin: 0;
  padding: 0;
  zoom: 1;
}
div.Tools h3 span.icon {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icons_sprite.png");
  background-repeat: no-repeat;
}
div.Tools h4 {
  font-size: 1em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #00646b;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
  zoom: 1;
}
div.Tools h3 span.icon.read {
  background-position: -96px 0;
}
div.Tools h3 span.icon.readinact {
  background-position: -160px 0;
}
div.Tools h3 span.icon.download {
  background-position: -192px 0;
}
div.Tools h3 span.icon.downloadinact {
  background-position: -256px 0;
}
div.Tools h3 span.icon.buy {
  background-position: -288px 0;
}
div.Tools h3 span.icon.buyinact {
  background-position: -352px 0;
}
div.Tools h3 span.icon.borrow {
  background-position: -384px 0;
}
div.Tools h3 span.icon.borrowinact {
  background-position: -448px 0;
}
div.Tools h3 span.icon.browse {
  background-position: -512px 0;
}
div.Tools h3 span.head {
  padding-left: 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: #000000;
}
div.Tools h3.closed span.head {
  color: #666666;
}
div.Tools h3 span.subhead {
  padding-left: 10px;
  font-size: 0.6875em;
  color: #999999;
}
div.Tools div.panel {
  width: 250px;
  margin-bottom: 10px;
}
div.Tools div.panel ul {
  list-style-type: none;
  margin-left: 0;
}
div.Tools div.panel li {
  list-style-type: none;
  font-size: .75em;
  margin-top: 0;
  color: #666666;
}
div.Tools div.panel p {
  font-size: .75em;
  margin-top: 0;
  color: #666666;
}
#external-links div.panel ul.booklinks li {
  list-style: none;
  padding-left: 20px;
  font-size: .7em;
}
div.Tools table {
  width: 250px;
}
div.Tools table td {
  font-size: 0.6875em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
div.Tools table td.vendor {
  padding: 3px 10px 0 42px;
}
div.Tools table td.price {
  padding: 3px 0 0 0;
  text-align: right;
}
div.Tools table.buy-options-table {
  border-spacing: 5px;
  margin-left: 0px;
  width: 175px;
}
div.Tools table.buy-options-table td {
  padding: 0px 0px;
}
div.Tools table.buy-options-table td.price {
  text-align: right;
}
div.Tools li {
  font-size: 0.6875em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  padding-left: 42px;
  margin-bottom: 5px;
}
div.Tools ul.ebook-download-options li {
  padding-left: 0px;
  margin: 5px 10px 0px 10px;
}
#content div.Tools ul.shareLinks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#content div.Tools ul.shareLinks-list li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  flex: 1;
  cursor: pointer;
}
.shareLinks li:hover {
  cursor: pointer;
}
#content div.Tools ul.shareLinks-list li a {
  display: block;
  text-align: center;
  cursor: pointer;
}
#content div.Tools ul.shareLinks-list li a img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
div.Tools p {
  font-size: 0.6875em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  padding-left: 42px;
  margin-bottom: 5px;
}
div.Tools div#readBooks p {
  font-size: 0.75em !important;
}
div.Tools div.dropit {
  min-height: 45px;
}
div.Tools div.dropit p.listed {
  color: #666666;
  font-size: 0.8125em;
  padding: 0 0 0 42px;
  margin: 0 0 5px;
}
div.Tools div.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icons_sprite.png");
  background-repeat: no-repeat;
}
div.Tools div.icon.list {
  background-position: 0 0;
}
div.Tools div.icon.listed {
  background-position: -32px 0;
}
div.Tools div.dropper {
  position: absolute;
  top: 0;
  left: 32px;
  width: 198px;
  z-index: 10000;
}
div.Tools div.dropper.on {
  background-color: #ededed;
  border: 1px solid #ababab;
  border-radius: 4px;
}
div.dropper.on div.arrow {
  width: 23px;
  margin: 6px 5px;
}
div.dropper.on div.arrow-unactivated {
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_dropit2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 45px;
}
div.dropper.on div.arrow-activated {
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_dropit.png");
  background-repeat: no-repeat;
  filter: grayscale(100%);
  background-position: 0 0;
  background-size: 45px;
}
div.dropper.on div.arrow.up {
  background-position: -22px 0;
}
div.Tools div.dropper h3 {
  font-size: 1.125em;
  font-weight: 700;
  color: #000000;
  min-height: 1.125em;
  width: auto;
}
div.Tools div.dropper div.dropdown p {
  font-size: .875em;
  padding-left: 0;
  margin-bottom: 5px;
  margin-top: 0;
  color: #666666;
}
div.Tools div.dropper div.dropdown p span {
  font-size: .8125em;
}
div.Tools div.dropper div.dropdown p a {
  font-size: .875em;
}
div.Tools div.dropper div.dropdown {
  border-top: 1px solid #dedede;
  display: none;
}
/* MESSAGING */
div.alert,
div.verify {
  font: 1.25em "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
div.alert span,
div.verify span {
  margin: 0 auto;
  min-height: 25px;
  padding: 5px 0 5px 32px;
}
div.alert span {
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_alert.png") no-repeat;
}
div.verify span {
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_check.png") no-repeat;
}
/* HEADER */
div#headerNav {
  position: relative;
  float: left;
  width: 370px;
  height: 150px;
}
body#user div#headerNav {
  background-color: #e2dcc5;
}
div#headerNav ul.links {
  position: absolute;
  left: 1px;
  bottom: 0;
  clear: left;
  float: left;
  width: 369px;
}
div#headerNav ul.links li {
  display: block;
  float: left;
  width: 90px;
  color: #000000;
  margin-right: 10px;
}
div#headerNav li.first {
  margin-right: 279px !important;
}
div#headerNav li.second {
  margin-right: 99px !important;
}
body#user div#headerNav ul.links li {
  border-top: 1px solid #e0e1cc;
}
body#admin div#headerNav ul.links li {
  border-top: 1px solid #ababab;
}
div#headerNav ul.links li a,
div#headerNav ul.links li span {
  display: block;
  width: 80px;
  height: 22px;
  padding: 10px 0 0 10px;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.6875em;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}
div#headerNav ul.links li a:hover {
  background-color: #0e5b9a;
  color: #ffffff;
}
div#headerLogo {
  position: relative;
  float: left;
  width: 220px;
  height: 140px;
  margin-top: 10px;
}
body#user div#headerLogo {
  background-color: #e2dcc5;
}
div#headerLogo h2 {
  margin: 0;
  padding: 0;
}
div#headerLogo span.title {
  position: absolute;
  top: -1000px;
}
div#headerLogo p.tagline {
  position: absolute;
  left: 0;
  top: 118px;
  width: 220px;
  text-align: center;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.6875em;
  color: #333333;
  margin: 0;
  padding: 0;
}
div#headerLogo p.tagline a {
  color: #333333;
  text-decoration: none;
}
div#headerPlace {
  float: left;
  width: 370px;
  height: 150px;
}
body#user div#headerPlace {
  background-color: #e2dcc5;
}
div#headerTools {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: 50px;
}
div#headerLogin {
  text-align: right;
  font-size: 0.6875em;
  padding-top: 20px;
  color: #666666;
}
#headerLogin #headerUser {
  position: relative;
}
#headerLogin #userToggle {
  text-decoration: none;
  display: block;
  line-height: 24px;
  padding: 0 7px;
  float: right;
}
#headerLogin #userToggle .label {
  text-decoration: underline;
}
#headerLogin #userToggle .arrow {
  text-decoration: none;
  color: #666666;
  font-size: 8px;
}
#headerLogin #headerUserOpen {
  position: absolute;
  top: 24px;
  right: 0;
  padding: 0;
  text-align: left;
  z-index: 10000;
  background-color: #f2f2f2;
  display: none;
  min-width: 70px;
}
#headerLogin #headerUserOpen a {
  display: block;
  white-space: nowrap;
  line-height: 24px;
  padding: 0 7px;
}
#headerUserOpen {
  display: none;
}
.formFieldsDecoration.error {
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #000000;
  background-color: rgba(244, 64, 52, 0.52);
}
.defaultstyling {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
.defaultstyling .padtop {
  margin-top: 10px;
}
hr.forgot-padding {
  margin: 30px 0 15px 0;
}
.forgot-email-form {
  padding: 10px 0px;
}
.forgot-email-form .form-row {
  margin-bottom: 10px;
}
.forgot-email-form label {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 600;
}
.forgot-email {
  font-size: 0.8em;
}
.formFieldsDecoration.error #bridgeUsername {
  background-color: rgba(244, 64, 52, 0.17);
}
.formFieldsErrorMsg {
  padding: 0px 10px;
  color: #ffffff;
  font-size: 14px;
}
.generic-button {
  text-decoration: none;
  padding: 13px 10px;
}
a.generic-button {
  text-decoration: none;
}
.generic-button-secondary {
  text-decoration: underline;
}
.generic-button-primary {
  text-decoration: none;
  background: #e5432a;
  color: #ffffff !important;
  padding: 13px 10px;
  border-radius: 3px;
  border: 1px solid #bf3722;
}
/* FOOTER */
div#footer-content {
  max-width: 960px;
  margin: 5px auto;
  padding: 20px;
}
div#footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 10px;
  line-height: 1.5em;
}
#footer-content div {
  flex: 1;
  flex-wrap: wrap;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  min-width: 150px;
}
#footer-links div {
  margin: 20px 0px;
  padding: 0px;
}
footer h2 {
  color: #333333;
  font-size: 1em;
  margin: 0px;
}
footer hr {
  border: 0px;
  border-top: 1px solid #bbbcae;
  margin: 20px 0px;
}
footer ul {
  padding: 0px;
  margin: 0px;
}
footer ul li {
  font-size: 1em;
  list-style-type: none;
  white-space: nowrap;
  margin: 5px 0px;
}
#footer-links ul li a {
  color: #003366;
}
#footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #666666;
  border-radius: 3px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-top: 10px;
  margin-right: 3px;
  margin-bottom: 5px;
}
footer #footer-details {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
#archive-details {
  flex: 0.8;
}
.version {
  color: #333333;
  border: 1px solid #bbbcae;
  border-radius: 3px;
  padding: 8px 10px;
}
div#legal-details {
  flex: 0.9;
}
div#version-details {
  text-align: right;
  flex: 0.1;
  margin-top: 8px;
}
img#archive-logo {
  margin-right: 10px;
  padding: 0px;
  height: 27.5px;
  opacity: 0.7;
}
/* CONTENT */
div.contentWide,
div#contentMeta {
  float: left;
  clear: both;
  width: 918px;
  padding: 10px 20px 20px;
}
.contentTwothird {
  float: left;
  width: 610px;
  min-height: 100px;
  margin-bottom: 20px;
  padding-right: 38px;
}
.indent .contentTwoThird {
  width: 544px;
}
.contentTwothird p {
  margin-top: 0;
}
.contentOnethird {
  float: left;
  width: 270px;
  min-height: 100px;
  margin-bottom: 20px;
}
.indent .contentOneThird {
  width: 237px;
}
.contentHalf {
  float: left;
  max-width: 439px;
  min-height: 100px;
  margin-bottom: 20px;
}
.indent .contentHalf {
  max-width: 389px;
}
.contentQuarter {
  float: left;
  max-width: 215px;
  min-height: 100px;
  margin-bottom: 20px;
}
.indent .contentQuarter {
  max-width: 190px;
}
.contentThreeQuarter {
  float: left;
  max-width: 684px;
  min-height: 100px;
  margin-bottom: 20px;
}
.indent .contentThreeQuarter {
  width: 609px;
}
.contentSpacer {
  float: left;
  width: 19px;
  height: 2px;
}
div.spacer {
  float: left;
  width: 30px;
  min-height: 10px;
}
div.contentLeft {
  float: left;
  clear: left;
  width: 439px;
  min-height: 100px;
  padding-right: 20px;
}
div.contentRight {
  float: left;
  clear: right;
  width: 439px;
  min-height: 100px;
  padding-left: 20px;
}
.indent .contentLeft,
.indent .contentRight {
  width: 389px;
}
div#contentMsg {
  background-color: #fffdcc;
  padding: 15px 20px;
  display: none;
}
div#contentHead {
  max-width: 918px;
  padding: 20px;
}
div#contentBody,
div.contentBody {
  padding: 0 20px 20px;
}
div.contentBody.indent {
  width: 818px;
  padding: 0 70px 20px;
}
div.contentBody.gradient {
  background: #999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff4f4f4", endColorstr="#ffffffff");
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
  background: -moz-linear-gradient(top, #f5f5f5, #ffffff);
  padding-top: 20px;
}
div#content div#contentLists {
  float: left;
  position: relative;
  border-top: 1px solid #dedede;
  background: #ffffff url("/National_Library/20160930123623oe_/https://openlibrary.org/images/back_results.png") repeat-x;
}
div#resultsAuthors,
div#resultsPublishers {
  width: 438px;
  float: left;
}
div.editThis {
  margin-left: 20px;
}
/* HOME PAGE */
.home-h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #036dab;
  margin-bottom: .5em;
  margin-top: 1.75em;
}
/* NEW HOME PAGE */
ul#olBlog {
  margin: 0;
}
ul#olBlog li {
  list-style-type: none;
  margin: 1em 0;
}
.contentLists.results .coverMagic {
  position: relative;
  height: 225px;
  margin: 0;
  float: left;
}
.contentLists.results .coverMagic .coverEbook {
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 1000;
}
.contentLists.results .SRPCover {
  float: left;
  height: 230px;
  vertical-align: middle;
}
.contentLists.results .SRPCover img {
  height: 195px;
  width: 130px;
  border-radius: 3px;
}
.contentLists.results .SRPCoverBlank {
  position: relative;
  width: 115px;
  height: 230px;
  padding: 10px;
  text-align: center;
  float: left;
  background: #dedede;
  cursor: pointer;
  display: none;
}
.contentLists.results .SRPCoverBlank .innerBorder {
  float: left;
  width: 113px;
  height: 178px;
  border: 1px solid #ffffff;
}
.coverEbook img {
  opacity: .85;
  filter: alpha(opacity=85);
}
div#content div.contentLists {
  float: left;
  position: relative;
  left: -20px;
}
/* HOME PAGE CAROUSEL SKIN */
.resultsCovers {
  width: 958px;
}
.resultsCovers .jcarousel-container {
  padding: 0px 20px;
  padding-top: 0px;
}
.carousel-section .resultsCovers .jcarousel-container {
  padding: 0px 20px;
  background: #f3edd8;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e1cd;
  border-top: 1px solid #eae7d7;
}
.resultsCovers .jcarousel-list-horizontal {
  padding-left: 0;
}
.resultsCovers .jcarousel-item-horizontal {
  width: 153px;
  height: 225px;
  margin-right: 0;
}
.resultsCovers h3 {
  position: relative;
  width: 220px;
  height: 19px;
  top: 180px;
  left: 349px;
  text-align: center;
  background: transparent url("/National_Library/20160930123623oe_/https://openlibrary.org/images/ajax-loader-bar.gif") no-repeat;
  padding-top: 19px;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  font-weight: normal;
  color: #666666;
  font-size: 0.6875em;
}
.resultsCovers h2 {
  position: relative;
  width: 300px;
  top: 180px;
  left: 309px;
  text-align: center;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  font-weight: normal;
  color: #666666;
  font-size: 14px;
}
.resultsCovers a {
  text-decoration: none;
}
a.category-nostyle {
  text-decoration: none;
}
.category-icon {
  margin: 0 auto;
  width: 30px;
}
img.category-img {
  width: 30px;
  margin-top: 5px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: #666666;
  /* IE 6-9 */
}
p.category-count {
  text-align: center;
  font-size: .7em;
  line-height: 1;
  color: #666666;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  font-style: italic;
}
p.category-title {
  font-size: 0.875em;
  text-align: center;
  line-height: 1;
  margin: 0px;
  margin-top: 5px;
}
.resultsIcons .jcarousel-container-horizontal {
  height: 130px;
  padding: 0px;
}
.resultsIcons {
  height: 130px;
}
.resultsIcons .jcarousel-container {
  height: 130px;
  width: 958px;
  padding: 5px 0px;
}
.resultsIcons .jcarousel-item-horizontal {
  width: 153px;
  margin-right: 0;
}
.resultsIcons .jcarousel-next-horizontal {
  top: 35px;
}
.resultsIcons .jcarousel-prev-horizontal {
  top: 35px;
  left: -15px;
}
/* Homepage about section */
#home-stats-charts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#home-stats-charts .statschart {
  flex: 1;
  height: 110px;
  text-align: center;
  padding: 1px;
}
#home-stats-charts .statschart .chartShow {
  width: 145px;
  height: 60px;
  padding: 0 5px;
  border-bottom: 1px solid #666666;
  cursor: pointer;
}
#home-stats-charts .statschart a {
  color: #000000;
  text-decoration: none;
}
#home-stats-charts .statschart:hover a,
div.chartHome a:hover {
  color: #036dab;
  text-decoration: underline;
}
#home-stats-charts .statschart a span {
  display: block;
}
#home-stats-charts .statschart a .ticks {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.125em;
  font-weight: 700;
  padding-top: 5px;
}
#home-stats-charts .statschart a .label {
  font-family: "Lucida Grande", "Arial", "Helvetica", sans-serif;
  font-size: 0.625em;
  text-transform: uppercase;
}
#home-resource {
  font-size: 13px;
  text-align: left;
}
#home-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
#home-about-mission {
  flex: 2;
  min-width: 300px;
  max-width: 439px;
  min-height: 100px;
  margin-bottom: 20px;
  font-family: "Georgia", "Times New Roman", serif;
}
#home-about-mission-tldr {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  line-height: 1.5em;
  font-family: "Georgia", "Times New Roman", serif;
  color: #333333;
  font-weight: normal;
}
.home-resource-section {
  flex: 1;
  font-size: 13px;
  min-width: 150px;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 0px 10px;
}
/* RESULTS CAROUSEL SKIN */
ul.homeCarousel {
  list-style-type: none;
  overflow: hidden;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
ul.homeCarousel li {
  position: relative;
  float: left;
  list-style: none !important;
}
ul.homeCarousel .hiddenCoverMagic {
  width: 100px;
  height: 200px;
}
ul.homeCarousel .hiddenCoverMagic div,
.hiddenCoverMagic a {
  display: none;
}
/* SEARCH RESULTS */
div#searchResults,
div#searchResults ul {
  flex: 1;
  margin-left: 0;
}
a.results:link {
  color: #000000;
  text-decoration: none;
}
a.results:visited {
  color: #000000;
  text-decoration: none;
}
a.results:hover {
  color: #036dab;
  text-decoration: underline;
}
a.results:active {
  color: #036dab;
  text-decoration: underline;
}
div#searchResults.work,
div#searchResults.work ul,
div#searchResults.work li {
  width: 700px !important;
}
div#searchResults.narrow,
div#searchResults.narrow ul,
div#searchResults.narrow li {
  width: 610px !important;
}
div#searchResults.wide,
div#searchResults.wide ul,
div#searchResults.wide li {
  width: 920px !important;
}
div#searchResults.add,
div#searchResults.add ul,
div#searchResults.add li {
  width: 860px !important;
  margin: 0 30px !important;
}
div#searchResults.narrow .resultTitle {
  max-width: 480px !important;
}
div#searchResults.wide .resultTitle {
  max-width: 780px;
}
div#searchResults.add .resultTitle {
  max-width: 720px;
}
div#searchResults.work .resultTitle {
  max-width: 570px !important;
}
.mode-options,
.facet-options {
  font-size: .7em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
}
.mode-options input,
.facet-options input {
  margin-left: 15px;
  margin-right: 4px;
  position: relative;
}
div#searchResults li img {
  height: 80px;
  max-width: 75px;
}
li.searchResultItem {
  list-style-type: none;
  background-color: #fafafa;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 3px;
  border-bottom: 1px solid #f2f0e8;
  flex-wrap: wrap;
}
.searchResultItem .details {
  width: 100%;
  padding: 5px;
}
.searchResultItemCTA {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 245px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: strech;
  -ms-flex-pack: stretch;
  align-items: stretch;
  justify-content: center;
  padding: 0px 5px 0px 15px;
  align-self: flex-start;
  margin-top: 10px;
  flex: 1;
}
@media only screen and (min-width: 35.5em) {
  .searchResultItemCTA {
    flex: unset;
  }
  li.searchResultItem {
    flex-wrap: nowrap;
  }
}
a.cta-btn {
  color: #ffffff;
  width: 100%;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 5px 20px;
  font-size: 0.8em;
}
.coverEbook a.cta-btn {
  position: absolute;
  padding: 0px 5px;
  right: 0px;
  bottom: 3px;
  border-radius: 3px;
}
.searchResultItemCTA-lending {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: strech;
  -ms-flex-pack: stretch;
  align-items: stretch;
  justify-content: center;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
.searchResultItemCTA-lending input[type=submit]#return_ebook,
.searchResultItemCTA-lending input[type=submit]#unwaitlist_ebook {
  width: 100%;
  font-size: .8em;
}
.searchResultItemCTA-lending .borrow_unavailable {
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 5px 0px;
  font-size: 0.8em;
}
.searchResultItemCTA-lending .borrow_unavailable .badge {
  background-color: #e68619;
  padding: 4px 7px;
  border-radius: 5px;
  font-size: .7em;
}
.searchResultItemCTA-lending .borrow_unavailable button {
  padding: 0px;
}
.borrow_available {
  background-color: #3b98fc;
}
.borrow_unavailable {
  background-color: #ffa238;
}
.borrow_missing {
  background-color: #cccccc;
}
.print-disabled-only {
  background-color: #c53bfc;
}
.check-book-availability {
  background-color: rgba(89, 89, 89, 0.8);
}
.waitlist-msg {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: .7em;
  margin-bottom: -1.5em;
  color: #666666;
  padding: .2em;
}
div#searchResults .SRPCover {
  margin: 0 15px 20px 0;
  vertical-align: middle;
  width: 130px;
  height: 200px;
}
div#searchResults .SRPCover img {
  height: 20px;
}
div#searchResults .SRPCoverBlank {
  position: relative;
  width: 130px;
  height: 200px;
  padding: 10px;
  margin: 0 15px 20px 0;
  text-align: center;
  float: left;
  background: #dedede;
  cursor: pointer;
  display: none;
}
div#searchResults .SRPCoverBlank .innerBorder {
  float: left;
  width: 130px;
  height: 200px;
  border: 1px solid #ffffff;
}
div#searchResults .SRPCoverBlank a {
  text-decoration: none;
}
#pullOut {
  float: right;
  position: relative;
  padding: 10px;
  background: #fffdcc;
}
#pullOut .label {
  position: absolute;
  width: 41px;
  height: 22px;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/flag_new.png");
  top: -10px;
  left: -17px;
}
#pullOut p {
  font-size: .625em;
  color: #666666;
  margin: 0;
  padding: 0;
}
#pullOut a {
  font-size: 1.4em;
  font-weight: 700;
  display: block;
}
.authorList {
  margin-top: 30px;
}
.authorList li {
  margin-bottom: 1.5em;
  width: 800px;
  font-size: 1em;
  color: #666666;
}
.subjectList ul {
  margin-top: 30px;
}
/* SEARCH FACETS */
.resultsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
ul#siteSearch > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
div#searchFacets {
  width: 220px;
  padding: 0px 15px;
}
div.facet {
  margin-bottom: 20px;
}
h4.facetHead {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.6875em;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  padding: 0;
}
h4.facetHead span.merge {
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 11px;
  font-weight: normal !important;
  text-transform: none !important;
  padding-left: 22px;
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_merge-sm.png") no-repeat 0 0;
  min-height: 16px;
}
span.merge {
  padding: 2px 0;
}
div.facetEntry {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}
div.facetEntry a {
  text-decoration: none !important;
}
div.facetMoreLess {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}
div.facetMoreLess a {
  text-decoration: none !important;
}
a.facetSubject:link,
a.facetSubject:visited {
  color: #000000;
  text-decoration: none;
}
a.facetSubject:hover,
a.facetSubject:active {
  color: #036dab;
  text-decoration: underline;
}
/* RESULTS */
div#resultsLists {
  float: left;
  margin-top: 20px;
}
div.list {
  float: left;
  width: 207px;
  padding-top: 10px;
}
div.list .cover {
  float: left;
  width: 42px;
  padding-right: 10px;
}
div.list img {
  width: 42px;
}
div.list .copy {
  float: left;
  width: 155px;
}
div.list h5 {
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: normal;
  color: #333333;
  margin-bottom: 5px;
}
div.list h5 span {
  font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
  font-size: 80%;
}
div.list .tags {
  font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
  font-size: 0.6875em;
  color: #666666;
  margin-bottom: 5px;
}
div.list .owner {
  font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
  font-size: 0.6875em;
  color: #666666;
  text-align: right;
}
/* BOOKS */
.section.book-overview {
  border-bottom: 1px solid #ededed;
  padding-bottom: 25px;
}
h1.work-title {
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  margin: 0px;
  color: #333333;
  font-size: 1.3em;
}
h2.work-subtitle {
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  margin: 5px 0px 5px 0px;
  color: #666666;
  font-size: 1.1em;
  font-weight: normal;
  font-style: italic;
}
h2.edition-title {
  margin: 7px 0px 0px 0px;
  color: #666666;
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: normal;
  font-size: 1.1em;
}
.editionAbout h2.edition-byline {
  font-size: .9em;
  font-weight: normal;
  color: #333333;
  margin: 0px;
  margin-bottom: 10px;
}
#contentBody ul.readers-stats {
  color: #666666;
  font-size: .7em;
  margin: 10px 0px;
}
ul.readers-stats li {
  list-style-type: none;
  display: inline;
}
ul.readers-stats li:not(:last-child):after {
  content: '·';
  margin: 0px 5px;
}
#contentBody ul.readers-stats li.reading-log-stat {
  color: #999999;
}
div.workDetails {
  float: left;
  width: 915px;
}
div.editionCover {
  float: left;
  width: 180px;
  min-height: 10px;
  padding-right: 1.5em;
}
div.editionAbout {
  float: left;
  width: 430px;
  min-height: 10px;
}
div.editionAbout p {
  margin: 1.5em 0;
  font-size: .9em;
}
div.editionTools {
  float: right;
  width: 270px;
  min-height: 10px;
}
div.editionTools.tools-override {
  float: left;
}
div.navEdition {
  font-size: .9em;
  margin-top: 5px;
  color: #545454;
}
span.booktitle {
  color: #333333;
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: bold;
}
div.workCover {
  float: right;
  width: 270px;
  min-height: 10px;
}
div.workAbout {
  float: left;
  clear: left;
  width: 610px;
  padding-right: 38px;
}
div.workPadding {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 20px;
}
div.workPadding p {
  margin-top: 0;
}
div.workHelp {
  float: left;
  width: 553px;
  background-color: #fffdcc;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}
div.work {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
div.work span.work,
div.work span.author {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #625232;
  font-size: 1.125em;
}
div.work span.work {
  font-weight: 700;
}
div.work span.editions {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #625232;
  font-size: 1.125em;
}
.illustration img {
  width: 180px;
}
#contentOnethird .illustration img,
.workCover .illustration img {
  max-width: 270px !important;
}
.illustration .SRPCoverBlank {
  position: relative;
  width: 148px;
  height: 225px;
  padding: 15px;
  text-align: center;
  background: #dedede;
  font-size: 1em;
  display: none;
}
.workCover .illustration .SRPCoverBlank {
  margin: 0 auto;
}
.illustration .SRPCoverBlank .innerBorder {
  border: 2px solid #ffffff;
  width: 144px;
  height: 221px;
}
.illustration .SRPCoverBlank.author {
  position: relative;
  width: 131px;
  height: 180px;
  text-align: center;
  background: transparent url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/avatar_author-lg.png") 15px 15px no-repeat;
  font-size: 1.0em;
  margin: 0 auto;
  display: none;
}
.illustration .BookTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108px;
  margin-left: -54px;
  height: 100px;
  margin-top: -50px;
  color: #333333;
}
.illustration .author .BookTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108px;
  margin-left: -54px;
  height: 80px;
  margin-top: -40px;
  color: #000000;
  display: none;
}
.illustration .Author {
  color: #666666;
  font-style: italic;
  padding: 4px 4px 0;
  font-size: 11px;
}
.illustration .edition {
  font-size: 0.6875em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  margin: 10px auto;
}
.formBackRight .illustration img {
  max-height: 185px !important;
  max-width: 120px !important;
}
.formBackRight .illustration .SRPCoverBlank {
  width: 90px;
  height: 150px;
  font-size: 0.75em;
}
.formBackRight .illustration .SRPCoverBlank .innerBorder {
  border: 1px solid #ffffff;
  width: 88px;
  height: 148px;
}
.formBackRight .illustration .BookTitle {
  width: 60px;
  margin-left: -30px;
  height: 100px;
  margin-top: -50px;
}
div.books {
  float: left;
  padding-top: 20px;
  width: 915px;
}
div.books .coverMagic {
  float: left;
  min-width: 84px;
  max-width: 225px;
  min-height: 115px;
  text-align: center;
  margin: 0 5px 20px 0;
}
div.books .SRPCover {
  float: left;
  height: 115px;
  vertical-align: middle;
}
div.books .SRPCover img {
  height: 115px;
}
div.books .SRPCoverBlank {
  position: relative;
  width: 74px;
  height: 105px;
  padding: 5px;
  text-align: center;
  float: left;
  font-size: 0.6875em;
  cursor: pointer;
  display: none;
  background-color: #dedede;
}
div.books .SRPCoverBlank .innerBorder {
  border: 1px solid #ffffff;
  width: 72px;
  height: 103px;
}
div.books .BookTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  margin-left: -31px;
  height: 93px;
  margin-top: -46px;
  color: #333333;
}
div.books .Author {
  color: #666666;
  font-style: italic;
  padding: 4px 4px 0;
  font-size: 0.6875em;
}
form.recordsAdd {
  margin-bottom: 30px;
}
form.recordsAdd input[type=text] {
  font-size: 0.875em;
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #333333;
  padding: 3px;
}
form.recordsAdd input[type=text].wide {
  width: 500px;
}
form.recordsAdd textarea {
  font-size: 1.0em;
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  margin: 10px 0 20px;
  color: #333333;
  width: 500px;
  height: 80px;
  padding: 3px;
}
button.addAnother {
  width: 32px;
  height: 32px;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_add.png");
  background-position: 0 0;
  background-color: transparent;
  display: none;
}
button.addAnother:hover {
  background-position: -32px 0;
}
div.pingList {
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_radar.gif") no-repeat;
}
div.pingList p {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  margin: 0 0 10px 40px;
}
div.pingList ul {
  margin-left: 40px;
}
ul.urlList li {
  margin-bottom: 10px;
}
ul.urlList li span.url {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
ul.urlList li span.quote {
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 0.75em;
  color: #666666;
}
ul.urlList span.date {
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.6875em;
  color: #666666;
}
#contentBody ul.contributors {
  margin-top: 10px;
  margin-left: 0;
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.8125em;
  color: #666666;
}
#contentBody ul.contributors li {
  list-style: none !important;
  padding-bottom: 10px;
}
#contentBody ul.contributors li span {
  font-size: 11px;
  color: #625232;
}
.TitleAuthor {
  margin-bottom: 20px;
  width: 920px;
  float: left;
  clear: both;
}
.TitleAuthor label {
  font-weight: 700;
}
#tabsAddbook {
  margin-bottom: 5px;
}
table#toc-table {
  width: 100%;
  font-size: 0.8125em;
}
table#toc-table td {
  padding: 5px 15px 5px 0;
}
td.toc-label {
  white-space: pre-wrap;
}
tr.toc-level-2 td.toc-label {
  padding-left: 15px !important;
}
tr.toc-level-3 td.toc-label {
  padding-left: 30px !important;
}
td.toc-pagenum {
  text-align: right;
}
img.cover {
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px #c3b683;
}
#cover {
  border: 2px solid #625232;
  background-color: #ffffff;
  width: 120px;
  height: 180px;
  text-align: center;
}
#cover img {
  width: 120px;
  margin: 0 auto;
}
#cover .SRPCover img {
  height: auto !important;
}
table.navEdition {
  margin-bottom: 5px;
}
table.navEdition td.nowrap {
  white-space: nowrap;
}
table.navEdition td {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#tabsAddbook input.addweb {
  width: 350px;
}
#tabsAddauthor input.addweb {
  width: 250px;
}
select#select-id {
  max-width: 300px;
}
.links ul li.read-option a {
  display: block;
  text-align: center;
}
.borrow-btn,
.read-btn,
.wait-btn,
.unwait-btn {
  margin: 1px auto;
  color: #ffffff;
  background: #3b98fc;
  border-radius: 5px;
  padding: 7px 20px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.5em;
}
.wait-btn {
  background: #3398db;
  border: none;
  background-color: #ffa238;
}
.unwait-btn {
  background: #ababab;
  border: none;
}
.waitinglist-form input[type=submit].wait-btn {
  background-color: #ffa238;
}
.waitinglist-form input[type=submit] {
  line-height: 1.5em;
}
.Tools .btn-notice {
  line-height: 1.5em;
  font-size: 1em;
  margin-left: 35px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #dedede;
  border-bottom: 1px solid #cccccc;
}
div.Tools .btn-notice p {
  padding-left: 0px !important;
}
.borrow-btn:link,
.borrow-btn:visited,
.read-btn:link,
.read-btn:visited,
.wait-btn:link,
.wait-btn:visited,
.unwait-btn:link,
.unwait-btn:visited {
  color: #ffffff;
  text-decoration: none;
}
.borrow-btn:hover,
.read-btn:hover,
.wait-btn:hover,
.unwait-btn:hover {
  color: #ffffff;
  text-decoration: underline;
}
/* POPUP CAROUSEL SKIN */
body#form .jcarousel-list-horizontal {
  padding-left: 0;
}
body#form .jcarousel-container {
  width: 525px;
  height: 153px;
  margin: 20px 0 0 -60px;
  padding: 0;
}
body#form .jcarousel-clip {
  width: 525px;
  height: 150px;
}
body#form .jcarousel-item-horizontal {
  width: 100px;
  height: 150px;
  margin-right: 5px;
}
body#form .jcarousel-next-horizontal {
  top: 10px;
  right: -25px;
}
body#form .jcarousel-prev-horizontal {
  top: 80px;
  right: -25px;
}
li.edition-cover img {
  max-height: 140px;
  max-width: 90px;
  cursor: pointer;
  border: 5px solid #ffffff;
}
li.edition-cover img:hover {
  cursor: pointer;
  border: 5px solid #036dab;
}
li.selected img {
  border: 5px solid #ffa238;
}
li.selected img:hover {
  border: 5px solid #ffa238;
}
div.excerpt {
  width: 100%;
}
div.excerpt .text {
  padding: 15px;
  font-size: 0.875em;
  line-height: 1.25em;
  font-style: italic;
}
div.excerpt .attribution {
  padding-left: 15px;
  font-family: "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
  font-size: 0.6875em;
}
table.identifiers {
  width: 395px;
}
.identifiers td {
  color: #333333;
  border-bottom: 1px solid #dedede;
  padding: 5px;
}
.identifiers.authors td {
  background-color: #ffffff;
}
ul.booklinks li {
  font-size: 12px;
  list-style-type: disc;
  margin: 0 0 10px 20px;
}
ul.booklinks li span {
  display: block;
}
ul.booklinks li div.linkRemove {
  float: right;
  padding: 0 10px 10px 15px;
}
.section {
  margin-bottom: 20px;
}
.section .sansserif {
  font-size: 0.75em;
}
.section p {
  margin-bottom: 1em;
  margin-top: 0;
}
table.meta {
  margin-top: 10px;
}
table.meta td {
  padding: 0 15px 10px 0;
  vertical-align: top;
}
table.meta td.title {
  white-space: nowrap;
  width: 120px;
}
table.meta td.object {
  white-space: nowrap;
}
table.meta td.tag {
  white-space: nowrap;
}
table.meta td.descrip {
  white-space: nowrap;
  width: 65px;
}
/* HISTORY */
#pageHistory {
  width: 100%;
  margin-top: 30px;
}
#pageHistory h2 {
  margin-bottom: 0;
}
table.history {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #e8e8e8;
}
table.history td {
  font-size: 0.6875em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  color: #666666;
  border-bottom: 1px solid #e8e8e8;
}
table.history td.timestamp {
  padding: 10px;
  white-space: nowrap;
}
table.history td.detail {
  padding: 10px;
  width: 100%;
}
/* HISTORY FRAMESET */
div#navMask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: #e2dcc5;
  filter: alpha(opacity=70);
  display: none;
  width: 100%;
  height: 100%;
}
div#logoHistory {
  position: absolute;
  width: 960px;
  height: 1px;
  text-align: center;
  overflow: visible;
  top: 10px;
  z-index: 1006;
}
div#contentHistory {
  position: absolute;
  display: none;
  top: 151px;
  z-index: 1002;
  width: 890px;
  height: 91px;
  margin: 0 30px;
}
div#historyPosition {
  position: relative;
  width: 880px;
  height: 85px;
  background-color: #fffdcc;
  border: 5px solid #625232;
  border-bottom: 1px solid #e0e1cc;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
div#historyClose a {
  display: block;
  position: absolute;
  top: -35px;
  right: 15px;
  z-index: 1005;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #ffffff;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.6875em;
  font-weight: 700;
  padding: 10px 37px 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
  background: #625232 url("/National_Library/20160930123623oe_/https://openlibrary.org/images/historyClose.png") no-repeat 67px 9px;
}
div#historyCurrent {
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
  height: 85px;
  text-align: center;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
div#historyCurrent .revertTitle {
  font-size: 18px;
  padding-top: 25px;
  color: #625232;
}
div#historyCurrent .revertThis {
  font-size: 0.75em;
  color: #666666;
}
div#historyRevert {
  position: absolute;
  top: 0;
  left: 0;
  width: 880px;
  height: 85px;
}
div#historyRevert a.revertSlideLink {
  display: block;
  float: left;
  width: 125px;
  height: 55px;
  padding: 25px 20px 0 65px;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/historyRevert.png");
  background-position: 25px 25px;
  background-repeat: no-repeat;
  text-decoration: none;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
div#historyRevert a.revertSlideLink span {
  display: block;
}
div#historyRevert a.revertSlideLink span.revertTitle {
  font-size: 18px;
}
div#historyRevert a.revertSlideLink span.revertThis {
  font-size: 12px;
  color: #666666;
}
div#historyRevert form {
  display: block;
  float: left;
  padding-top: 20px;
}
div#historyRevert form #because {
  font-size: 12px;
  color: #000000;
}
div#historyRevert form .opt {
  font-size: 10px;
  color: #666666;
}
div#historyRevert form input[type=text] {
  width: 235px;
  padding: 2px;
  font-size: 12px;
}
div#historyRevert form input[type=submit] {
  font-size: 0.6875em;
}
div#historyRevert form a#revertSlideIn {
  font-size: 0.6875em;
  color: #e5432a;
  text-decoration: none;
}
div#historyExplore {
  position: absolute;
  top: 10px;
  right: 25px;
  height: 30px;
  white-space: nowrap;
}
div#historyExploreSlide {
  position: relative;
  width: 645px;
  height: 43px;
  padding: 15px 0 0 15px;
  overflow: hidden;
  background-color: #ffffff;
}
div#historyExplore a#historyBack {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 30px;
  height: 60px;
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/historyRev.png");
}
div#historyExplore #version {
  margin-left: 15px;
  white-space: nowrap;
  text-align: center;
  color: #00646b;
  width: 100px;
}
div#historyExplore #vtitle {
  font-size: 14px;
}
div#historyExplore #number {
  font-size: 1.125em;
}
div#historyExplore #details {
  padding-left: 15px;
  max-width: 530px;
}
div#historyExplore #author {
  font-size: 0.6875em;
  color: #666666;
}
div#historyExplore #comment {
  font-size: 14px;
  color: #000000;
  white-space: nowrap;
}
div#historyExplore a#historyFwd {
  display: block;
  position: absolute;
  top: -1px;
  right: -15px;
  width: 30px;
  height: 60px;
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/historyFwd.png");
}
/* CAROUSEL OF COVERS! */
/* CAROUSEL GLOBAL STYLES */
.jcarousel-container {
  position: relative;
}
.jcarousel-clip {
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.jcarousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.jcarousel-list-horizontal {
  padding-left: 10px;
}
.jcarousel-list-vertical {
  height: auto !important;
}
.jcarousel-list li,
.jcarousel-item {
  float: left;
  list-style: none !important;
}
.jcarousel-next {
  z-index: 3;
  display: none;
}
.jcarousel-prev {
  z-index: 3;
  display: none;
}
.jcarousel-item-placeholder {
  background: transparent;
  color: #000000;
}
.jcarousel-toolbar {
  position: absolute;
  top: -35px;
  right: 25px;
}
/* CAROUSEL NAV HOVER EFFECTS */
.jcarousel-next-horizontal {
  position: absolute;
  top: 50px;
  right: -15px;
  width: 30px;
  height: 60px;
  cursor: pointer;
  background: transparent url("/National_Library/20160930123623oe_/https://openlibrary.org/images/carousel_next.png") no-repeat -30px 0;
}
.jcarousel-prev-horizontal {
  position: absolute;
  top: 120px;
  right: -15px;
  width: 30px;
  height: 60px;
  cursor: pointer;
  background: transparent url("/National_Library/20160930123623oe_/https://openlibrary.org/images/carousel_prev.png") no-repeat -30px 0;
}
.jcarousel-next-vertical {
  position: absolute;
  top: 120px;
  right: -15px;
  width: 30px;
  height: 60px;
  cursor: pointer;
  background: transparent url("/National_Library/20160930123623oe_/https://openlibrary.org/images/carousel_down.png") no-repeat 0 0;
}
.jcarousel-prev-vertical {
  position: absolute;
  top: 50px;
  right: -15px;
  width: 30px;
  height: 60px;
  cursor: pointer;
  background: transparent url("/National_Library/20160930123623oe_/https://openlibrary.org/images/carousel_up.png") no-repeat 0 0;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active,
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -90px 0;
}
.jcarousel-next-vertical:hover,
.jcarousel-prev-vertical:hover {
  background-position: -30px 0;
}
.jcarousel-next-vertical:active,
.jcarousel-prev-vertical:active {
  background-position: -60px 0;
}
.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active,
.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
  cursor: default;
  background-position: -90px 0;
}
/* RESULTS CAROUSEL SKIN */
#resultsCovers {
  width: 958px;
}
#resultsCovers .jcarousel-container,
#resultsList .jcarousel-container {
  width: 918px;
  padding: 20px;
}
#resultsCovers .jcarousel-clip,
#resultsList .jcarousel-clip {
  width: 918px;
  height: 100%;
}
#resultsCovers .jcarousel-item-horizontal {
  width: 918px;
  margin-right: 0;
  height: 100%;
}
#resultsList .jcarousel-item-vertical {
  width: 918px;
  height: 60px !important;
  margin-top: 3px;
  padding-bottom: 3px;
  overflow: hidden;
  border-bottom: 1px dotted #ffffff;
}
#resultsCovers h3 {
  position: relative;
  width: 220px;
  height: 19px;
  top: 180px;
  left: 349px;
  text-align: center;
  background: transparent url("/National_Library/20160930123623oe_/https://openlibrary.org/images/ajax-loader-bar.gif") no-repeat;
  padding-top: 19px;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  font-weight: normal;
  color: #666666;
  font-size: 0.6875em;
}
#resultsCovers h2 {
  position: relative;
  width: 300px;
  top: 180px;
  left: 309px;
  text-align: center;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  font-weight: normal;
  color: #666666;
  font-size: 14px;
}
#coversLoading,
#coversNone {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff url("/National_Library/20160930123623oe_/https://openlibrary.org/images/back_results.png") repeat-x;
  width: 958px;
  height: 485px;
  z-index: 3000;
}
#coversNone {
  width: 940px;
}
div#resultsCovers a {
  text-decoration: none;
}
#contentLists.results .coverMagic {
  position: relative;
  height: 235px;
  margin: 0 15px 20px 0;
  float: left;
}
.coverMagic .coverEbook {
  cursor: pointer;
  z-index: 1000;
}
#contentLists.results .SRPCover {
  float: left;
  height: 185px;
  vertical-align: middle;
}
#contentLists.results .SRPCover img {
  height: 195px;
  width: 130px;
}
.carousel-section .SRPCover img {
  box-shadow: 1px 2px 5px 0px #c3b683;
}
#contentLists.results .SRPCoverBlank {
  position: relative;
  width: 115px;
  height: 165px;
  padding: 10px;
  text-align: center;
  float: left;
  background: #dedede;
  cursor: pointer;
  display: none;
}
#contentLists.results .SRPCoverBlank .innerBorder {
  float: left;
  width: 113px;
  height: 163px;
  border: 1px solid #ffffff;
}
.BookTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105px;
  margin-left: -52px;
  height: 100px;
  margin-top: -50px;
  vertical-align: middle;
  color: #333333;
  font-size: 0.875em;
  line-height: normal;
}
.Author {
  color: #666666;
  font-style: italic;
  padding: 4px 4px 0;
  font-size: 11px;
}
ul#siteSearch > li span.bookcover img {
  width: 100%;
}
li span.bookcover {
  width: 80px;
  margin: 10px 10px 0px 5px;
  text-align: right;
  overflow: hidden;
}
li span.bookcover img {
  width: 100%;
}
li span.snippet {
  display: block;
  margin: 10px 0;
  background-color: #ededed;
  font-size: 0.80em;
  padding: 20px;
  font-style: italic;
}
ul.authorlinks li {
  padding-top: 10px;
}
div#resultsList li img,
div#editionsList li img {
  height: 60px;
  max-width: 75px;
}
span.resultTitle {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #666666;
}
span.resultTitle h3.booktitle {
  display: inline;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 1.0em;
  font-weight: 700;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
}
span.resultTitle .bookauthor,
span.resultTitle .resultPublisher {
  font-size: 0.75em;
  color: #666666;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  font-weight: normal;
}
span.resultTitle span.details {
  display: block;
  float: left;
}
span.actions {
  display: block;
  float: left;
  white-space: nowrap;
  max-width: 55px;
  overflow: visible;
}
span.resultTitle span.resultType {
  font-size: 0.75em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  color: #625232;
}
span.actions a {
  display: block;
  float: left;
  min-width: 35px;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  margin-left: 10px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
span.actions a span.image {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icons_sprite-sm.png");
  background-repeat: no-repeat;
}
span.actions a span.label {
  display: block;
  background-image: url();
}
span.actions span.list {
  background-position: 0 0 !important;
}
span.actions span.list:hover {
  background-position: -24px 0 !important;
}
span.actions span.read {
  background-position: -72px 0 !important;
}
span.actions span.read:hover {
  background-position: -96px 0 !important;
}
span.actions span.download {
  background-position: -144px 0 !important;
}
span.actions span.download:hover {
  background-position: -168px 0 !important;
}
span.actions span.buy {
  background-position: -216px 0 !important;
}
span.actions span.buy:hover {
  background-position: -240px 0 !important;
}
span.actions span.borrow {
  background-position: -288px 0 !important;
}
span.actions span.borrow:hover {
  background-position: -312px 0 !important;
}
span.actions span.daisy {
  background-position: -384px 0 !important;
}
span.actions span.daisy:hover {
  background-position: -408px 0 !important;
}
.jcarousel-skin-OL span.actions a span.borrow {
  display: block;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 0px;
  left: 0px;
}
.jcarousel-skin-OL span.actions a span.checked-out {
  display: block;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 0px;
  left: 0px;
}
ul#siteSearch span.resultTitle {
  display: block;
  margin: 0 !important;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #666666;
}
div.wide ul#siteSearch span.resultTitle {
  max-width: 850px;
}
div.narrow ul#siteSearch span.resultTitle {
  max-width: 500px !important;
}
ul#siteSearch span.resultTitle .bookauthor,
ul#siteSearch span.resultPublisher {
  font-size: 0.75em;
  color: #666666;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
}
.bookauthor {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
}
ul#siteSearch span.resultPublisher {
  display: block;
}
ul#siteSearch span.resultType {
  font-size: 0.6875em;
}
div.subjects {
  white-space: normal;
  word-break: normal;
  word-wrap: break-word;
}
/* RESULTS CAROUSEL SKIN */
#editionsCovers .jcarousel-container,
#editionsList .jcarousel-container {
  width: 918px;
  padding: 20px;
}
#editionsCovers .jcarousel-clip,
#editionsList .jcarousel-clip {
  width: 918px;
  height: 472px;
}
#editionsCovers .jcarousel-item-horizontal {
  width: 918px;
  height: 472px;
  margin-right: 0;
}
#editionsList .jcarousel-item-vertical {
  width: 918px;
  height: 60px !important;
  margin-top: 3px;
  padding-bottom: 3px;
  overflow: hidden;
  border-bottom: 1px dotted #ffffff;
}
div#editionsCovers a {
  text-decoration: none;
}
#contentLists.editions .coverMagic {
  float: left;
  max-width: 225px;
  min-height: 245px;
  text-align: center;
}
#contentLists.editions .SRPCover {
  margin: 0 20px 5px 0;
  vertical-align: middle;
}
#contentLists.editions .SRPCoverBlank {
  position: relative;
  width: 115px;
  height: 165px;
  padding: 10px;
  margin: 0 20px 5px 0;
  text-align: center;
  background: #dedede;
  font-size: 0.875em;
  cursor: pointer;
  display: none;
}
#contentLists.editions .SRPCoverBlank .innerBorder {
  width: 113px;
  height: 163px;
  border: 1px solid #ffffff;
}
.bookMeta {
  max-width: 125px;
  padding: 0 5px;
  margin: 0 auto;
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  text-align: center;
}
.Publisher {
  font-size: 0.6875em;
  color: #000000;
}
.Year {
  font-size: 0.6875em;
  color: #625232;
}
/* ADD IMAGE/COVER POP-UP */
div.floater {
  position: relative;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  width: 640px;
  min-height: 670px;
  background: #ffffff;
  text-align: left;
}
div#throbber {
  position: absolute;
  width: 220px;
  height: 19px;
  top: 280px;
  left: 210px;
  text-align: center;
  background-color: transparent;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/ajax-loader-bar.gif");
  background-repeat: no-repeat;
}
div#throbber h3 {
  margin-top: 35px;
}
div.floaterHead {
  background-color: #625232;
  padding: 0 10px 10px 10px;
}
div.floaterHead h2 {
  color: #ffffff;
  font-size: 1.75em;
  margin: 0;
  padding: 0;
}
div.floaterBody {
  padding: 20px;
  font-size: 14px;
}
div.floaterBody p {
  margin-bottom: 14px;
}
table.help {
  margin: 20px 0;
  border-top: 1px solid #e8e8e8;
}
table.help th {
  font-size: 0.75em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  color: #666666;
  border-bottom: 1px solid #e8e8e8;
  padding: 5px;
  vertical-align: top;
  background-color: #ededed;
}
table.help td {
  font-size: 0.75em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  color: #666666;
  border-bottom: 1px solid #e8e8e8;
  padding: 5px;
  vertical-align: top;
}
a.floaterShut {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_close-pop.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
a.floaterShut:hover {
  background-position: 0 -32px;
}
div.tabsPop {
  margin-top: 31px;
}
.floater .ui-tabs-nav a {
  padding: 6px 10px 9px;
}
.floater .ui-tabs-nav .ui-tabs-selected a {
  padding: 8px 3px 11px;
  z-index: 2;
}
.floater .ui-tabs-panel {
  border: none;
  border-top: 3px solid #ededed;
  padding: 15px 30px !important;
  background: #ffffff;
  /* declare background color for container to avoid distorted fonts in IE while fading */
}
div.popAlert {
  display: none;
  width: 550px;
  padding: 8px 16px;
  margin-bottom: 15px;
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_alert.png") no-repeat;
  font-size: 1.25em;
  color: #e5432a;
  text-align: center;
}
div.addfield {
  margin: 10px 20px;
}
div.popNotify {
  font-size: 0.6875em;
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  margin: 10px 20px;
}
/* VIEW LARGER COVER POP-UP */
div.coverFloat {
  position: relative;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  background: #ffffff;
  text-align: left;
}
div.coverFloatHead {
  background-color: #625232;
  height: 16px;
  padding: 0 10px 10px 0;
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
}
div.coverFloat a.floaterShut {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_close-pop-sm.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.coverFloat a.floaterShut:hover {
  background-position: 0 -16px;
}
#wikicode textarea {
  width: 400px;
  height: 200px;
  padding: 10px;
  margin: 10px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: .75em;
  overflow: auto;
  outline: none;
  white-space: pre-line;
  word-break: break-all;
  word-wrap: break-word;
}
#wikicode p {
  margin: 10px 10px 0;
  padding: 0;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: .75em;
}
body#form {
  text-align: left;
  background-color: #ffffff;
  width: 600px;
  min-height: 440px;
  overflow: hidden;
}
body#form #placement,
body#form #position,
body#form #content {
  width: 600px;
  min-height: 440px;
}
body#form footer,
body#form #bottom {
  display: none;
}
form.floatform {
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, sans-serif;
}
body#form .formButtons {
  position: absolute;
  width: 600px;
  height: 50px;
  bottom: 0;
  left: 0;
  text-align: center;
}
form.floatform .label {
  width: 560px;
  padding-top: 20px;
}
form.floatform .label label {
  font-size: 1.0em;
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
form.floatform .label span {
  font-weight: normal;
}
form.floatform .input {
  width: 560px;
  padding-top: 20px;
}
form.floatform div#covers.input {
  width: 560px;
  max-height: 132px;
  overflow: hidden;
  padding-top: 20px;
  margin-left: -80px;
  text-align: center;
}
form.floatform input[type=text],
form.floatform input[type=file] {
  width: 350px;
  font-size: 1.125em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  padding: 3px;
  margin-left: 30px;
}
form.floatform button[type=submit] {
  font-size: 1.125em;
  width: auto !important;
}
a.floaterClose {
  color: #e5432a;
  font-size: 1.0em;
  padding-left: 20px;
}
body#form div.centerIt {
  margin: 0 80px;
  text-align: left;
}
body#form .column {
  width: 560px;
  min-height: 90px;
  float: left;
  margin: 10px;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/back_sortable.png");
  background-repeat: no-repeat;
}
body#form .trashPosition {
  position: relative;
  float: left;
  width: 580px;
  height: 90px;
}
body#form .trashCan {
  position: absolute;
  top: 20px;
  right: 32px;
  width: 32px;
  height: 42px;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/back_sort-trash.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
body#form .trashPosition:hover .trashCan {
  background-position: -32px 0;
}
body#form .trash {
  width: 560px;
  height: 90px;
  overflow: hidden;
  background-color: #fffdcc;
  float: left;
  margin: 0 10px;
  border-radius: 8px;
  border: 1px solid #e2de8d;
}
body#form .portlet {
  margin: 7px 13px 13px 7px;
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 6px;
  cursor: move;
}
body#form .portlet td {
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  cursor: move;
}
body#form .portlet img {
  cursor: move;
}
body#form .portlet-content {
  padding: 0.4em;
}
body#form .imagePost {
  float: left;
  width: 300px;
  text-align: center;
}
body#form .imageSaved {
  float: left;
  width: 300px;
  font-size: 0.75em;
  color: #666666;
}
body#form .saved {
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_saved.png") no-repeat;
  font-size: 1.5em;
  font-weight: 700;
  color: #000000;
  padding: 6px 0 0 40px;
  min-height: 30px;
  margin: 25px 0 15px;
}
.ui-sortable {
  min-height: 90px;
  max-height: 270px;
  overflow: auto;
}
.ui-sortable-placeholder {
  border: 1px dotted #cccccc;
  visibility: visible !important;
  height: 70px !important;
  border-radius: 6px;
}
.ui-sortable-placeholder * {
  visibility: hidden;
}
/* ADD ROLES, ETC. */
div.floaterAdd {
  position: relative;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  width: 640px;
  background: #ffffff;
  text-align: left;
}
div.floaterAdd .formElement {
  margin: 0 20px;
}
div.floaterAdd form.floatform .input {
  width: 560px;
  padding-top: 5px;
}
div.floaterAdd form.floatform .label {
  width: 560px;
  padding-top: 20px;
}
div.floaterAdd form.floatform .label label {
  font-size: 1.0em;
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
div.floaterAdd form.floatform input[type=text],
div.floaterAdd form.floatform textarea {
  width: 560px;
  margin-left: 0;
}
div.floaterAdd form.floatform textarea {
  padding: 3px;
}
/* COLORBOX POP-UP */
a.coverLook {
  display: block;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #39301d;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxLoadedContent iframe {
  display: block;
  border: 0;
}
#cboxTitle {
  margin: 0;
  display: none !important;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
#cboxContent {
  position: relative;
  background: #ffffff;
  padding: 0;
  border: 10px solid #625232;
  border-radius: 12px;
  -webkit-box-shadow: 1px 3px 10px #000000;
  box-shadow: 1px 3px 10px #000000;
}
#cboxLoadedContent {
  background: #ffffff;
  margin: 0;
  overflow: visible !important;
}
#cboxLoadingOverlay {
  background: transparent;
}
#cboxClose {
  display: none !important;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-image: url(/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_close-pop.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cboxClose:hover {
  background-position: 0 -32px;
}
/* TABS */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
  /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
  .ui-tabs-hide {
    display: none;
  }
}
/* Hide useless elements in print layouts... */
@media print {
  .ui-tabs-nav {
    display: none;
  }
}
/* Skin */
.ui-tabs-nav,
.ui-tabs-panel {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
.ui-tabs-nav {
  list-style: none !important;
  margin-bottom: -3px !important;
  margin-left: 15px !important;
  clear: right;
}
.ui-tabs-nav:after {
  /* clearing without presentational markup, IE gets extra treatment */
  display: block;
  clear: both;
  content: " ";
}
.ui-tabs-nav li {
  list-style: none !important;
  float: left;
  margin: 0 0 0 1px;
  min-width: 54px;
  /* be nice to Opera */
}
.ui-tabs-nav a {
  display: block;
  font-weight: 600;
  font-size: 0.6875em;
  background: #ffffff;
  border-bottom: 3px solid #ededed;
  padding: 4px 8px 3px;
  margin: 8px 3px 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  /* required in IE 6 */
  outline: 0;
  /* prevent dotted border in Firefox */
}
.ui-tabs-nav a:link,
.ui-tabs-nav a:visited {
  color: #036dab;
}
.ui-tabs-nav a:hover {
  color: #036dab;
  text-decoration: underline;
}
.ui-tabs-nav .ui-tabs-selected a {
  margin: 0 3px !important;
  padding: 3px 11px;
  z-index: 2000;
}
.ui-tabs-nav .ui-tabs-selected a:link,
.ui-tabs-nav .ui-tabs-selected a:visited {
  /* @ Opera, use pseudo classes otherwise it confuses cursor... */
  background: #ededed;
  padding: 8px 11px 3px;
  border: 1px solid #ededed;
  border-bottom: 3px solid #ededed;
  color: #00646b;
  text-transform: capitalize !important;
  font-size: 1.125em !important;
  margin: 0 3px;
  cursor: default;
}
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover,
.ui-tabs-nav .ui-tabs-deselectable a:focus,
.ui-tabs-nav .ui-tabs-deselectable a:active {
  /* @ Opera, we need to be explicit again here now... */
  cursor: pointer;
}
.ui-tabs-disabled {
  opacity: .4;
  filter: alpha(opacity=40);
}
.ui-tabs-panel {
  border: 3px solid #ededed;
  padding: 15px 30px 20px 30px !important;
  background: #ffffff;
  /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
  padding: 0 0 0 20px;
  background: url(loading.gif) no-repeat 0 50%;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav {
  /* auto clear, @ IE 6 & IE 7 Quirks Mode */
  display: inline-block;
}
*:first-child + html .ui-tabs-nav {
  /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
  display: inline-block;
}
/* ADMIN */
body#admin div#contentHead {
  float: left;
  padding-bottom: 30px;
}
table.records {
  width: 100%;
}
table.records td {
  width: 33%;
  text-align: center;
  vertical-align: top;
}
table.records .amount {
  font-size: 1.125em;
  font-weight: 700;
}
table.records .label {
  text-transform: uppercase;
  font-size: 0.5625em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
div.chartHolder {
  position: relative;
  width: 439px;
  height: 61px;
  overflow: hidden;
  background-color: #ededed;
}
div.chartDisplay {
  width: 430px;
  height: 50px;
  padding: 10px 3px 0;
  border-bottom: 1px solid #000000;
  background-color: #ededed;
}
div.sparkDisplay {
  border-bottom: 1px solid #000000;
  margin-right: 0 !important;
}
table.measurements {
  width: 100%;
  margin: 10px 0 30px;
  color: #333333;
}
table.measurements th {
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 0.6875em;
  text-align: right;
  vertical-align: bottom;
  padding: 0 8px;
}
table.measurements td {
  padding: 8px;
  text-align: right;
  vertical-align: bottom;
  font-size: 0.75em;
}
table.measurements td.type {
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 0.6875em;
}
table.measurements tr.major td.amount {
  font-size: 1.5em;
}
table.measurements .shift {
  text-align: left !important;
}
table.services th {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}
table.services td {
  padding: 5px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
table.services td.node {
  vertical-align: top;
}
td.nagios-PENDING {
  font-family: arial,serif;
  font-size: 8pt;
  background-color: #ababab;
}
td.nagios-OK {
  font-family: arial,serif;
  font-size: 8pt;
  background-color: #33ff00;
}
td.nagios-RECOVERY {
  font-family: arial,serif;
  font-size: 8pt;
  background-color: #33ff00;
}
td.nagios-UNKNOWN {
  font-family: arial,serif;
  font-size: 8pt;
  background-color: #ff9900;
}
td.nagios-WARNING {
  font-family: arial,serif;
  font-size: 8pt;
  background-color: #ffff00;
}
td.nagios-CRITICAL {
  font-family: arial,serif;
  font-size: 8pt;
  background-color: #f83a3a;
}
div#prolific span {
  font-family: "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
  font-size: 0.6875em;
}
div#topEdits a {
  display: block;
  float: left;
  margin: 10px 10px 0 0;
}
div#uniqueIps {
  float: left;
  width: 918px;
  margin: 20px 0 30px;
}
div.measurements,
div.measurements div {
  float: left;
  width: 180px;
}
div.measurements .caption {
  padding-top: 20px;
}
div.measurements .measure {
  font-size: 0.875em;
}
div.measurements .large {
  font-size: 1.125em !important;
}
/* PAGE HISTORY */
table#pageHistory {
  width: 100%;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  margin: 10px 0 20px;
}
table.changeHistory {
  width: 848px;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  margin: 0;
}
table#pageHistory th,
table.changeHistory th {
  border-bottom: 1px solid #e8e8e8;
  color: #625232;
  text-transform: uppercase !important;
  font-size: 0.6875em;
  padding: 10px;
}
table#pageHistory td,
table.changeHistory td {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
  font-size: 0.75em;
  color: #666666;
}
table#pageHistory td.number {
  text-align: right;
}
table.changeHistory td.time {
  white-space: nowrap;
}
table.changeHistory td.comment {
  width: 33%;
}
.historyPager {
  text-align: center;
  margin: 20px 0;
  width: 848px;
}
table#adminHistory {
  border-top: 1px solid #ccc5a8;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  margin: 0 0 20px;
}
table#adminHistory th {
  background-color: #ededed;
  border-bottom: 1px solid #ccc5a8;
  color: #666666;
  font-size: 0.8675em;
  font-weight: 700;
  padding: 10px;
}
table#adminHistory td {
  border-bottom: 1px solid #ccc5a8;
  padding: 10px;
  font-size: 0.75em;
}
table#adminHistory td.number {
  text-align: right;
}
div#adminFlickr {
  width: 582px;
}
div#adminTwitter,
div#adminTwitter div.tweet_cell {
  width: 300px;
}
div#adminTwitter div.tweet_avatar {
  width: 35px;
}
div#adminTwitter div.tweet_copy {
  width: 265px;
}
#flickr_badge_source_txt {
  padding: 0;
  font: 0.6875em Arial, Helvetica, Sans serif;
  color: #666666;
}
#flickr_badge_icon {
  display: block !important;
  margin: 0 !important;
  border: 1px solid #000000 !important;
}
#flickr_icon_td {
  padding: 0 5px 0 0 !important;
}
.flickr_badge_image {
  text-align: center !important;
}
.flickr_badge_image img {
  border: 1px solid #000000 !important;
}
#flickr_www {
  display: block;
  padding: 0 10px 0 10px !important;
  font: 0.6875em Arial, Helvetica, Sans serif !important;
  color: #3892ff !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
  text-decoration: none !important;
  background: inherit !important;
  color: #3892ff;
}
#flickr_badge_wrapper {
  margin: 0 auto;
  text-align: center;
}
#flickr_badge_wrapper img {
  display: block;
  margin: 0 auto 10px;
}
#flickr_badge_source {
  padding: 0 !important;
  font: 0.6875em Arial, Helvetica, Sans serif !important;
  color: #666666 !important;
}
/* TWITTER FEED */
#contentBody ul.tweet_list {
  margin-left: 0 !important;
}
#contentBody ul.tweet_list li {
  list-style: none !important;
}
div#adminTwitter {
  float: left;
  font-size: 0.75em;
}
div.tweet_cell {
  float: left;
  padding-bottom: 20px;
}
span.tweet_user {
  font-weight: 700;
}
div.tweet_avatar,
div.tweet_copy {
  float: left;
}
div.tweet_date a {
  color: #666666;
  text-decoration: none;
}
.twtr-hd {
  display: none;
}
div.grippie {
  background: #ededed url("/National_Library/20160930123623oe_/https://openlibrary.org/images/grippie.png") no-repeat scroll center 2px;
  border-color: #dedede;
  border-style: solid;
  border-width: 0 1px 1px;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}
/* FAQ STYLES */
.Wrap {
  width: 500px;
}
.Wrap h2 {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.6875em;
  text-transform: uppercase;
  color: #625232;
  font-weight: bold;
}
h3.Question {
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.2em;
  font-weight: normal;
  color: #625232;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #dedede;
}
/* CHARTING */
.chart {
  float: left;
  position: relative;
  width: 898px;
  height: 140px;
  padding: 0 0 20px 20px;
  margin-top: 0;
  font-size: 0.6875em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  background-color: transparent;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/ajax-loader-bar.gif");
  background-repeat: no-repeat;
  background-position: 340px 60px;
}
.chartYaxis {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  font-size: 10px;
  color: #748d35;
  text-transform: uppercase;
}
.chartXaxis {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #748d35;
  text-transform: uppercase;
}
/* MERGING */
div.merge {
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
div.merge div.entry {
  width: 100%;
  padding: 10px 0;
  float: left;
  clear: right;
  border-bottom: 1px solid #dedede;
}
div.merge div.header {
  width: 100%;
  padding: 0 !important;
  float: left;
  clear: right;
  border-bottom: 1px solid #dedede;
}
div.merge div.header div {
  padding: 5px;
}
div.merge div.master {
  background-color: #fffdcc !important;
}
div.merge div.data {
  padding: 0 5px;
}
div.merge div.input {
  width: 37px;
  float: left;
  text-align: center;
  padding: 3px 5px 0;
}
div.merge div.record {
  float: left;
  width: 710px;
}
div.merge div.record ul {
  margin-top: 5px;
  margin-bottom: 0 !important;
}
div.merge div.record ul li {
  color: #666666 !important;
  font-size: 0.75em;
}
div.merge div.record .name {
  font-weight: 700;
  color: #000000;
}
div.merge div.record .name a:link,
div.merge div.record .name a:visited {
  color: #000000;
  text-decoration: none;
}
div.merge div.record .name a:hover,
div.merge div.record .name a:active {
  color: #036dab;
  text-decoration: underline;
}
div.merge div.record label {
  display: block;
  width: 710px;
}
div.merge div.record .metaDate {
  color: #625232;
  font-size: 0.8125em;
  padding-left: 10px;
}
div.merge div.record .metaSubject {
  color: #666666;
  font-size: 0.8125em;
  display: block;
}
div.merge div.count {
  width: 86px;
  float: left;
  font-size: 0.8125em;
  text-align: right;
}
div.mergeThis {
  float: right;
  margin: 20px 20px 0 30px;
  padding-left: 47px;
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_merge.png") no-repeat 0 0;
}
#mergeHead {
  background-color: #ededed;
  padding: 15px;
}
#mergeHead #recordMaster {
  margin-bottom: 15px;
}
/* PLAIN PAGE STYLES */
body#plain div#header,
body#plain footer,
body#plain div#bottom,
body#plain .siteSearch {
  display: none;
}
body#plain #contentBody,
body#plain #contentHead {
  width: 690px;
  padding: 0 134px;
  margin: 0;
}
body#plain div.contentOnethird {
  width: 210px;
}
body#plain div.contentSpacer {
  width: 30px;
  height: 15px;
}
body#plain div.nav {
  margin: 50px 0 50px;
  font-size: 14px;
}
body#plain div.message {
  padding: 25px 25px 25px 55px;
  margin-bottom: 50px;
  background: #fffdcc url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_lock-msg.png") no-repeat 15px 50%;
}
body#plain div.message h2 {
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  margin: 0;
  padding: 0;
}
body#plain div.message p {
  font-size: 0.75em;
  padding: 0;
  margin: 0;
}
body#plain ul.link {
  margin-bottom: 50px;
}
body#plain ul.link li {
  font-size: 1.125em;
}
body#plain #faq h4 {
  font-size: 0.75em;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
}
body#plain #faq p {
  font-size: 0.75em;
  color: #333333;
}
body#plain p.help {
  font-size: 14px;
}
/* BORROWING */
body#plain div.alert {
  background: #fffdcc url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_alert-gold.png") no-repeat 15px 50% !important;
  margin-bottom: 10px;
  margin-top: 20px;
}
body#plain div.stop {
  background: #fffdcc url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_stop.png") no-repeat 15px 50% !important;
  margin-bottom: 45px;
  margin-top: 20px;
}
body#plain div.info {
  background: #fffdcc url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_info.png") no-repeat 17px 50% !important;
  margin-bottom: 45px;
  margin-top: 20px;
}
body#plain h1 {
  font-size: 1.5em;
  margin: 0 0 15px 0;
}
body#plain div.navBorrow {
  margin: 50px 0 10px;
  font-size: 0.75em;
}
body#plain .panel {
  background-color: #ffffff;
  border: 1px solid #e0e1cc;
  padding: 30px 20px;
  margin-bottom: 20px;
}
body#plain .formElement {
  float: none;
}
body#plain .panel h3 {
  font-size: 1.875em;
}
body#plain #borrowThis {
  margin-bottom: 20px;
}
body#plain .borrow span.book {
  font-size: 1em;
  font-weight: 700;
}
body#plain .borrow span.author {
  font-size: 0.875em;
  color: #333333;
}
body#plain .borrow span.publisher,
body#plain .borrow span.contributor {
  color: #333333;
  font-size: 0.875em;
}
body#plain .borrow div.date {
  font-size: 0.75em;
  color: #666666;
}
body#plain .borrow span.expires {
  font-size: 1em;
}
body#plain .borrow table {
  border-bottom: none;
}
#borrowTable table td {
  border-bottom: 1px solid #c7c3b3;
  vertical-align: top;
}
#borrowTable table td.cover {
  padding: 10px 0 10px 10px;
}
#borrowTable table td.titles {
  padding: 15px;
}
#borrowTable table div.date {
  font-size: .75em;
  color: #666666;
}
#borrowTable table td.expires {
  text-align: center;
  padding: 15px;
  white-space: nowrap;
}
#borrowTable table td.returns {
  background-color: #ededed;
  font-size: 0.8125em;
  color: #333333;
  text-align: center;
  padding: 20px 15px;
}
#borrowTable table td.user,
#borrowTable table td.what,
#borrowTable table td.action {
  text-align: center;
  font-size: .75em;
  padding: 15px;
}
#borrowTable table td.actions {
  padding: 15px 0;
  font-size: .75em;
  text-align: center;
}
body#plain #borrowTable {
  margin: 60px 0 25px;
}
body#plain #borrowTable table {
  width: 690px;
  margin-bottom: 20px;
}
body#plain #borrowTable table th {
  border-bottom: 1px solid #c7c3b3;
  vertical-align: bottom;
  padding-bottom: 10px;
}
body#plain #borrowTable table th.titles {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #00646b;
  font-weight: 600;
  font-size: 1.125em;
}
body#plain #borrowTable table th.expires {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #625232;
  font-weight: 600;
  font-size: 0.6875em;
  text-transform: uppercase;
  white-space: nowrap;
}
body#plain #borrowTable p {
  font-size: 0.875em;
  margin: 0;
  padding: 0;
}
body#user #borrowTable,
body#admin #borrowTable {
  margin: 30px 0 25px;
}
body#user #borrowTable table,
body#admin #borrowTable table {
  width: 100%;
  font-family: "Lucida Grande", "Arial", sans-serif;
}
body#user #borrowTable table th,
body#admin #borrowTable table th {
  border-bottom: 1px solid #c7c3b3;
  vertical-align: bottom;
  padding-bottom: 10px;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #625232;
  font-weight: 600;
  font-size: 0.6875em;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}
body#user #borrowTable table th.titles,
body#admin #borrowTable table th.titles {
  text-align: left;
}
a.borrowResults:link {
  color: #000000;
  text-decoration: none;
}
a.borrowResults:visited {
  color: #000000;
  text-decoration: none;
}
a.borrowResults:hover {
  color: #036dab;
  text-decoration: underline;
}
a.borrowResults:active {
  color: #036dab;
  text-decoration: underline;
}
div.preSubmit,
div.postSubmit {
  text-align: center;
}
form#borrowbook {
  margin: 40px auto 0;
  text-align: left;
}
form#borrowbook fieldset {
  display: block;
  float: left;
  border-top: 1px dotted #000000;
  padding: 20px 0;
}
form#borrowbook fieldset.download {
  width: 455px;
}
form#borrowbook fieldset.online {
  width: 220px;
  margin-right: 15px;
}
form#borrowbook fieldset div {
  float: left;
  width: 100%;
  text-align: center;
}
form#borrowbook fieldset table {
  margin: 0 auto;
}
form#borrowbook fieldset table td {
  text-align: center;
  font-size: .8125em;
}
form#borrowbook fieldset.online table td {
  color: #625232;
}
form#borrowbook fieldset table td.icon {
  padding-right: 10px;
}
form#borrowbook legend {
  padding: 0 10px;
  font-size: .6875em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  background-color: #e2dcc5;
}
form#borrowbook label {
  display: block;
  float: left;
  width: 170px;
  height: 50px;
  padding: 20px 0 0 50px;
  margin-bottom: 25px;
  background-color: #f3f1e8;
  font-size: .6875em;
  color: #666666;
  cursor: pointer;
  background-position: 20px 20px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_download-borrow.png");
}
form#borrowbook fieldset.online label {
  background-color: #fffcf5;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_read-borrow.png");
}
form#borrowbook label strong {
  display: block;
  font-size: 1.25em;
  color: #0081b8;
  text-decoration: underline;
}
form#borrowbook input {
  display: none;
}
form#borrowbook label:hover {
  background-color: #fffcf5;
}
form#borrowbook label:hover strong {
  color: #748d35;
}
div.inLibrary {
  background: #34662e url('/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_thumbsup-white.png') 8px 50% no-repeat;
  padding: 8px 8px 8px 40px;
  font-size: .75em;
  color: #ffffff;
}
.Tools.borrow {
  position: relative;
}
.Tools.borrow div.icon.list {
  background-image: none;
}
.Tools.borrow #widget-head {
  display: none;
}
p#borrowList {
  position: absolute;
  top: 0;
  left: 100%;
  width: 300px;
  font-size: .75em;
}
p#postBorrowList {
  font-size: .75em;
  padding-left: 55px;
}
.indent table.borrow {
  width: 100%;
}
.indent table.borrow th,
.indent table.borrow td {
  text-align: center;
  vertical-align: top;
  font-size: .875em;
  font-weight: 700;
  padding-bottom: 20px;
}
/* LISTS */
#listTools ul {
  font-size: .75em;
  color: #666666;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  margin: 0 0 20px 0 !important;
}
#contentHead #listTools ul {
  margin: 15px 0 0 0 !important;
}
#listTools li {
  list-style-type: none !important;
  padding-bottom: 20px;
}
#listTools li span.icon {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 15px;
  background-image: url(/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icons_lists.png);
  background-repeat: no-repeat;
}
#listTools li span.subscribe {
  background-position: 0 0;
}
#listTools li span.export {
  background-position: -28px 0;
}
#listTools li span.alert {
  background-position: -56px 0;
}
ul#listResults {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px dotted #ededed;
}
ul#listResults li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  list-style-type: none;
}
ul.clean {
  border-top: none !important;
}
ul.clean li {
  border-bottom: none !important;
}
ul#listResults li span {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
ul#listResults li span.image {
  display: block;
  float: left;
  height: 70px;
  margin-right: 10px;
  width: 75px;
  overflow: hidden;
  text-align: center;
}
ul#listResults li span.imageLg {
  display: block;
  float: left;
  height: 110px;
  margin-right: 15px;
  width: 90px;
  overflow: hidden;
  text-align: center;
}
ul#listResults li h3 {
  display: inline;
  font-size: 1em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
ul#listResults li span.detail {
  display: block;
  color: #333333;
  font-size: .8125em;
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 1.5em;
}
ul#listResults li span.editions {
  display: block;
  color: #666666;
  font-size: .75em;
}
ul#listResults li span.editions strong {
  color: #000000;
}
ul#listResults li span.type {
  font-size: .875em;
}
ul#listResults li span.meta {
  font-size: 0.75em;
  display: block;
  color: #666666;
}
ul#listResults li span.time {
  font-size: 0.75em;
  display: block;
  color: #999999;
}
ul#listResults li span.time span {
  font-weight: 700;
  color: #748d35;
}
ul#listResults li span.author {
  background-color: #00646b;
  color: #ffffff;
  padding: 1px;
  opacity: 0.50;
}
ul#listResults li span.subject {
  background-color: #ffa238;
  color: #ffffff;
  padding: 1px;
  opacity: 0.50;
}
ul#listResults li span.place {
  background-color: #e5432a;
  color: #ffffff;
  padding: 1px;
  opacity: 0.50;
}
ul#listResults li span.book {
  background-color: #34662e;
  color: #ffffff;
  padding: 1px;
  opacity: 0.50;
}
ul#listResults li span.people {
  background-color: #625232;
  color: #ffffff;
  padding: 1px;
  opacity: 0.50;
}
ul#listResults li span.listDelete {
  white-space: nowrap;
  max-width: 150px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
}
ul#listResults li span.listDelete a span {
  margin-right: 5px;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/back_list-trash.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 28px;
  width: 21px;
  display: inline-block;
  position: relative;
  top: 5px;
}
ul#listResults li span.listDelete a:hover span {
  background-position: -21px 0;
}
ul.listLists span {
  display: block;
  color: #666666;
}
ul.listLists {
  margin: 0px;
  padding: 0px;
}
ul.listLists li {
  border-radius: 3px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
}
ul.listLists li .image {
  width: 42px;
  min-height: 35px;
  padding: 0px 10px;
}
ul.listLists li .image img {
  width: 32px;
}
ul.listLists li .data {
  width: 208px;
  padding: 3px 0px;
}
ul.listLists li .label {
  line-height: 1.125em;
  font-size: 12px;
}
ul.listLists li .meta,
ul.listLists li .owner {
  font-size: .6875em;
  line-height: 1.125em;
  margin: 5px 0px;
}
div#listsWork ul.listLists li {
  width: 209px;
  padding-right: 19px;
  padding-top: 0;
  min-height: 35px;
}
div#listsWork ul.listLists li .data {
  width: 167px;
}
div#listsWork h3 {
  font-size: 100%;
  min-height: 32px;
  width: 250px;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  outline: 0;
  position: relative;
  margin: 0;
  padding: 0;
  zoom: 1;
}
div#listsWork h4 {
  font-size: 1em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #00646b;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
  zoom: 1;
}
div#listsWork p {
  font-size: 0.6875em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  padding-left: 42px;
  margin-bottom: 5px !important;
}
body#plain div#listsWork p {
  font-size: 0.75em;
  padding-left: 0;
  margin-bottom: 5px !important;
}
div#listsWork p#listsLess {
  padding-left: 0;
  margin-bottom: 0 !important;
  text-align: right;
}
div#listsWork div.dropit {
  position: relative;
  width: 215px;
  min-height: 45px;
}
div#listsWork div.dropit p.listed {
  color: #666666;
  font-size: 0.8125em;
  padding: 0 0 0 42px;
  margin: 0 0 5px;
}
div#listsWork div.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icons_sprite.png");
  background-repeat: no-repeat;
}
div.Tools .hidetool {
  display: none;
}
div.Tools span.owner {
  font-size: 10px;
}
.heart-adjust {
  position: relative;
  top: -3px;
  left: 4px;
}
div#listsWork div.icon.list {
  background-position: 0 0;
}
div#listsWork div.icon.listed {
  background-position: -32px 0;
}
div#listsWork div.dropper {
  position: absolute;
  top: 0;
  left: 32px;
  width: 161px;
  z-index: 1001;
}
div#listsWork div.dropper.on {
  background-color: #ededed;
  border: 1px solid #ababab;
  border-radius: 4px;
}
div#listsWork div.dropper h3 {
  font-size: 1.125em;
  font-weight: 700;
  color: #000000;
  min-height: 1.125em;
  width: auto;
}
div#listsWork div.dropper div.dropdown p {
  font-size: .875em;
  padding-left: 0;
  margin-bottom: 5px;
  color: #666666;
}
div#listsWork div.dropper div.dropdown p span {
  font-size: .8125em;
}
div#listsWork div.dropper div.dropdown p a {
  font-size: .875em;
}
div#listsWork div.dropper div.dropdown {
  border-top: 1px solid #dedede;
  display: none;
  padding-top: 10px;
}
div.dropper div.dropdown div.reading-lists p.reading-list-title {
  background: #ffffff;
  padding: 5px 0px 0px 10px;
  margin: 0px;
  font-size: .8em;
}
div.dropper div.dropdown div.my-lists {
  background: #ffffff;
  max-height: 250px;
  overflow-y: scroll;
  padding: 10px 15px;
}
div.dropper div.dropdown div.my-lists p a {
  display: block;
}
div#subjectLists ul.listLists {
  padding: 0;
}
div#subjectLists ul.listLists li {
  list-style-type: none;
  display: block;
  float: left;
  width: 282px;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
div#subjectLists ul.listLists li .image {
  display: block;
  float: left;
  width: 34px;
  min-height: 35px;
}
div#subjectLists ul.listLists li .image img {
  width: 24px;
}
div#subjectLists ul.listLists li .data {
  display: block;
  float: left;
  width: 248px;
}
div#subjectLists div.dropit h3 {
  font-weight: normal;
  margin: 0px;
  padding: 5px;
}
div#subjectLists p {
  font-size: 0.6875em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  padding-left: 42px;
  margin-bottom: 5px !important;
}
div#subjectLists div.dropit {
  float: left;
  position: relative;
  width: 282px;
  min-height: 50px;
}
div#subjectLists div.dropit p.listed {
  color: #666666;
  font-size: 0.8125em;
  padding: 0 0 0 42px;
  margin: 0 0 5px;
}
div#subjectLists div.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icons_sprite.png");
  background-repeat: no-repeat;
}
div#subjectLists div.icon.list {
  background-position: 0 0;
}
div#subjectLists div.icon.listed {
  background-position: -32px 0;
}
div#subjectLists div.dropper {
  position: absolute;
  top: 0;
  left: 32px;
  width: 230px;
  z-index: 1001;
}
div#subjectLists div.dropper.on {
  background-color: #ededed;
  border: 1px solid #ababab;
  border-radius: 4px;
}
div#subjectLists div.dropper h3 {
  font-size: 1.125em;
  font-weight: 700;
  color: #000000;
  min-height: 1.125em;
  width: auto;
}
div#subjectLists div.dropper div.dropdown p {
  font-size: .875em;
  margin: 0 0 5px 0;
  color: #666666;
}
div#subjectLists div.dropper div.dropdown p span {
  font-size: .8125em;
}
div#subjectLists div.dropper div.dropdown p a {
  font-size: .875em;
}
div#subjectLists div.dropper div.dropdown {
  display: none;
  padding-top: 10px;
}
#widget-add div.dropper div.dropdown p.create {
  border-top: 1px solid #ededed;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
}
div.dropper div.dropdown p.create a {
  color: #333333;
  text-decoration: none;
}
.lists table#editions th {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif !important;
  background-color: transparent;
  text-align: left;
  font-weight: normal;
  font-size: .6875em;
  color: #625232;
  padding: 0 0 10px 0;
  border-left: none;
  border-right: none;
}
.lists table#editions td {
  color: #333333;
  vertical-align: top;
}
.lists table#editions td.what {
  min-width: 410px;
}
.lists table#editions td.when,
.lists table#editions td.who,
.lists table#editions td.que {
  font-size: .75em;
  padding: 10px 15px 10px 0;
}
.lists table#editions .cover {
  width: 40px;
  padding-right: 10px;
}
.lists table#editions .cover img {
  max-height: 35px;
  max-width: 40px;
}
.lists table#editions h3 {
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif !important;
  font-size: .75em;
  display: inline;
}
.lists table#editions span.author {
  font-size: .75em;
}
.lists table#editions .published {
  font-size: .6875em;
  font-weight: normal;
  color: #666666;
}
#listsDisplay h3 {
  display: inline;
  padding-right: 10px;
}
#listsDisplay ul#listResults {
  margin: 15px 0;
}
#listsDisplay ul#listResults li {
  display: block;
  float: left;
  width: 270px;
  padding-right: 40px;
  margin-bottom: 10px;
}
#listsDisplay ul#listResults span.imageLg {
  display: block;
  float: left;
  width: 34px;
  height: auto;
  margin-right: 0;
  max-width: 34px;
  text-align: left;
}
#listsDisplay ul#listResults span.imageLg img {
  width: 24px;
  height: auto;
}
#listsDisplay ul#listResults span.details {
  display: block;
  float: left;
  width: 236px;
}
#listsDisplay ul#listResults h3 {
  font-family: "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0;
}
#listsDisplay ul#listResults span.editions {
  margin-top: 0;
  font-size: .6875em;
  color: #666666;
  padding-top: 3px;
  padding-bottom: 3px;
}
ul.wide li span.resultTitle {
  width: 813px;
  max-width: 813px;
}
ul.narrow li span.resultTitle {
  width: 525px;
  max-width: 525px;
}
ul.clean li span.resultTitle {
  width: 236px;
  max-width: 236px;
}
ul#listResults li span.resultTitle p {
  margin: 0;
}
body#user #description {
  padding-left: 130px;
  padding-right: 60px;
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/icons/icon_fav-big.png") 35px 35px no-repeat;
}
body#user #description h2 {
  font-size: 1.5em;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: normal;
  color: #333333;
  margin: 0 0 10px 0;
}
body#user #description p {
  font-size: .875em;
  margin: 0 0 30px 0;
}
#lists h2 {
  font-size: 1.25em;
}
#lists .listEntry {
  width: 280px;
  margin: 0 30px 35px 0;
  float: left;
}
#lists .listEntry .cover {
  width: 35px;
  float: left;
}
#lists .listEntry .cover img {
  width: 25px;
  max-width: 25px;
}
#lists .listEntry .data {
  width: 245px;
  float: left;
  font-family: "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
}
#lists .listEntry .name {
  font-size: .6875em;
  color: #666666;
}
#lists .listEntry .name a.title {
  font-weight: bold;
  font-size: 1.375em;
}
#lists .listEntry .description p,
#lists .listEntry .description li {
  font-size: 0.8125em;
  color: #333333;
  margin: 0 !important;
}
#lists .listEntry .meta {
  font-size: .6875em;
  color: #666666;
  line-height: 1.5em;
  margin: 3px 0;
}
/* SEARCH INSIDE */
.snipHL {
  opacity: 0.20;
  filter: alpha(opacity=20);
  background-color: #0000ff;
  position: absolute;
}
/* LIBRARIES */
.branches th {
  border-bottom: 1px solid #dedede;
  font-size: .625em;
  font-weight: 700;
  padding: 4px;
}
.branches td {
  border-bottom: 1px solid #dedede;
  vertical-align: top;
  font-size: .75em;
  padding: 4px;
}
#contentBody.map {
  width: 958px !important;
  padding: 0 !important;
  position: relative;
}
#contentBody.map div#mapdiv {
  width: 100%;
  height: 600px;
  float: left;
  clear: both;
  z-index: 1;
}
#contentBody.map div.olPopup {
  width: 220px !important;
}
#contentBody.map div.olPopupContent {
  padding: 15px !important;
  width: 190px !important;
}
#contentBody.map div.olPopupContent h2 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: normal;
}
#contentBody.map div.olPopupContent p {
  font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
  font-size: .75em;
  color: #333333;
  line-height: 1.125em;
  margin: 0;
}
#contentBody.map div#mapLegendBack {
  position: absolute;
  background-color: #ffffff;
  opacity: .75;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 1005;
}
#contentBody.map div#mapLegend {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 1006;
}
#contentBody.map div#mapLegendHead h1 {
  font-size: 1.125em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  display: inline;
}
#contentBody.map div#mapLegendHead p {
  font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
  font-size: .6875em;
  line-height: 1.5em;
  color: #666666;
  display: inline;
}
#contentBody.map div#mapLegendBody span {
  font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
  font-size: .8125em;
  line-height: 1.5em;
  color: #666666;
  list-style-type: none;
  display: block;
  float: left;
}
#contentBody.map div#mapLegendBody span.this {
  font-weight: 700;
  color: #748d35;
}
#contentBody.map .olControlAttribution {
  bottom: 10px !important;
  right: 10px !important;
  font-family: "Lucida Grande", "Verdana", "Arial", sans-serif !important;
  font-size: .6875em !important;
}
#libraryInfo td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
  margin-top: 20px;
  font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
}
#libraryInfo .label {
  font-weight: bold;
  width: 25%;
  padding-right: 20px;
}
/* Added by Anand July 29, 2011*/
span.actions a span.checked-out {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.page-banner {
  color: #ffffff;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  background: #036dab;
  padding: 15px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom: 1px solid #e2dcc5;
}
.page-banner a {
  color: #ffffff;
}
.page-banner-black {
  background-color: #333333;
  padding: 5px;
}
.page-banner-black .cta {
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid #545454;
  font-weight: 500;
  text-decoration: none;
  background: #454545;
  margin: 0px 5px;
}
.page-banner .button {
  border-radius: 5px;
  padding: 8px 10px;
  cursor: pointer;
  display: inline;
  border: 1px solid #3398db;
  color: #96a966;
}
.page-banner a.button {
  text-decoration: none;
  background: #3398db;
  color: #ffffff;
}
.page-banner a.button:hover {
  background: #63abd4;
  color: #ffffff;
}
.page-banner-body {
  font-size: .85em;
  padding: 10px;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: center;
}
.box-shadow-menu {
  position: relative;
  padding-left: 1.25em;
}
.box-shadow-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 0.15em;
  background: #000000;
  -webkit-box-shadow: 0 0.25em 0 0 #000000, 0 0.5em 0 0 #000000;
  box-shadow: 0 0.25em 0 0 #000000, 0 0.5em 0 0 #000000;
}
.dropclick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dropclick-prevent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dropclick-unactivated {
  background-color: #34a247;
}
.dropclick h3 {
  flex: 1;
}
.dropclick .arrow {
  width: 20px;
  margin: 5px;
  margin-top: 10px;
}
.log-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.log-work form {
  flex: 1;
}
.log-work button[type=submit] {
  background-color: inherit;
  border: none;
  border-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  cursor: pointer;
  font-size: .75em;
  width: 100%;
  padding: 7px 0px;
  margin: 0px;
}
.log-work button[type=submit].activated {
  color: #333333;
  background: #ededed;
  border: 2px solid #f2f2f2;
  border-right: 1px solid #dedede;
}
.log-work button[type=submit].unactivated {
  color: #ffffff;
  background: #3ea850;
  border: 2px solid #41a452;
  border-right: 1px solid #439850;
}
.log-work span.activated-check {
  color: #218732;
  margin-right: 2px;
}
.manageCovers {
  max-width: 140px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 3px;
  border: 3px solid #333333;
  background-color: #ffffff;
  color: #333333;
}
.manageCoversContainer {
  width: 100%;
  z-index: 99999;
  position: absolute;
  bottom: 15px;
}
.manageCoversContainer a {
  display: block;
  text-decoration: none;
  opacity: 0;
}
.manageCoversContainer a:hover,
.manageCoversContainer a:focus {
  text-decoration: underline;
}
.illustration:hover .manageCoversContainer a,
.manageCoversContainer a:focus {
  opacity: .9;
}
.manageCovers a {
  color: #333333;
}
div.tools-override {
  width: 180px;
  min-height: 45px;
  padding-left: 0px;
  margin: 0px auto;
  padding: 0px;
}
div.tools-override .Tools .btn-notice {
  width: 180px;
  margin-left: 45px;
  font-size: .9em;
}
.user-book-options div.tools-override div.dropit {
  margin: 0px;
  position: relative;
  width: auto;
}
/* Author sidebar */
.Tools #widget-add.old-style-lists div.dropper {
  margin: 0px;
  position: absolute;
  top: 35px;
  left: 10px;
  padding: 5px 10px;
  width: 209px;
}
.Tools #widget-add.old-style-lists div.edition-page-lists-dropdown {
  margin: 0px;
  left: 0px;
  width: 157px;
  top: 0px;
  padding: 0px 10px;
}
.Tools #widget-add.old-style-lists .dropclick {
  text-decoration: none;
}
.Tools #widget-add.old-style-lists .dropclick h3 {
  font-size: .75em;
  text-align: center;
  padding: 8px 10px;
}
.Tools #widget-add.old-style-lists div.edition-page-lists-dropdown .arrow-unactivated {
  background-position: 6px -7px;
}
.Tools #widget-add.old-style-lists div.edition-page-lists-dropdown .arrow.up {
  background-position: -22px -7px;
}
#widget-add.old-style-lists div.dropper {
  margin: 0px;
  top: 0px;
  position: absolute;
}
.user-book-options .Tools {
  margin: 0 auto;
}
div.tools-override div.dropper {
  z-index: 10000;
  width: 180px;
  top: unset;
  left: -1px;
}
.tools-override #widget-lists {
  margin: 0px;
  clear: both;
}
.tools-override #widget-lists li {
  padding-left: 0px;
}
.editionCover .illustration {
  margin-bottom: 5px;
}
.Tools div.btn-notice p {
  font-size: 1em;
}
.Tools div.btn-notice p.primary-cta {
  text-align: center;
}
.Tools div.btn-notice p.primary-cta a {
  display: block;
}
.Tools div.btn-notice input {
  display: block;
  width: 100%;
}
.Tools div.btn-notice p a.wait-btn,
.Tools div.btn-notice p a.borrow-btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
}
.Tools div.btn-notice p a.borrow-btn,
#read-options input[type=submit].wait-btn,
#read-options input[type=submit].unwait-btn {
  font-size: 14px;
  padding: 7px 20px;
  text-align: center;
  margin-top: 8px;
}
.Tools .check-availability {
  padding: 10px;
  border-top: 1px solid #ededed;
  border-radius: 3px;
}
.Tools .check-availability p {
  padding-top: 7px;
}
.Tools .check-availability p.check-other-editions {
  text-align: center;
}
.Tools .check-availability p.check-other-editions a {
  font-size: 1em;
  text-decoration: underline;
}
Tools .check-availability a {
  font-size: 1.3em;
  color: #003366;
}
#read.panel {
  margin-bottom: 10px;
}
div.Tools .cta-section {
  padding: 5px 5px 0px 5px;
  margin: 0px;
}
div.Tools div.panel .cta-section p {
  margin: 0px;
}
.cta-section-title {
  font-weight: bold;
}
p.print-disabled-download {
  text-align: center;
  margin-top: 5px;
  padding: 5px;
}
.links .print-disabled-download {
  font-size: .8em;
  text-align: center;
  margin-top: 5px;
}
.Tools .print-disabled-download a {
  font-size: .8em;
  text-decoration: underline;
}
.daisy-lock {
  position: relative;
  top: 1px;
}
.lists-loader {
  position: absolute;
  margin-left: 70px;
  height: 20px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 15px;
  margin-top: 3px;
}
.decorations button {
  cursor: pointer;
  text-align: center;
  background: inherit;
  border: none;
  padding: 0px;
  color: #036dab;
  border-bottom: 1px solid #036dab;
  margin-bottom: 15px;
}
.Tools div.btn-notice a.worldcat-link {
  text-decoration: underline;
  display: block;
}
.Tools div.btn-notice span.worldcat-attribution {
  font-size: .8em;
  display: block;
}
.related-books {
  border-top: 1px solid #ededed;
  margin-top: 15px;
  clear: both;
}
.related-books h2 {
  margin-top: 15px;
}
.nostyle-btn {
  border: none;
  background: none;
  cursor: pointer;
  color: #333333;
  font-weight: bold;
  width: 100%;
  text-align: left;
  font-size: .8em;
  padding: 10px;
  border-bottom: 1px solid #ededed;
}
.read-statuses form:last-child button.nostyle-btn {
  border: none;
}
.nostyle-btn:hover {
  color: #000000;
  background-color: #ffffff;
}
.read-statuses {
  border-bottom: 1px solid #ededed;
}
ul#myreads-paginator {
  margin-top: 10px;
}
ul#myreads-paginator li.selected {
  background-color: #ededed;
}
ul#myreads-paginator li {
  text-align: center;
  display: inline;
  list-style-type: none;
  color: #000000;
  padding: 7px;
  border: 1px solid #dedede;
  margin-right: 10px;
  background-color: #ffffff;
}
ul#myreads-paginator li:hover {
  background-color: #036dab;
  color: #ffffff;
}
ul#myreads-paginator li.selected:hover {
  background-color: #ededed;
}
.myreads-options {
  margin-bottom: 5px;
  clear: both;
}
/* My books ... */
#mybooks {
  font-size: .9em;
}
#mybooks .mybooks-menu ul li {
  list-style: none;
}
#mybooks .mybooks-menu ul li a.selected {
  background-color: #d9e3ed;
}
.mybooks {
  border-top: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}
.mybooks-menu {
  padding-right: 10px;
  border-right: 1px solid #ededed;
  max-width: 200px;
}
.mybooks-menu a {
  text-decoration: none;
  color: #036dab;
}
.mybooks-menu ul.preset-lists,
.mybooks-menu ul.loans-lists,
.mybooks-menu ul.user-lists {
  padding: 10px;
  padding-left: 0px;
  border-bottom: 1px solid #ededed;
}
.mybooks-menu ul.user-lists .list-overflow {
  max-height: 150px;
  overflow: auto;
}
.mybooks-menu ul:last-child {
  border-bottom: none;
}
.mybooks-menu ul li a {
  display: block;
  padding: 5px;
}
.mybooks-menu ul.preset-lists li a:selected,
.mybooks-menu ul.loans-lists li a:selected {
  background-color: #e5f1ff;
  border-radius: 3px;
}
.mybooks-menu ul li.subsection {
  font-weight: bold;
  padding: 5px 0px;
}
.mybooks-list {
  flex: 1;
  padding: 10px;
}
.user-lists a {
  text-decoration: underline;
}
.mybooks-list h2 {
  padding: 5px 0px;
  margin: 0px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.mybooks-list h2.subtitle {
  font-weight: normal;
}
.mybooks-list .loadmore {
  text-align: center;
}
.mybooks-list-options {
  padding: 10px;
}
.mybooks-list-options p {
  margin: 0px;
}
.mybooks-list-options h3 {
  padding: 5px 0px;
  margin: 0px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.list-books .book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.reading-log-lite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.reading-log-lite select {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #ababab;
  border-radius: 4px;
  height: 2.5em;
  width: 100%;
}
.reading-log-lite button {
  border-radius: 4px;
  color: #ffffff;
  background: #3ea850;
  border: 2px solid #41a452;
  border-right: 1px solid #439850;
  height: 2.5em;
  padding: 0px 10px;
}
.reading-log-lite span.activated-check {
  color: #218732;
  margin-right: 2px;
}
.reading-lists-title {
  padding: 10px;
}
/* This button should be used for now on */
.btn {
  text-align: center;
  padding: 5px 10px;
}
.btn.primary {
  background-color: #3b98fc;
  border-radius: 3px;
}
a.btn {
  text-decoration: none;
}
.account-settings-menu {
  margin-bottom: 15px;
}
.star {
  color: #737f8c;
  font-size: 1.3em;
}
#ratingsForm {
  margin-bottom: 5px;
}
#ratingsForm .stars {
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/static/images/stars.png") repeat-x 0 0;
  width: 150px;
  margin: 0px auto;
  margin-bottom: 7px;
  cursor: pointer;
}
#ratingsForm .stars input[type="submit"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
form .stars input[type="submit"].star-5.star-selected ~ span {
  width: 100%;
}
form .stars input[type="submit"].star-4.star-selected ~ span {
  width: 80%;
}
form .stars input[type="submit"].star-3.star-selected ~ span {
  width: 60%;
}
form .stars input[type="submit"].star-2.star-selected ~ span {
  width: 40%;
}
form .stars input[type="submit"].star-1.star-selected ~ span {
  width: 20%;
}
form .stars input[type="submit"].star-0.star-selected ~ span {
  width: 0%;
}
.star-messaging {
  color: #ababab;
  background: none;
  display: block;
  margin: 0 auto;
  border: 0px;
  cursor: pointer;
}
form .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent;
  cursor: pointer;
}
form .stars label:hover ~ span {
  background-position: 0 -60px;
}
form .stars label.star-5:hover ~ span {
  width: 100%;
}
form .stars label.star-4:hover ~ span {
  width: 80%;
}
form .stars label.star-3:hover ~ span {
  width: 60%;
}
form .stars label.star-2:hover ~ span {
  width: 40%;
}
form .stars label.star-1:hover ~ span {
  width: 20%;
}
form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("/National_Library/20160930123623oe_/https://openlibrary.org/static/images/stars.png") repeat-x 0 -60px;
}
.responsive button.slick-prev:before,
.slick-next:before {
  color: #ffffff;
}
.searchInsideForm input[type=text] {
  margin: 0px;
  padding: 5px;
  width: 100%;
  max-width: 500px;
  min-width: 100px;
}
.searchInsideForm input[type=submit] {
  padding: 5px;
}
.serp-ctx {
  line-height: 1.5em;
  margin-bottom: 5px;
  font-size: 1em;
}
.serp-ctx .show-similar {
  margin-top: 15px;
  font-size: .9em;
}
@media only screen and (min-width: 768px) {
  .iaBarMessage {
    display: block;
  }
  header#header-bar .auth-component .hide-me {
    display: inline;
  }
  header#header-bar .navigation-component .dropdown-menu {
    border-top: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  header#header-bar .search-component {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  header#header-bar .search-component .search-bar-component {
    width: 300px;
  }
  header#header-bar .search-component .search-justify-right {
    min-width: 210px;
  }
  header#header-bar .search-component .search-bar {
    width: auto;
    max-width: 310px;
  }
}
@media all and (min-width: 960px) {
  .iaBarMessage {
    display: block;
  }
  .iaBarLogo {
    margin-left: 0px;
  }
  .desktop-only {
    display: inherit;
  }
  table#editions {
    float: left;
    width: 918px;
  }
  table#editions div.title {
    float: left;
    width: 350px;
  }
  table#editions div.cover {
    float: left;
  }
  form.olform input[type=text],
  form.olform input[type=email],
  form.olform input[type=password],
  form.olform textarea {
    width: 475px;
  }
  form.olform .input {
    width: 838px;
  }
  form.olform .label {
    width: 838px;
  }
  form.olform.books fieldset.major input[type=text],
  form.olform.books fieldset.major input[type=email],
  form.olform.books fieldset.major input[type=password],
  form.olform.books fieldset.major textarea {
    width: 848px;
  }
  form.olform.books .TitleAuthor input#work-title {
    width: 900px !important;
  }
  form.olform.books .TitleAuthor input#author {
    width: 550px !important;
  }
  header#header-bar {
    margin: 20px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  header#header-bar .account-component {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding-right: 0px;
  }
  header#header-bar .auth-component {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  header#header-bar .hamburger-component {
    display: none;
  }
  header#header-bar .logo-component {
    /* border-right: 1px solid @dark-beige; */
    padding-right: 15px;
  }
  header#header-bar .logo-component .logo-icon {
    display: inherit;
  }
  header#header-bar .navigation-component {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: 250px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  header#header-bar .navigation-component .dropdown-menu {
    border-radius: 3px;
    border: 1px solid #bbbcae;
  }
  header#header-bar .navigation-component .more-menu {
    display: block;
  }
  header#header-bar .navigation-component li .dropdown-menu {
    width: auto;
    white-space: nowrap;
  }
  header#header-bar .search-component .search-bar-component {
    width: 100%;
  }
  header#header-bar .search-component .search-bar {
    max-width: 100%;
  }
}
.wmd-panel {
  width: auto;
}
.wmd-editor {
  background-color: #33ff00;
}
.wmd-button-bar {
  background-color: transparent;
}
.formElement .input .wmd-button-bar {
  width: 916px;
}
fieldset.major .wmd-button-bar,
form.olform.books .formElement .input .wmd-button-bar {
  width: 854px;
}
form.olform.books .formElement.librarian .input .wmd-button-bar {
  width: 798px;
}
form#addAuthor.olform .wmd-button-bar {
  width: 628px;
}
.wmd-input {
  height: 500px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #454545;
}
.wmd-preview {
  background-color: #ffffff;
  border: 1px solid #dedede;
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  display: none;
  margin-bottom: 10px;
}
.formElement .input .wmd-preview {
  width: 906px;
  min-height: 47px;
  padding: 5px;
  float: left;
  clear: both;
}
fieldset.major .wmd-preview,
form.olform.books .formElement .input .wmd-preview {
  width: 848px;
  min-height: 47px;
  padding: 3px;
}
form.olform.books .formElement.librarian .input .wmd-preview {
  width: 798px;
  min-height: 47px;
  padding: 3px;
}
form#addAuthor.olform .wmd-preview {
  width: 623px;
  padding: 3px;
  min-height: 47px;
}
.wmd-output {
  background-color: #ffffff;
}
.wmd-button-row {
  position: relative;
  margin-bottom: 5px !important;
  margin-left: 0 !important;
  margin-top: 10px;
  padding: 0;
  height: 20px;
}
.wmd-spacer {
  width: 1px;
  height: 20px;
  margin-left: 14px;
  position: absolute;
  display: inline-block;
  list-style: none;
}
.wmd-button {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  background-image: url("/National_Library/20160930123623oe_/https://openlibrary.org/images/wmd-buttons.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  list-style: none;
}
.wmd-button > a {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  display: inline-block;
}
/* sprite button slicing style information */
.wmd-bold-button {
  left: 0;
  background-position: 0 0;
}
.wmd-italic-button {
  left: 25px;
  background-position: -20px 0;
}
.wmd-spacer1 {
  left: 50px;
}
.wmd-link-button {
  left: 75px;
  background-position: -40px 0;
}
.wmd-quote-button {
  left: 100px;
  background-position: -60px 0;
}
.wmd-code-button {
  left: 125px;
  background-position: -80px 0;
}
.wmd-image-button {
  left: 150px;
  background-position: -100px 0;
}
.wmd-spacer2 {
  left: 175px;
}
.wmd-olist-button {
  left: 200px;
  background-position: -120px 0;
}
.wmd-ulist-button {
  left: 225px;
  background-position: -140px 0;
}
.wmd-heading-button {
  left: 250px;
  background-position: -160px 0;
}
.wmd-hr-button {
  left: 275px;
  background-position: -180px 0;
}
.wmd-spacer3 {
  left: 300px;
}
.wmd-undo-button {
  left: 325px;
  background-position: -200px 0;
}
.wmd-redo-button {
  left: 350px;
  background-position: -220px 0;
}
.wmd-help-button {
  margin-right: 0;
  right: 0;
  background-position: -240px 0;
}
.wmd-prompt-background {
  background-color: #000000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.wmd-prompt-dialog {
  width: 400px;
  border: 10px solid #625232;
  background-color: #ffffff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 3px 10px #000000;
  -webkit-box-shadow: 1px 3px 10px #000000;
  box-shadow: 1px 3px 10px #000000;
  text-align: left;
}
.wmd-prompt-dialog > div {
  font-size: 14px;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
  color: #454545;
  padding: 20px !important;
}
.wmd-prompt-dialog > div p {
  margin-bottom: 0 !important;
  position: relative;
}
.wmd-prompt-dialog p b {
  display: block;
  position: relative;
  top: -20px;
  left: -20px;
  background-color: #625232;
  padding: 0 10px 10px 10px;
  color: #ffffff;
  font-family: "News Gothic MT", "Arial Rounded MT", Geneva, Helvetica, sans-serif;
  font-size: 1.75em;
  width: 380px;
}
.wmd-prompt-dialog > form {
  width: 480px;
  padding: 20px;
  padding-top: 0;
}
.wmd-prompt-dialog > form > input[type=text] {
  float: left;
  margin-left: 20px !important;
  clear: both;
  width: 350px;
  font-size: 1.125em;
  font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
  padding: 3px;
}
.wmd-prompt-dialog > form > input[type="button"] {
  font-size: 1.125em;
  width: auto !important;
}
@font-face {
  font-family: 'Iconochive-Regular';
  src: url('/National_Library/20160930123623oe_/https://openlibrary.org/static/fonts/Iconochive-Regular.eot?-ccsheb');
  src: url('/National_Library/20160930123623oe_/https://openlibrary.org/static/fonts/Iconochive-Regular.eot#iefix-ccsheb') format('embedded-opentype'), url('/National_Library/20160930123623oe_/https://openlibrary.org/static/fonts/Iconochive-Regular.woff?-ccsheb') format('woff'), url('/National_Library/20160930123623oe_/https://openlibrary.org/static/fonts/Iconochive-Regular.ttf?-ccsheb') format('truetype'), url('/National_Library/20160930123623oe_/https://openlibrary.org/static/fonts/Iconochive-Regular.svg?-ccsheb#Iconochive-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="iconochive-"],
[class*=" iconochive-"] {
  font-family: 'Iconochive-Regular';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconochive-Uplevel:before {
  content: "\21b5";
}
.iconochive-exit:before {
  content: "\1f6a3";
}
.iconochive-beta:before {
  content: "\3b2";
}
.iconochive-logo:before {
  content: "\1f3db";
}
.iconochive-audio:before {
  content: "\1f568";
}
.iconochive-movies:before {
  content: "\1f39e";
}
.iconochive-software:before {
  content: "\1f4be";
}
.iconochive-texts:before {
  content: "\1f56e";
}
.iconochive-etree:before {
  content: "\1f3a4";
}
.iconochive-image:before {
  content: "\1f5bc";
}
.iconochive-web:before {
  content: "\1f5d4";
}
.iconochive-collection:before {
  content: "\2211";
}
.iconochive-folder:before {
  content: "\1f4c2";
}
.iconochive-data:before {
  content: "\1f5c3";
}
.iconochive-tv:before {
  content: "\1f4fa";
}
.iconochive-article:before {
  content: "\1f5cf";
}
.iconochive-question:before {
  content: "\2370";
}
.iconochive-question-dark:before {
  content: "\3f";
}
.iconochive-info:before {
  content: "\69";
}
.iconochive-info-small:before {
  content: "\24d8";
}
.iconochive-comment:before {
  content: "\1f5e9";
}
.iconochive-comments:before {
  content: "\1f5ea";
}
.iconochive-person:before {
  content: "\1f464";
}
.iconochive-people:before {
  content: "\1f465";
}
.iconochive-eye:before {
  content: "\1f441";
}
.iconochive-rss:before {
  content: "\221e";
}
.iconochive-time:before {
  content: "\1f551";
}
.iconochive-quote:before {
  content: "\275d";
}
.iconochive-disc:before {
  content: "\1f4bf";
}
.iconochive-tv-commercial:before {
  content: "\1f4b0";
}
.iconochive-search:before {
  content: "\1f50d";
}
.iconochive-search-star:before {
  content: "\273d";
}
.iconochive-tiles:before {
  content: "\229e";
}
.iconochive-list:before {
  content: "\21f6";
}
.iconochive-list-bulleted:before {
  content: "\2317";
}
.iconochive-latest:before {
  content: "\2208";
}
.iconochive-left:before {
  content: "\2c2";
}
.iconochive-right:before {
  content: "\2c3";
}
.iconochive-left-solid:before {
  content: "\25c2";
}
.iconochive-right-solid:before {
  content: "\25b8";
}
.iconochive-up-solid:before {
  content: "\25b4";
}
.iconochive-down-solid:before {
  content: "\25be";
}
.iconochive-dot:before {
  content: "\23e4";
}
.iconochive-dots:before {
  content: "\25a6";
}
.iconochive-columns:before {
  content: "\25af";
}
.iconochive-sort:before {
  content: "\21d5";
}
.iconochive-atoz:before {
  content: "\1f524";
}
.iconochive-ztoa:before {
  content: "\1f525";
}
.iconochive-upload:before {
  content: "\1f4e4";
}
.iconochive-download:before {
  content: "\1f4e5";
}
.iconochive-favorite:before {
  content: "\2605";
}
.iconochive-heart:before {
  content: "\2665";
}
.iconochive-play:before {
  content: "\25b6";
}
.iconochive-play-framed:before {
  content: "\1f3ac";
}
.iconochive-fullscreen:before {
  content: "\26f6";
}
.iconochive-mute:before {
  content: "\1f507";
}
.iconochive-unmute:before {
  content: "\1f50a";
}
.iconochive-share:before {
  content: "\1f381";
}
.iconochive-edit:before {
  content: "\270e";
}
.iconochive-reedit:before {
  content: "\2710";
}
.iconochive-gear:before {
  content: "\2699";
}
.iconochive-remove-circle:before {
  content: "\274e";
}
.iconochive-plus-circle:before {
  content: "\1f5d6";
}
.iconochive-minus-circle:before {
  content: "\1f5d5";
}
.iconochive-x:before {
  content: "\1f5d9";
}
.iconochive-fork:before {
  content: "\22d4";
}
.iconochive-trash:before {
  content: "\1f5d1";
}
.iconochive-warning:before {
  content: "\26a0";
}
.iconochive-flash:before {
  content: "\1f5f2";
}
.iconochive-world:before {
  content: "\1f5fa";
}
.iconochive-lock:before {
  content: "\1f512";
}
.iconochive-unlock:before {
  content: "\1f513";
}
.iconochive-twitter:before {
  content: "\1f426";
}
.iconochive-facebook:before {
  content: "\66";
}
.iconochive-googleplus:before {
  content: "\67";
}
.iconochive-reddit:before {
  content: "\1f47d";
}
.iconochive-tumblr:before {
  content: "\54";
}
.iconochive-pinterest:before {
  content: "\1d4df";
}
.iconochive-popcorn:before {
  content: "\1f4a5";
}
.iconochive-email:before {
  content: "\1f4e7";
}
.iconochive-embed:before {
  content: "\1f517";
}
.iconochive-gamepad:before {
  content: "\1f579";
}
.iconochive-Zoom_In:before {
  content: "\2b";
}
.iconochive-Zoom_Out:before {
  content: "\2d";
}
.iconochive-RSS:before {
  content: "\1f4e8";
}
.iconochive-Light_Bulb:before {
  content: "\1f4a1";
}
.iconochive-Add:before {
  content: "\2295";
}
.iconochive-Tab_Activity:before {
  content: "\2318";
}
.iconochive-Forward:before {
  content: "\23e9";
}
.iconochive-Backward:before {
  content: "\23ea";
}
.iconochive-No_Audio:before {
  content: "\1f508";
}
.iconochive-Pause:before {
  content: "\23f8";
}
.iconochive-No_Favorite:before {
  content: "\2606";
}
.iconochive-Unike:before {
  content: "\2661";
}
.iconochive-Song:before {
  content: "\266b";
}
.iconochive-No_Flag:before {
  content: "\2690";
}
.iconochive-Flag:before {
  content: "\2691";
}
.iconochive-Done:before {
  content: "\2713";
}
.iconochive-Check:before {
  content: "\2714";
}
.iconochive-Refresh:before {
  content: "\27f3";
}
.iconochive-Headphones:before {
  content: "\1f3a7";
}
.iconochive-Chart:before {
  content: "\1f4c8";
}
.iconochive-Bookmark:before {
  content: "\1f4d1";
}
.iconochive-Documents:before {
  content: "\1f4da";
}
.iconochive-Newspaper:before {
  content: "\1f4f0";
}
.iconochive-Podcast:before {
  content: "\1f4f6";
}
.iconochive-Radio:before {
  content: "\1f4fb";
}
.iconochive-Cassette:before {
  content: "\1f4fc";
}
.iconochive-Shuffle:before {
  content: "\1f500";
}
.iconochive-Loop:before {
  content: "\1f501";
}
.iconochive-Low_Audio:before {
  content: "\1f509";
}
.iconochive-First:before {
  content: "\1f396";
}
.iconochive-Invisible:before {
  content: "\1f576";
}
.iconochive-Computer:before {
  content: "\1f5b3";
}
