.tree {
  margin: 0;
  padding: 0; }
  .tree * {
    margin: 0;
    padding: 0; }
  .tree ol {
    margin: 0 0 0 13px;
    padding: 0 0 0 15px;
    border-left: 1px dashed gray;
    list-style: none outside none; }
  .tree li {
    margin-bottom: 5px;
    position: relative;
    list-style: none outside none; }
  .tree a {
    color: black;
    font-size: 14px; }
    .tree a:hover {
      color: black;
      background: #ddd; }
  .tree .item {
    padding: 5px;
    background: #eee;
    margin-bottom: 5px;
    border-radius: 3px; }
    .tree .item:hover {
      background: #ddd; }
.sortable_tree {
  margin: 0;
  padding: 0; }
  .sortable_tree * {
    margin: 0;
    padding: 0; }
  .sortable_tree ol {
    margin: 0 0 0 13px;
    padding: 0 0 0 15px;
    border-left: 1px dashed gray;
    list-style: none outside none; }
  .sortable_tree li {
    margin-bottom: 5px;
    position: relative;
    list-style: none outside none; }
  .sortable_tree a {
    color: #000;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    line-height: 150%;
    margin-left: 30px;
    margin-right: 120px;
    display: block; }
    .sortable_tree a:hover {
      text-decoration: underline; }
  .sortable_tree h4 {
    margin-left: 30px; }
    .sortable_tree h4 a {
      color: #333;
      font-size: 14px;
      margin-left: 0; }
      .sortable_tree h4 a:hover {
        background: #eee; }
  .sortable_tree p {
    margin-right: 75px;
    padding: 5px; }
  .sortable_tree .handle {
    background: transparent url(/assets/iconza/icons/move-e66aee5857d4326fca63585a45db17d17b4bb1970d18e55dba189bd7a6a93d65.png);
    background-position: center center;
    width: 16px;
    height: 16px;
    margin: 3px 10px 0 0;
    float: left;
    cursor: move; }
    .sortable_tree .handle:hover {
      background: transparent url(/assets/iconza/icons/red_move-c57ca7a17b420e90c219f143e05190d8298091008bdc5f8d13d907c0ea9ef375.png); }
  .sortable_tree .item {
    padding: 5px;
    background: #f7f7f7;
    border-radius: 3px;
    margin-bottom: 5px; }
    .sortable_tree .item:hover {
      background: #eee; }
  .sortable_tree .placeholder {
    background-color: #EEF;
    border: 1px dashed blue; }
  .sortable_tree .ui-nestedSortable-error {
    background: #FAA;
    color: #8a1f11; }
  .sortable_tree .controls {
    position: absolute;
    top: 1px;
    right: 10px; }
    .sortable_tree .controls a {
      width: 20px;
      height: 20px;
      display: block;
      float: left;
      padding: 5px;
      cursor: pointer;
      position: relative;
      margin: 0 0 5px 5px;
      overflow: hidden;
      zoom: 1; }
      .sortable_tree .controls a.new {
        background: transparent url(/assets/iconza/icons/add-a91df12d32c42d6823dbf4a3107c36da6f43b6fe040cd27a5a24d8f86eca01a1.png) no-repeat scroll center center; }
        .sortable_tree .controls a.new:hover {
          background: transparent url(/assets/iconza/icons/red_add-a972f9230def0a4115b73d24f3c5629d22d90074815a9c1f3a393543ef6c2623.png) no-repeat scroll center center; }
      .sortable_tree .controls a.edit {
        background: transparent url(/assets/iconza/icons/edit-f50590c85346c21c8bbf60bb35cceac480abd0cbea874b0591eaba26c131d63e.png) no-repeat scroll center center; }
        .sortable_tree .controls a.edit:hover {
          background: transparent url(/assets/iconza/icons/red_edit-01e1fcae44ac971fbdb11e2e50b3e5db8e4cd8633e0fcb20745f6f0156f7f0f3.png) no-repeat scroll center center; }
      .sortable_tree .controls a.delete {
        background: transparent url(/assets/iconza/icons/delete-08c9019f81bb7f4f0cabea8f39187640927286759ed420a740e7519ec4007a7b.png) no-repeat scroll center center; }
        .sortable_tree .controls a.delete:hover {
          background: transparent url(/assets/iconza/icons/red_delete-6b01b1dd60c26ae078b797c6c2cd705bdc8beca25a33144a162580e55cddf03c.png) no-repeat scroll center center; }
.nested_options {
  padding: 3px;
  font-size: 18px;
  font-family: Arial;
  border: 1px solid gray; }
  .nested_options option {
    color: black;
    padding: 3px; }
    .nested_options option.selected {
      font-weight: bold;
      color: red; }
  .nested_options .l_1 {
    padding-left: 0px;
    font-size: 90%; }
  .nested_options .l_2 {
    padding-left: 15px;
    font-size: 80%; }
  .nested_options .l_3 {
    padding-left: 30px;
    font-size: 70%; }
  .nested_options .l_4 {
    padding-left: 45px;
    font-size: 70%; }
  .nested_options .l_5 {
    padding-left: 60px;
    font-size: 70%; }
  .nested_options .l_6 {
    padding-left: 75px;
    font-size: 70%; }
  .nested_options .l_7 {
    padding-left: 90px;
    font-size: 70%; }
  .nested_options .l_8 {
    padding-left: 105px;
    font-size: 70%; }
  .nested_options .l_9 {
    padding-left: 120px;
    font-size: 70%; }
  .nested_options .l_10 {
    padding-left: 135px;
    font-size: 70%; }
.sortable_tree.expandable h4 {
  margin-left: 50px; }
.sortable_tree .expand {
  float: left;
  cursor: pointer;
  border: 1px solid lightgray;
  color: lightgray;
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
  text-align: center;
  width: 13px;
  height: 13px;
  margin: 3px 10px 0 0; }
  .sortable_tree .expand.empty {
    display: none !important; }
.dropdown {
	position: absolute;
	z-index: 9999999;
	display: none;
}

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
	min-width: 160px;
	max-width: 360px;
	list-style: none;
	background: #FFF;
	border: solid 1px #DDD;
	border: solid 1px rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	overflow: visible;
	padding: 4px 0;
	margin: 0;
}

.dropdown .dropdown-panel {
	padding: 10px;
}

.dropdown.dropdown-tip {
	margin-top: 8px;
}

.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:before {
	left: auto;
	right: 9px;
}

.dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:after {
	left: auto;
	right: 10px;
}


.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
	max-height: 358px;
	overflow: auto;
}

.dropdown .dropdown-menu LI {
	list-style: none;
	padding: 0 0;
	margin: 0;
	line-height: 18px;
}

.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
	display: block;
	color: #555;
	text-decoration: none;
	line-height: 18px;
	padding: 3px 15px;
	white-space: nowrap;
}

.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover {
	background-color: #08C;
	color: #FFF;
	cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-divider {
	font-size: 1px;
	border-top: solid 1px #E5E5E5;
	padding: 0;
	margin: 5px 0;
}

/* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
.dropdown.has-icons LI > A {
	padding-left: 30px;
	background-position: 8px center;
	background-repeat: no-repeat;
}

.dropdown .undo A { background-image: asset_url(/icons/arrow-curve-180-left.png); }
.dropdown .redo A { background-image: asset_url(/icons/arrow-curve.png); }
.dropdown .cut A { background-image: asset_url(/icons/scissors.png); }
.dropdown .copy A { background-image: asset_url(/icons/document-copy.png); }
.dropdown .paste A { background-image: asset_url(/icons/clipboard.png); }
.dropdown .delete A { background-image: asset_url(/icons/cross-script.png); }
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *







 */
/* apply a natural box layout model to all elements */
/* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * some site-wide classes
 */
.hr {
  border: solid 1px #4b4b4b;
  border-width: 1px 0 0 0;
  height: 0px;
  margin: 0;
  width: 100%; }

.menu-container {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%; }

/* should refactor to .eda-btn but split for now */
.eda-btn-light {
  font-family: 'Source Sans Pro';
  background: #e7cf98;
  border: solid 1px #333;
  color: #333;
  /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7E8C6), to(#EEDCB3));*/
  background: -webkit-gradient(linear, left top, left bottom, from(#F7E8C6), to(#EEDCB3));
  background: linear-gradient(#F7E8C6, #EEDCB3);
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #8F7341;
          box-shadow: 0 0 2px #8F7341;
  padding: 0.2em 1em; }
  .eda-btn-light:hover {
    background: #eeddb5;
    cursor: pointer; }
    .eda-btn-light:hover a {
      color: #333;
      text-decoration: none; }

.eda-btn-dark {
  font-family: 'Source Sans Pro';
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#383838));
  background: linear-gradient(#333, #383838);
  border: solid 1px #888;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #8F7341;
          box-shadow: 0 0 2px #8F7341;
  color: #888;
  cursor: pointer;
  padding: 0.2em 1em; }
  .eda-btn-dark:hover {
    background: #4b4b4b;
    color: #e7cf98; }
    .eda-btn-dark:hover a {
      color: #e7cf98;
      text-decoration: none; }

/**
 * General page layout structure:
 *
 * html
 *   body class="control-ler action"
 *     header
 *       h1
 *     section class="view"
 *       h1
 *     footer
 */
html {
  color: #e7cf98;
  font-family: 'Source Sans Pro';
  font-size: 16px; }

h2, h3 {
  font-weight: 400; }

body {
  background: #333;
  line-height: 1.33em;
  margin: 0;
  min-width: 512px; }
  body a, body a:visited {
    color: #888;
    text-decoration: none; }
  body a:hover, body a.selected {
    color: #eeddb5; }
  body a:hover {
    text-decoration: underline; }
  body > header {
    background: url(/assets/ornament-small-4cb20dfddd193d551c0e5b0765a9ad57b371c70abed5ab3b50c6b845ccd82fbe.png) repeat-x 0 10px;
    background-color: #383838;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
    body > header h1 {
      background: #383838;
      display: inline-block;
      font-weight: normal;
      height: 32px;
      margin: 10px 0 14px 54px;
      white-space: nowrap;
      width: 405px;
      font-size: 0;
      background-image: url(/assets/logo-b3b6c013ffe1e1e3246f72b891b480116e5b9c7e971a4e8419f5689ec9c00fcf.png); }
    body > header .hr {
      margin-top: 0.7em; }
  body .view:not(.three-panel) {
    padding: 1.4em 2em 4em;
    margin: 0em 7%;
    /*background: -webkit-gradient(linear, 0% 100%, 0% 0%, from($darkGray), to($highlightGray), color-stop(.4,$highlightGray));*/
    background: -webkit-gradient(linear, left top, left bottom, from(#383838), color-stop(40%, #383838), to(#333));
    background: linear-gradient(#383838, #383838 40%, #333);
    border-radius: 2px; }
    body .view:not(.three-panel) header h1 {
      font-weight: normal;
      margin: 0;
      padding: 0; }
  body footer {
    background: #333;
    text-align: center; }
    body footer p {
      font-size: .8em;
      margin: 1em auto;
      max-width: 800px; }
    body footer nav li {
      display: inline-block;
      list-style-type: none;
      margin: 0 1em; }
    body footer a.berkman-link {
      background: url(/assets/berkman_logo_small-4fec85e99255b81ea16fa0895b8686fb2e8364693a2f09f718943c1afdb8fee1.png);
      display: inline-block;
      height: 24px;
      vertical-align: middle;
      width: 48px; }

.flash {
  text-align: center;
  height: 5.5em;
  margin-top: -5.5em; }

.flash p {
  padding: 0.8em 2em;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  -webkit-box-shadow: 0 0 20px #252525;
          box-shadow: 0 0 20px #252525;
  position: relative; }

.flash-dismiss {
  width: 14px;
  height: 14px;
  position: absolute;
  display: block;
  top: 3px;
  right: 3px;
  background: url(/assets/small_x-389601a63e182a370cf0c5ada6c6d880411908ae1c9a56ab7f9247bb2d7f45f8.png);
  cursor: pointer; }
  .flash-dismiss:hover {
    background: url(/assets/small_x_hover-a464d0ea4c5007934b9ba8c9f0fae6ce2c1ddb4431e979836da60361246b0a8f.png); }

.notice p {
  background: #A1D68C; }

.alert p {
  background: #EB7E7E; }

.wait p {
  background: #F3E869; }

footer {
  font-size: 0.8em;
  bottom: 0;
  height: 3em;
  left: 0;
  position: fixed;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
  footer ul {
    margin-top: 0.6em; }

textarea, input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
  border: 1px solid #4b4b4b;
  padding: 3px 5px;
  font-family: 'Source Sans Pro'; }

.formtastic fieldset {
  border: 0; }
.formtastic ol {
  list-style-type: none;
  margin: 0;
  padding-left: 0; }
.formtastic li {
  margin: 0.1em; }
.formtastic label {
  display: inline-block;
  width: 15%;
  margin-right: 2%;
  vertical-align: top; }
.formtastic textarea {
  width: 50%; }
.formtastic .inline-hints, .formtastic .inline-errors {
  margin-left: 16%;
  font-size: 0.8em;
  margin-top: 0;
  padding-left: 0.2em; }
.formtastic .inline-errors {
  color: #EB7E7E; }
.formtastic abbr[title=required] {
  color: #EB7E7E; }

section.view > form input {
  margin-bottom: 1em; }

dt {
  font-weight: bold; }

dd {
  margin-left: 2em; }

.toggler {
  cursor: pointer; }
  .toggler:before {
    content: "▶ ";
    display: inline-block;
    font-size: .8em;
    width: 1em; }

.right-toggler {
  cursor: pointer; }
  .right-toggler:after {
    content: " ▶";
    display: inline-block;
    font-size: .8em;
    width: 1em; }

.toggler.expanded:before {
  content: "▼ "; }

.right-toggler.expanded:after {
  content: " ▼"; }

.toggleable {
  display: none; }
nav.main, nav.user {
  display: inline-block;
  text-align: left;
  font-family: 'PT Serif';
  text-shadow: 1px 1px 15px #303030; }
  nav.main ul, nav.user ul {
    margin: 0;
    padding: 0; }
  nav.main li, nav.user li {
    display: inline-block;
    margin: 0 1em; }

nav.main {
  margin-right: 1em;
  font-size: 1.1em;
  font-family: 'PT Serif'; }

nav.user {
  float: right;
  font-family: 'Source Sans Pro';
  font-size: 0.8em; }

.dropdown .dropdown-menu, .dropdown .dropdown-panel {
  background: #383838;
  border-radius: 0;
  border: 1px solid #4b4b4b; }
  .dropdown .dropdown-menu li, .dropdown .dropdown-panel li {
    display: block;
    margin-bottom: 0.2em; }
  .dropdown .dropdown-menu li > a, .dropdown .dropdown-panel li > a {
    color: #888; }
  .dropdown .dropdown-menu li > a:hover, .dropdown .dropdown-panel li > a:hover {
    text-decoration: underline;
    background-color: inherit;
    color: inherit; }
.panel-menu {
  margin: 0;
  padding: 0; }
  .panel-menu li {
    display: inline-block;
    margin: 0 .5em; }
  .panel-menu a, .panel-menu a:visited {
    font-family: 'Source Sans Pro';
    text-shadow: 1px 1px 15px #252525;
    color: #e7cf98; }
  .panel-menu a:hover, .panel-menu a.selected {
    color: white; }
  .panel-menu a.selected {
    border-bottom: 1px dotted white; }
  .panel-menu a.selected:hover {
    text-decoration: none; }

.panel-content {
  background: #eeddb5;
  -webkit-box-shadow: 0 1px 20px 3px #252525;
          box-shadow: 0 1px 20px 3px #252525;
  color: #333;
  padding: .5em; }
  .panel-content ul {
    list-style-type: none;
    padding-left: 5%;
    margin-top: 0; }
  .panel-content a:hover {
    color: #333; }
  .panel-content > section {
    display: none; }
  .panel-content h2 {
    font-size: 1em; }
  .panel-content h3 {
    margin-bottom: 0.4em; }
@charset "UTF-8";
.search-works-form button {
  background: none;
  border: none; }
  .search-works-form button span {
    display: none; }
  .search-works-form button span.icon {
    background: url(/assets/search-4b448141a2c269c81a3c6f55b87a45432e7569abfc7a17571eeeca3b848fa4ce.png) -28px 0;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    width: 14px; }
.search-works-form > label {
  display: none; }

.search-works-options-toggle {
  color: #888;
  text-decoration: none; }
  .search-works-options-toggle:hover {
    color: #e7cf98;
    text-decoration: none; }
  .search-works-options-toggle h2 {
    display: inline-block; }
  .search-works-options-toggle h2:before {
    content: "▶ ";
    display: inline-block;
    font-size: .8em;
    width: 1em; }

.search-works-options-toggle.open h2:before {
  content: "▼ "; }

.search-works-options {
  display: none; }

.search-works-options.open {
  display: block; }
  .search-works-options.open label {
    display: block; }

.search-works-results h2 {
  font-size: 1.25em;
  color: #333;
  padding: .2em .2em;
  text-align: center; }
.search-works-results .query {
  font-style: italic; }
.search-works-results ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.search-works-results li {
  margin: 0;
  padding: 0; }
.search-works-results a, .search-works-results a:visited {
  background: #eeddb5;
  border-top: solid 1px #D1BB8B;
  color: #333;
  display: block;
  padding: .5em; }
.search-works-results a:hover {
  background: #e7cf98;
  color: #333;
  text-decoration: none; }
.search-works-results .work-title {
  max-width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block; }
.search-works-results .work-number {
  display: inline-block;
  float: right;
  text-align: right;
  white-space: nowrap;
  width: 4em; }

.static-pages.home #search-works div {
  display: none; }

.image-sets.show .search-works-options-toggle {
  color: #333; }
  .image-sets.show .search-works-options-toggle:hover {
    color: #888; }
ul.work-list {
  margin: 0 -.5em;
  padding: 0; }

li.work-list-item:first-child {
  border-top: 1px dotted #888; }

li.work-list-item:last-child {
  border-bottom: 1px dotted #888; }

li.work-list-item:nth-child(2n) {
  background: #e7cf98; }

li.work-list-item {
  display: block;
  height: 4.5em;
  margin: 0;
  overflow: hidden;
  position: relative; }
  li.work-list-item a.work-link {
    color: #333;
    display: block;
    height: 100%;
    left: 0;
    padding: 0.25em 0.5em;
    position: absolute;
    top: 0;
    width: 100%; }
    li.work-list-item a.work-link:hover {
      background: #D1BB8B;
      color: #333;
      text-decoration: none; }
    li.work-list-item a.work-link div {
      overflow: hidden;
      text-overflow: ellipsis; }
    li.work-list-item a.work-link div.work-title {
      font-size: 1em; }
    li.work-list-item a.work-link div.work-edition-name {
      font-size: .8em; }
/*
 * Table
 */
table.dataTable {
  margin: 0 auto;
  clear: both;
  width: 100%; }

table.dataTable thead th {
  padding: 3px 18px 3px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
  cursor: pointer;
  *cursor: hand;
  white-space: nowrap;
  /* give the title some room */ }
  table.dataTable thead th:first-child {
    width: 12em; }

table.dataTable tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold;
  text-align: left;
  vertical-align: bottom; }
  table.dataTable tfoot th.date-footer:before {
    content: "Filter by Date ";
    font-size: .8em; }
  table.dataTable tfoot th.recipient-footer:before {
    content: "Filter by Recipient ";
    font-size: .8em; }
  table.dataTable tfoot th.edition-footer:before {
    content: "Filter by Edition ";
    font-size: .8em; }

table.dataTable td {
  padding: 3px 10px; }
  table.dataTable td a {
    color: #e7cf98; }

table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable tr.odd {
  background-color: #4b4b4b; }

table.dataTable tr.even {
  background-color: #606060; }

table.dataTable tr.odd td.sorting_1 {
  background-color: #4b4b4b; }

table.dataTable tr.odd td.sorting_2 {
  background-color: #4b4b4b; }

table.dataTable tr.odd td.sorting_3 {
  background-color: #4b4b4b; }

table.dataTable tr.even td.sorting_1 {
  background-color: #606060; }

table.dataTable tr.even td.sorting_2 {
  background-color: #606060; }

table.dataTable tr.even td.sorting_3 {
  background-color: #606060; }

/*
 * Table wrapper
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1; }

/*
 * Page length menu
 */
.dataTables_length {
  float: left; }

/*
 * Filter
 */
.dataTables_filter {
  float: right;
  text-align: right; }

/*
 * Table information
 */
.dataTables_info {
  clear: both;
  float: left; }

/*
 * Pagination
 */
.dataTables_paginate {
  float: right;
  text-align: right; }

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #e7cf98 !important; }

.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
  text-decoration: none !important; }

.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none; }

.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666 !important; }

.paginate_disabled_previous,
.paginate_enabled_previous {
  padding-left: 23px; }

.paginate_disabled_next,
.paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px; }

.paginate_enabled_previous {
  background: url(/assets/back_enabled-c98fff3ec2ffd2eddfd1997e32ba9478842de32d9be96bfbad65a2ee794a5538.png) no-repeat top left; }

.paginate_enabled_previous:hover {
  background: url(/assets/back_enabled_hover-b3a398bdb9afa40edff875c14c972ac9329e018e2e5e175ebb8e104c59be37e1.png) no-repeat top left; }

.paginate_disabled_previous {
  background: url(/assets/back_disabled-6950463a4f9db9435b8df01fa276eaf88aa65b8913b82e979317d741305bb5d6.png) no-repeat top left; }

.paginate_enabled_next {
  background: url(/assets/forward_enabled-4df98f03b97a2482cec9dee7d7915ef0a1b2b1798ecbc7ee1c853c9eb2c1f5f0.png) no-repeat top right; }

.paginate_enabled_next:hover {
  background: url(/assets/forward_enabled_hover-4fa2d689a633713d9fb8900611a646c5df0ba24deb9597ab955c62cba77ae3b4.png) no-repeat top right; }

.paginate_disabled_next {
  background: url(/assets/forward_disabled-ede9f1003cef25add5cc2b13f531a014ed9bea78154d4fba008b21f353030295.png) no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
  height: 22px;
  line-height: 22px; }

.paging_full_numbers a:active {
  outline: none; }

.paging_full_numbers a:hover {
  text-decoration: none; }

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important; }

.paging_full_numbers a.paginate_button {
  background-color: #ddd; }

.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important; }

.paging_full_numbers a.paginate_active {
  background-color: #99B3FF; }

/*
 * Processing indicator
 */
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white; }

/*
 * Sorting
 */
.sorting {
  background: url(/assets/sort_both-624f0a471a2535c4754e1f6974b0e64ee70d6907738346e2a11d0bff20258b8c.png) no-repeat center right; }

.sorting_asc {
  background: url(/assets/sort_asc-b010e3f24e7cb0374bd61e712a46367bb8b5ffb3a62ccd51924c92cc3bf0d15e.png) no-repeat center right; }

.sorting_desc {
  background: url(/assets/sort_desc-682c98f59a13b6b978bd1c2b7398d81df0fd946f7c68c1314d277b0521e24385.png) no-repeat center right; }

.sorting_asc_disabled {
  background: url(/assets/sort_asc_disabled-539d9e0fc1f3b7196e726c4985397ad804082193d21e68cdf258764d34f85ff6.png) no-repeat center right; }

.sorting_desc_disabled {
  background: url(/assets/sort_desc_disabled-3450cc1e5a1585690226a713a726753b3fa2d177e41338a36e0a3188e3f02663.png) no-repeat center right; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

/*
 * Scrolling
 */
.dataTables_scroll {
  clear: both; }

.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }
.image-sets.show {
  overflow: hidden;
  min-width: 864px; }

.drawer a:hover {
  color: #333; }

.view.three-panel {
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 6.3em;
  bottom: 2.4em;
  padding: 0;
  white-space: nowrap;
  /**
   * search-panel has search menu & all search-related sections:
   * search, browse, lexicon
   */
  /**
   * work-panel has work menu & all work-related sections:
   * transcription, edition switcher, reading list
   */
  /* easier to test for CSS class in capybara */ }
  .view.three-panel .panel {
    bottom: 0;
    top: 0;
    margin: 0;
    height: 100%;
    position: relative;
    vertical-align: top;
    display: inline-block; }
  .view.three-panel .panel-content {
    bottom: 1em;
    overflow: auto;
    position: absolute;
    top: 2em;
    width: 100%; }
  .view.three-panel .alphabet-list {
    font-size: 0.8em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    /* mostly to keep search from having horizontal scrollbar */
    word-spacing: -1px;
    margin-bottom: 0.3em; }
  .view.three-panel #search-panel {
    width: 25%; }
    .view.three-panel #search-panel .search-works-form #q {
      width: 90%; }
    .view.three-panel #search-panel .search-works-form span.icon {
      background: url(/assets/search-4b448141a2c269c81a3c6f55b87a45432e7569abfc7a17571eeeca3b848fa4ce.png) 0 0; }
    .view.three-panel #search-panel .search-works-form:hover span.icon {
      background: url(/assets/search-4b448141a2c269c81a3c6f55b87a45432e7569abfc7a17571eeeca3b848fa4ce.png) -14px 0; }
    .view.three-panel #search-panel .search-works-options #current_edition {
      width: 90%; }
    .view.three-panel #search-panel .search-works-options a, .view.three-panel #search-panel .search-works-options a:visited {
      color: #333;
      text-decoration: none; }
    .view.three-panel #search-panel .search-works-options a:hover {
      color: #888;
      text-decoration: none; }
    .view.three-panel #search-panel .alphabet-results p.help {
      white-space: normal; }
  .view.three-panel #interactive-image-panel {
    width: 42%; }
    .view.three-panel #interactive-image-panel > h1 {
      font-size: .8em;
      position: relative;
      text-align: center;
      top: -0.5em;
      overflow-x: hidden;
      text-overflow: ellipsis; }
  .view.three-panel #work-panel {
    width: 33%; }
  .view.three-panel.minus-work-panel #interactive-image-panel {
    width: 70%; }
  .view.three-panel.minus-work-panel #search-panel {
    width: 30%; }
  .view.three-panel.minus-search-panel #search-panel {
    left: -25%; }
  .view.three-panel.minus-search-panel #interactive-image-panel {
    width: 64%;
    left: -25%; }
  .view.three-panel.minus-search-panel #work-panel {
    width: 36%;
    left: -25%; }
  .view.three-panel.minus-search-panel.minus-work-panel #search-panel {
    left: -30%; }
  .view.three-panel.minus-search-panel.minus-work-panel #interactive-image-panel {
    width: 100%;
    left: -30%; }
  .view.three-panel.minus-search-panel.minus-work-panel #work-panel {
    left: -30%; }
  .view.three-panel #search-panel .panel-content {
    border-radius: 0 .2em .2em 0; }
    .view.three-panel #search-panel .panel-content h2 {
      margin-top: 0; }
  .view.three-panel #search-panel .search-works h1 {
    display: none; }
  .view.three-panel #work-panel .panel-content {
    border-radius: .2em 0 0 .2em; }
  .view.three-panel .bottom-drawer-transitions {
    -webkit-transition: bottom 0.7s;
    transition: bottom 0.7s; }
  .view.three-panel .collapsed .right.drawer-handle {
    left: -2.5em; }
  .view.three-panel .drawer-handle {
    font-size: 0.8em;
    background-color: #eeddb5;
    color: #333;
    display: block;
    position: absolute;
    z-index: 1; }
    .view.three-panel .drawer-handle.bottom {
      border-radius: 2px 2px 0 0;
      padding: 0.2em 1em 0 1em;
      height: 2em;
      right: 5%;
      top: -2em; }
    .view.three-panel .drawer-handle.bottom.one {
      right: 7.5em; }
    .view.three-panel .drawer-handle.bottom.two {
      right: 1.5em; }
    .view.three-panel .drawer-handle.left {
      border-radius: 0px 2px 2px 0;
      top: 5em;
      right: -2em;
      width: 2em;
      height: 4.8em;
      padding: 1em 0.2em 1em 0; }
      .view.three-panel .drawer-handle.left span {
        display: block;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .view.three-panel .drawer-handle.right {
      border-radius: 2px 0px 0px 2px;
      top: 5em;
      left: -2em;
      width: 2em;
      height: 4.8em;
      padding: 1em 0 1em 0; }
      .view.three-panel .drawer-handle.right span {
        display: block;
        height: 100%;
        padding-top: 0.6em;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .view.three-panel .drawer-handle.hidden {
      border-bottom: solid 2px #333;
      opacity: .7; }
    .view.three-panel .drawer-handle:hover {
      cursor: pointer;
      opacity: 1;
      text-decoration: underline; }
  .view.three-panel .bottom.drawer {
    background: #eeddb5;
    border-radius: 2px 2px 0 0;
    bottom: 0;
    color: #333;
    height: 5em;
    padding: 0;
    position: absolute;
    width: 94%;
    margin: 0 3% 0; }
  .view.three-panel .page-order-container {
    color: #e7cf98;
    display: inline-block;
    font-size: .9em;
    position: absolute;
    top: -2em; }
  .view.three-panel #interactive-image-panel.collapsed .missing-image {
    bottom: 3em; }
  .view.three-panel #interactive-image-panel.collapsed .bottom.drawer {
    bottom: -5em; }
  .view.three-panel .image-drawer-content {
    height: 100%;
    overflow: auto; }
  .view.three-panel .image-drawer-content > div {
    padding: .5em;
    white-space: normal; }
  .view.three-panel .image-drawer-content > div.hidden {
    display: none; }
  .view.three-panel #set-notes {
    height: 100%;
    overflow-x: hidden;
    position: relative;
    width: 100%; }
    .view.three-panel #set-notes ul.notes {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .view.three-panel #set-notes ul.notes .note {
        border-bottom: solid 1px #D1BB8B;
        padding: .2em 0; }
      .view.three-panel #set-notes ul.notes .note-text {
        display: inline-block;
        width: 86%; }
      .view.three-panel #set-notes ul.notes .delete-note {
        margin-left: .2em;
        vertical-align: top; }
    .view.three-panel #set-notes form {
      white-space: nowrap; }
      .view.three-panel #set-notes form #note_note {
        width: 86%; }
      .view.three-panel #set-notes form .save-button {
        display: inline-block; }
    .view.three-panel #set-notes p {
      text-align: center; }

#image_set_name {
  width: 30em; }

.view.side-by-side {
  padding-top: 0;
  /* actually contains .sbs-pages now */ }
  .view.side-by-side h2 {
    margin-top: 0;
    padding-top: .5em; }
  .view.side-by-side .page-controls {
    padding-top: .6em;
    white-space: nowrap; }
    .view.side-by-side .page-controls div {
      vertical-align: middle; }
  .view.side-by-side .sbs-pages-container > div {
    display: inline-block; }
  .view.side-by-side .sbs-pages-container .sbs-pages {
    margin: 0 auto; }
    .view.side-by-side .sbs-pages-container .sbs-pages .page {
      background: #4b4b4b; }
  .view.side-by-side .sbs-pages-container .previous-page-container {
    width: 48px; }
  .view.side-by-side .sbs-pages-container .next-page-container {
    width: 48px; }
  .view.side-by-side .page-links {
    text-align: center;
    white-space: nowrap; }
    .view.side-by-side .page-links > div {
      display: inline-block;
      height: 40px;
      margin: 0; }
    .view.side-by-side .page-links .image-titles {
      display: block;
      height: 1.2em; }
      .view.side-by-side .page-links .image-titles .left-image-title, .view.side-by-side .page-links .image-titles .right-image-title {
        display: inline-block;
        width: 50%;
        overflow-x: hidden;
        text-overflow: ellipsis; }
      .view.side-by-side .page-links .image-titles .left-image-title {
        padding-right: 1em;
        text-align: right; }
      .view.side-by-side .page-links .image-titles .right-image-title {
        padding-left: 1em;
        text-align: left; }
    .view.side-by-side .page-links .left-image-link {
      margin-left: 64px; }
    .view.side-by-side .page-links .page-counter-container {
      vertical-align: middle;
      width: 128px; }
    .view.side-by-side .page-links .page-counter {
      display: block; }
    .view.side-by-side .page-links .right-image-link {
      margin-right: 64px; }
    .view.side-by-side .page-links a {
      background: url(/assets/manuscript_view_icon-f2c37387a34d0f4f0a327faffccc936d004e25512021daffded1b725eff9b789.png) no-repeat;
      border: solid 2px #333;
      border-radius: 2px;
      display: inline-block;
      height: 36px;
      width: 68px; }
      .view.side-by-side .page-links a:hover {
        border: solid 2px #eeddb5; }

i.preview {
  float: left;
  cursor: pointer; }
.__seadragon {
  background: transparent !important;
  border: none !important; }

.__seadragon > div > div:last-child {
  display: none; }

.missing-image {
  bottom: 8em;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 2em; }
  .missing-image img {
    height: 100%;
    max-height: 512px;
    min-height: 240px; }

#page-image {
  position: absolute;
  top: 2em;
  bottom: 10em;
  -webkit-transition: bottom 0.7s;
  transition: bottom 0.7s;
  width: 96%;
  margin: 0 2%; }

#interactive-image-panel.collapsed #page-image {
  bottom: 5em; }

.drawer .page-controls {
  height: 4.5em;
  left: 0;
  position: absolute;
  right: 0;
  top: -4.5em; }

.page-controls {
  text-align: center; }
  .page-controls a {
    background: url(/assets/sbs-icon-c913e2018a27b957be1d2ed7fec1ed867ad6947581a91de2ab48d2425183bcb3.png) no-repeat;
    display: inline-block;
    height: 32px;
    margin: 0 10%;
    width: 32px; }
  .page-controls a.change-page {
    border: solid 2px #e7cf98;
    border-radius: 32px; }
  .page-controls a.change-page:hover {
    background-color: #888; }
  .page-controls #sbs-view {
    background-position: -32px 0; }
  .page-controls #next-page {
    background-position: -64px 0; }

.credits {
  font-size: 0.8em;
  overflow: auto; }
  .credits dd {
    margin-left: 0.3em; }

.credits-buttons {
  text-align: center;
  font-size: 0.8em; }
  .credits-buttons a {
    margin: 0 0.2em; }

.bottom.drawer .credits {
  height: 100%;
  margin-top: 0; }
/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */
/* Overlay */
#simplemodal-overlay {
  background-color: #000; }

/* Container */
#simplemodal-container {
  height: 360px;
  width: 600px;
  background-color: #333;
  border: 4px solid #444;
  padding: 12px; }

#simplemodal-container .simplemodal-data {
  padding: 8px; }

#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px; }

#simplemodal-container a.modalCloseImg {
  background: url(/assets/x-9f4618e6e8eafc30480d590b9ad078229b076f0a2de826482d78d9fa5a957903.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -16px;
  cursor: pointer; }
.sortable_tree .item {
  background-color: #3c3c3c;
  -webkit-box-shadow: 0 1px 2px 1px #303030;
          box-shadow: 0 1px 2px 1px #303030;
  border-radius: 1px; }
  .sortable_tree .item:hover {
    background-color: #4b4b4b;
    -webkit-box-shadow: 0 1px 3px #252525;
            box-shadow: 0 1px 3px #252525; }
  .sortable_tree .item h4 a {
    font-size: inherit;
    color: #e7cf98; }
    .sortable_tree .item h4 a:hover {
      background-color: transparent; }
.sortable_tree .placeholder {
  background-color: #606060;
  border: 1px dotted #897144;
  border-radius: 1px; }
.sortable_tree .handle {
  background: rgba(0, 0, 0, 0) url(/assets/handle_icon_hover-f77104aae7d7c958ff06b5466b10695c8dbebb244d7f39d630c9fabf6d638b89.png); }
  .sortable_tree .handle:hover {
    background: rgba(0, 0, 0, 0) url(/assets/handle_icon_hover-f77104aae7d7c958ff06b5466b10695c8dbebb244d7f39d630c9fabf6d638b89.png); }
.sortable_tree ol {
  border-left: 1px dotted #897144; }

.sortable_tree .expand {
  border: 0;
  color: #e7cf98;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  margin: 3px 10px 0 0; }

.sortable_tree .controls a.edit, .sortable_tree .controls a.delete, .sortable_tree .controls a.edit:hover, .sortable_tree .controls a.delete:hover {
  background: transparent;
  color: #e7cf98;
  width: auto;
  height: auto; }
body.static-pages .view {
  margin: 0 auto;
  width: 52em;
  padding: 1em 1em 8em 1em; }
  body.static-pages .view h1 {
    font-family: 'Source Sans Pro';
    font-size: 1.1em;
    font-variant: small-caps;
    font-weight: normal;
    margin-left: 54px; }
  body.static-pages .view .panel-menu li {
    margin: 0 1em; }
body.static-pages h2 {
  font-size: 1.8em;
  margin: 2em 0 1em 0;
  line-height: 1.2em; }
body.static-pages h3 {
  font-size: 1.4em; }
body.static-pages li {
  list-style-type: none; }
body.static-pages ul.reference-list {
  font-weight: bold; }
body.static-pages .about-menus {
  margin-bottom: 1em;
  text-align: center; }
  body.static-pages .about-menus li {
    vertical-align: middle; }

body.static-pages.home {
  text-align: center; }
  body.static-pages.home header {
    display: none; }
  body.static-pages.home .flash {
    text-align: center;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 10px;
    width: 100%; }
  body.static-pages.home .home-logo {
    background: url(/assets/EDAoutlines-37046a3b73f5efc1461bdf8fc68c0c684da32bf58253a5a0ea3438f0ef1a4f15.png) no-repeat 50%;
    height: 156px;
    margin-bottom: 1em;
    width: 100%; }
  body.static-pages.home .view .hr {
    margin-top: 1em; }
  body.static-pages.home .view p {
    text-align: left; }
  body.static-pages.home .welcome {
    border-right: 1px solid #4b4b4b;
    display: inline-block;
    font-size: 0.9em;
    padding: 2em 2em 2em 0;
    width: 26em; }
    body.static-pages.home .welcome a {
      text-transform: uppercase; }
  body.static-pages.home .welcome-more {
    display: none; }
  body.static-pages.home .icon-links {
    display: inline-block;
    vertical-align: top;
    padding-top: 2em;
    width: 26em; }
    body.static-pages.home .icon-links .search-works-form h1 {
      font-size: 1.2em; }
    body.static-pages.home .icon-links .search-works-form input {
      width: 18em; }
    body.static-pages.home .icon-links .search-works-form button span.icon {
      background: url(/assets/search-4b448141a2c269c81a3c6f55b87a45432e7569abfc7a17571eeeca3b848fa4ce.png) -14px 0; }
    body.static-pages.home .icon-links .search-works-form button:hover span.icon {
      background: url(/assets/search-4b448141a2c269c81a3c6f55b87a45432e7569abfc7a17571eeeca3b848fa4ce.png) -28px 0; }
    body.static-pages.home .icon-links .search-works-form .search-works-options {
      display: none; }
    body.static-pages.home .icon-links ul {
      margin: 2em 0 2em 2em;
      padding: 0; }
    body.static-pages.home .icon-links li {
      height: 96px;
      margin: 1em 0;
      position: relative; }
      body.static-pages.home .icon-links li a {
        text-align: left; }
      body.static-pages.home .icon-links li img {
        border: 2px solid #888;
        float: left;
        height: 96px;
        margin-right: .4em;
        width: 96px; }
      body.static-pages.home .icon-links li a:hover {
        text-decoration: none; }
        body.static-pages.home .icon-links li a:hover img {
          border: 2px solid #e7cf98; }
      body.static-pages.home .icon-links li .home-link-title {
        display: block;
        font-size: .9em;
        text-transform: uppercase;
        white-space: nowrap;
        vertical-align: left; }
      body.static-pages.home .icon-links li p {
        font-size: .9em;
        margin: 0; }
      body.static-pages.home .icon-links li .icon-sublink {
        display: block;
        font-size: .9em; }
  body.static-pages.home footer {
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 65em; }

body.static-pages.faq .icons div {
  margin: 1em 0; }

body.static-pages.faq ol > li {
  list-style-type: decimal; }

body.static-pages.resources dt {
  margin-top: 1em; }
.image-sets.show .word-filter-wrapper {
  text-align: center; }

.word-list {
  -webkit-column-width: 8em;
     -moz-column-width: 8em;
          column-width: 8em;
  list-style-type: none; }

.letter-break {
  border-bottom: 1px dotted;
  margin: 0.3em 0 0.5em; }
.works-search.view {
  background: #eeddb5;
  border-radius: .2em;
  color: #333;
  padding: 1em; }

em {
  font-style: italic; }

u {
  text-decoration: underline; }

b {
  font-weight: normal;
  font-variant: small-caps; }

body.works.edit .metadata-wrapper, body.works.new .metadata-wrapper, body.works.create .metadata-wrapper {
  margin-bottom: 1em; }
body.works.edit .metadata-inputs label, body.works.new .metadata-inputs label, body.works.create .metadata-inputs label {
  display: inline-block;
  width: auto; }
  body.works.edit .metadata-inputs label span, body.works.new .metadata-inputs label span, body.works.create .metadata-inputs label span {
    display: block; }
body.works.edit #work_tei_input .label, body.works.new #work_tei_input .label, body.works.create #work_tei_input .label {
  display: block;
  white-space: nowrap; }

.work-transcription {
  font-size: .9em;
  padding: 0.3em 2em 1em; }
  .work-transcription .line {
    display: block; }
  .work-transcription ins:before {
    content: "(";
    font-weight: bold; }
  .work-transcription ins:after {
    content: ")";
    font-weight: bold; }
  .work-transcription rt {
    font-size: 10px; }
  .work-transcription .no-edits ins, .work-transcription .no-edits del, .work-transcription .no-edits rt {
    display: none; }
  .work-transcription .linebreak-emily span, .work-transcription .linebreak-emily br.emily {
    display: inline; }
  .work-transcription label.edition-select {
    font-weight: bold; }

.work-body, form.work #work_text {
  font-family: "PT Serif";
  font-size: 12px;
  color: #333;
  padding: 1em 2em 0.3em;
  white-space: nowrap;
  background-color: #eeddb5; }
  .work-body h3, .work-body h4, form.work #work_text h3, form.work #work_text h4 {
    font-weight: 700;
    white-space: normal; }
  .work-body br, form.work #work_text br {
    display: none; }
  .work-body .stanza, form.work #work_text .stanza {
    margin-bottom: 1.5em; }
    .work-body .stanza:last-child, form.work #work_text .stanza:last-child {
      margin-bottom: 0; }
  .work-body .page-break, form.work #work_text .page-break {
    border-width: 1px 0 0 0;
    border-style: dotted;
    display: block !important; }

.works.new .work-body, .works.create .work-body, .works.edit .work-body {
  padding: 0; }
.works.new #work_text, .works.create #work_text, .works.edit #work_text {
  padding: 0.1em;
  width: 90%; }

#work-table-wrapper {
  display: none; }

.metadata, .work-appearances {
  display: none; }

.work-reading-list h3:first-child {
  margin-top: 0.2em; }
.work-reading-list .sign-in {
  margin: 2em 0.5em;
  text-align: center;
  white-space: normal; }

.about-work h4 {
  margin: 0;
  text-align: right;
  font-weight: normal;
  font-style: italic; }
.about-work .eda-btn-light {
  display: inline-block;
  font-size: 0.9em;
  margin-top: 0.3em; }
.about-work .toggleable {
  padding-left: 1em; }

.work-tools {
  margin-top: 2em; }

.work-fields dd, .work-fields dt {
  display: inline; }
.work-fields dt.inscription-notes {
  display: block; }
.work-fields dd {
  margin-left: 0.2em; }
.work-fields dd:after {
  content: '\A';
  white-space: pre; }
.work-fields dt:after {
  content: ": "; }

a.m {
  text-align: center;
  font-size: 1.4em;
  width: 100%;
  display: inline-block; }
