@charset "UTF-8";
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
footer,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Colours & Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* was 600 */
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  background-color: #99CCDD;
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Droid Serif", Cambria, "Times New Roman", Times, serif;
  color: #222;
  overflow-x: hidden; }
  @media (min-width: 750px) {
    body {
      background-color: #F0ECEB; } }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  font-family: "Droid Serif", Cambria, "Times New Roman", Times, serif; }

h1 {
  font-size: 3.4rem;
  line-height: 1.2;
  letter-spacing: 0; }

h2 {
  font-size: 2.7rem;
  line-height: 1.25;
  letter-spacing: 0; }

h3 {
  font-size: 2.3rem;
  line-height: 1.3;
  letter-spacing: 0; }

h4 {
  font-size: 2.0rem;
  line-height: 1.35;
  letter-spacing: 0; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 1.5rem; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 3.6rem; }

  h2 {
    font-size: 2.8rem; }

  h3 {
    font-size: 2.4rem; }

  h4 {
    font-size: 2.1rem; }

  h5 {
    font-size: 1.9rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1b405c; }

a:hover {
  color: #3377AA; }

/* Junicode/Historical Font Stack
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.junicode, table#explain-simple tbody td:first-child {
  font-family: "Junicode", Alphabetum, "Palemonas MUFI", "Andron Scriptor Web", LeedsUni, "Titus Cyberbit", Cardo, "Droid Serif", "Times New Roman", Times, serif;
  font-size: 110%;
  line-height: 100%; }

/* Site Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Simple utility classes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.centering {
  text-align: center; }

table.centering {
  margin-left: auto;
  margin-right: auto; }

/* General mixins
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.site-wrap {
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
  top: 0;
  left: 0;
  bottom: 100%;
  background: #F0ECEB;
  z-index: 1; }

.container, nav.main ul, footer {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
  box-sizing: border-box; }

.container-wide, nav.horizontal-wide ul {
  max-width: 1200px; }

main, footer {
  background: #F0ECEB;
  padding-top: 70px;
  padding-bottom: 10px; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  main, footer {
    padding-top: 87px;
    padding-bottom: 15px;
    border-left: 1px solid #F0ECEB;
    border-right: 1px solid #F0ECEB;
    box-shadow: none;
    z-index: 1; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
  main, footer {
    padding-top: 104px;
    padding-bottom: 20px; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; }

  main.columns, footer.columns {
    width: 65.3333333333%; } }
@media (min-width: 750px) {
  .container, nav.main ul, footer {
    padding-left: 0;
    padding-right: 0;
    width: 90%; }

  .container-wide, nav.horizontal-wide ul {
    width: 96%; }

  main.columns, footer.columns {
    width: 74.0%; } }
@media (min-width: 750px) {
  main, footer {
    padding-top: 20px; } }
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
  .button:hover, .button:focus,
  button:hover,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }
  .button.button-primary,
  button.button-primary,
  input[type="submit"].button-primary,
  input[type="reset"].button-primary,
  input[type="button"].button-primary {
    color: #FFF;
    background-color: #3377AA;
    border-color: #3377AA; }
    .button.button-primary:hover, .button.button-primary:focus,
    button.button-primary:hover,
    button.button-primary:focus,
    input[type="submit"].button-primary:hover,
    input[type="submit"].button-primary:focus,
    input[type="reset"].button-primary:hover,
    input[type="reset"].button-primary:focus,
    input[type="button"].button-primary:hover,
    input[type="button"].button-primary:focus {
      color: #FFF;
      background-color: #4891c8;
      border-color: #3377AA; }

button,
.button {
  margin-bottom: 1rem; }

.button-container {
  text-align: center; }
  .button-container a {
    text-decoration: none; }

.button-compact {
  margin: 0;
  padding: 3px 5px;
  height: auto;
  line-height: 1.6;
  font-size: 1.1rem; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 700; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc outside; }

ol {
  list-style: decimal outside; }

ol, ul {
  padding-left: 0;
  margin-top: 0;
  margin-left: 2.5rem; }
  ol ol, ol ul, ul ol, ul ul {
    margin: 1.2rem 0 1.2rem 4.5rem;
    font-size: 90%; }
  ol ul, ul ul {
    list-style: circle outside; }
  ol ol, ul ol {
    list-style: lower-alpha outside; }

li {
  margin-bottom: 0.5rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  margin: 0 2.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #D1D1D1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

.dataTables_wrapper.no-footer {
  margin-bottom: 3rem; }

@media print {
  div.dataTables_scrollHead {
    display: none !important; }

  div.dataTables_scrollBody {
    max-height: none !important; }
    div.dataTables_scrollBody thead {
      border-bottom: 1px solid #111111 !important; }
      div.dataTables_scrollBody thead * {
        height: auto !important; }
      div.dataTables_scrollBody thead th {
        border-bottom-width: 1px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important; } }
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }
  table.dataTable thead th,
  table.dataTable tfoot th {
    font-weight: bold; }
  table.dataTable thead th,
  table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111111; }
    table.dataTable thead th:active,
    table.dataTable thead td:active {
      outline: none; }
  table.dataTable tfoot th,
  table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111111; }
  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand; }
  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc,
  table.dataTable thead .sorting_asc_disabled,
  table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right; }
  table.dataTable thead .sorting {
    background-image: url("../ext/DataTables-1.10.10/images/sort_both.png"); }
  table.dataTable thead .sorting_asc {
    background-image: url("../ext/DataTables-1.10.10/images/sort_asc.png"); }
  table.dataTable thead .sorting_desc {
    background-image: url("../ext/DataTables-1.10.10/images/sort_desc.png"); }
  table.dataTable thead .sorting_asc_disabled {
    background-image: url("../ext/DataTables-1.10.10/images/sort_asc_disabled.png"); }
  table.dataTable thead .sorting_desc_disabled {
    background-image: url("../ext/DataTables-1.10.10/images/sort_desc_disabled.png"); }
  table.dataTable tbody tr {
    background-color: #f0edec; }
    table.dataTable tbody tr.selected {
      background-color: #b0bed9; }
  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 8px 10px; }
  table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #E1E1E1; }
  table.dataTable.row-border tbody tr:first-child th,
  table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
  table.dataTable.display tbody tr:first-child td {
    border-top: none; }
  table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1; }
  table.dataTable.cell-border tbody tr th:first-child,
  table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #E1E1E1; }
  table.dataTable.cell-border tbody tr:first-child th,
  table.dataTable.cell-border tbody tr:first-child td {
    border-top: none; }
  table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #eae7e6; }
    table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
      background-color: #acbad4; }
  table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #e7e4e4; }
    table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
      background-color: #aab7d1; }
  table.dataTable.order-column tbody tr > .sorting_1,
  table.dataTable.order-column tbody tr > .sorting_2,
  table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
  table.dataTable.display tbody tr > .sorting_2,
  table.dataTable.display tbody tr > .sorting_3 {
    background-color: #ebe8e7; }
  table.dataTable.order-column tbody tr.selected > .sorting_1,
  table.dataTable.order-column tbody tr.selected > .sorting_2,
  table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
  table.dataTable.display tbody tr.selected > .sorting_2,
  table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5; }
  table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #e3e0df; }
  table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #e5e2e1; }
  table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: #e7e4e3; }
  table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd; }
  table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf; }
  table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1; }
  table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #ebe8e7; }
  table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #edeae9; }
  table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #efeceb; }
  table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5; }
  table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6; }
  table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8; }
  table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #dcdad9; }
  table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #dedbda; }
  table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #e1dedd; }
  table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7; }
  table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9; }
  table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb; }
  table.dataTable.no-footer {
    border-bottom: 1px solid #111111; }
  table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap; }
  table.dataTable.compact thead th,
  table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px; }
  table.dataTable.compact tfoot th,
  table.dataTable.compact tfoot td {
    padding: 4px; }
  table.dataTable.compact tbody th,
  table.dataTable.compact tbody td {
    padding: 4px; }
  table.dataTable th.dt-left,
  table.dataTable td.dt-left {
    text-align: left; }
  table.dataTable th.dt-center,
  table.dataTable td.dt-center,
  table.dataTable td.dataTables_empty {
    text-align: center; }
  table.dataTable th.dt-right,
  table.dataTable td.dt-right {
    text-align: right; }
  table.dataTable th.dt-justify,
  table.dataTable td.dt-justify {
    text-align: justify; }
  table.dataTable th.dt-nowrap,
  table.dataTable td.dt-nowrap {
    white-space: nowrap; }
  table.dataTable thead th.dt-head-left,
  table.dataTable thead td.dt-head-left,
  table.dataTable tfoot th.dt-head-left,
  table.dataTable tfoot td.dt-head-left {
    text-align: left; }
  table.dataTable thead th.dt-head-center,
  table.dataTable thead td.dt-head-center,
  table.dataTable tfoot th.dt-head-center,
  table.dataTable tfoot td.dt-head-center {
    text-align: center; }
  table.dataTable thead th.dt-head-right,
  table.dataTable thead td.dt-head-right,
  table.dataTable tfoot th.dt-head-right,
  table.dataTable tfoot td.dt-head-right {
    text-align: right; }
  table.dataTable thead th.dt-head-justify,
  table.dataTable thead td.dt-head-justify,
  table.dataTable tfoot th.dt-head-justify,
  table.dataTable tfoot td.dt-head-justify {
    text-align: justify; }
  table.dataTable thead th.dt-head-nowrap,
  table.dataTable thead td.dt-head-nowrap,
  table.dataTable tfoot th.dt-head-nowrap,
  table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap; }
  table.dataTable tbody th.dt-body-left,
  table.dataTable tbody td.dt-body-left {
    text-align: left; }
  table.dataTable tbody th.dt-body-center,
  table.dataTable tbody td.dt-body-center {
    text-align: center; }
  table.dataTable tbody th.dt-body-right,
  table.dataTable tbody td.dt-body-right {
    text-align: right; }
  table.dataTable tbody th.dt-body-justify,
  table.dataTable tbody td.dt-body-justify {
    text-align: justify; }
  table.dataTable tbody th.dt-body-nowrap,
  table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap; }
  table.dataTable tr.group td {
    font-weight: bold;
    background-color: #c0c0c0; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }
  .dataTables_wrapper .dataTables_length {
    float: left; }
  .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right; }
    .dataTables_wrapper .dataTables_filter input {
      margin-left: 0.5em; }
  .dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em; }
  .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em; }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      box-sizing: border-box;
      display: inline-block;
      min-width: 1.5em;
      padding: 0.5em 1em;
      margin-left: 2px;
      text-align: center;
      text-decoration: none !important;
      cursor: pointer;
      *cursor: hand;
      color: #333333 !important;
      border: 1px solid transparent;
      border-radius: 2px; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #333333 !important;
        border: 1px solid #979797;
        background-color: white;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
        /* W3C */ }
      .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        color: #666 !important;
        border: 1px solid transparent;
        background: transparent;
        box-shadow: none; }
      .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: white !important;
        border: 1px solid #111111;
        background-color: #585858;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, #585858 0%, #111111 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, #585858 0%, #111111 100%);
        /* W3C */ }
      .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        outline: none;
        background-color: #2b2b2b;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
        /* W3C */
        box-shadow: inset 0 0 3px #111; }
    .dataTables_wrapper .dataTables_paginate .ellipsis {
      padding: 0 1em; }
  .dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(240, 237, 236, 0)), color-stop(25%, rgba(240, 237, 236, 0.9)), color-stop(75%, rgba(240, 237, 236, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(240, 237, 236, 0) 0%, rgba(240, 237, 236, 0.9) 25%, rgba(240, 237, 236, 0.9) 75%, rgba(240, 237, 236, 0) 100%);
    background: -moz-linear-gradient(left, rgba(240, 237, 236, 0) 0%, rgba(240, 237, 236, 0.9) 25%, rgba(240, 237, 236, 0.9) 75%, rgba(240, 237, 236, 0) 100%);
    background: -ms-linear-gradient(left, rgba(240, 237, 236, 0) 0%, rgba(240, 237, 236, 0.9) 25%, rgba(240, 237, 236, 0.9) 75%, rgba(240, 237, 236, 0) 100%);
    background: -o-linear-gradient(left, rgba(240, 237, 236, 0) 0%, rgba(240, 237, 236, 0.9) 25%, rgba(240, 237, 236, 0.9) 75%, rgba(240, 237, 236, 0) 100%);
    background: linear-gradient(to right, rgba(240, 237, 236, 0) 0%, rgba(240, 237, 236, 0.9) 25%, rgba(240, 237, 236, 0.9) 75%, rgba(240, 237, 236, 0) 100%); }
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_processing,
  .dataTables_wrapper .dataTables_paginate {
    color: #333333; }
  .dataTables_wrapper .dataTables_scroll {
    clear: both; }
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
      *margin-top: -1px;
      -webkit-overflow-scrolling: touch; }
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
        vertical-align: middle; }
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
        height: 0;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important; }
  .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111; }
  .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
  .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none; }
  .dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #D1D1D1; }

.tooltip-help {
  position: relative; }

.tooltip-help-content {
  display: none;
  position: absolute;
  left: -37rem;
  top: -.5rem;
  width: 35rem;
  padding: 2px 8px;
  font-size: 1.3rem;
  font-weight: 400;
  border: 1px solid #3377AA;
  border-radius: 4px;
  background-color: #99CCDD; }
  @media (min-width: 1200px) {
    .tooltip-help-content {
      left: 2.5rem; } }

.tooltip-anchor {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: -5px;
  font-size: 1.4rem;
  line-height: 1.2;
  width: 1.8rem;
  height: 1.8rem;
  color: #555;
  text-align: center;
  background-color: #99CCDD;
  border-radius: 50%;
  border: 1px solid #99CCDD;
  box-sizing: border-box; }
  .tooltip-anchor:before {
    content: "?"; }
  .tooltip-anchor:hover + .tooltip-help-content {
    display: inline;
    z-index: 100; }

.well {
  margin-bottom: 2rem; }
  .well.well-darkened {
    background-color: #e5dedc;
    padding: 12px;
    border-radius: 8px; }

.well-toggleable {
  display: none; }

.well-toggle {
  position: absolute;
  appearance: none;
  cursor: pointer;
  left: -100%; }
  .well-toggle + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #1b405c;
    font-family: "Droid Serif", Cambria, "Times New Roman", Times, serif;
    font-weight: 400; }
    .well-toggle + label:hover {
      color: #3377AA; }
  .well-toggle + label:after {
    content: "Einblenden..."; }
  .well-toggle:checked + label:after {
    content: "Ausblenden"; }
  .well-toggle.well-table-usage + label:after {
    content: "Benutzungshinweise einblenden..."; }
  .well-toggle.well-table-usage:checked + label:after {
    content: "Benutzungshinweise ausblenden"; }
  .well-toggle:checked + label + .well-toggleable {
    display: block; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2rem; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after, nav.main ul:after, footer:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Site Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: #3377AA;
  color: #F0ECEB;
  padding: 5px 0px 7px 58px;
  min-height: 60px;
  height: 60px;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 400px) {
    header {
      height: 72px; } }
  @media (min-width: 550px) {
    header {
      height: 84px; } }
  @media (min-width: 750px) {
    header {
      position: relative;
      padding: 10px 0px 0px 0px; } }
  @media (min-width: 1000px) {
    header {
      height: 42px; } }
  @media (min-width: 1200px) {
    header {
      /* allow overlay image to extend from the header */
      overflow: visible; } }

h1.site-title {
  font-family: "Droid Serif", Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 0;
  text-shadow: 2px 2px 5px #555; }
  h1.site-title a {
    color: #F0ECEB;
    text-decoration: none; }
  @media (min-width: 400px) {
    h1.site-title {
      font-size: 3rem; } }
  @media (min-width: 550px) {
    h1.site-title {
      font-size: 3.5rem; } }

.site-title-extra {
  display: none;
  white-space: nowrap; }
  @media (min-width: 750px) {
    .site-title-extra {
      display: inline; } }

img.overlay {
  display: none; }
  @media (min-width: 1200px) {
    img.overlay {
      display: block;
      position: absolute;
      width: 240px;
      top: -10px;
      /* padding of the header */
      left: -265px;
      /* -(width+padding) */ } }

/* Navigation: fold-out menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav.main {
  background: #99CCDD;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  z-index: 0; }
  nav.main ul {
    background: #99CCDD;
    list-style-type: none;
    margin-bottom: 10px;
    overflow: hidden; }
  nav.main a {
    display: block;
    color: #1b405c;
    padding: 5px 10px;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none; }
    nav.main a:focus {
      color: #214e6f;
      background-color: #acd6e3; }
  nav.main li {
    display: block;
    margin-bottom: 0; }
    nav.main li:hover > a, nav.main li:focus > a {
      color: #214e6f;
      background-color: #acd6e3; }
    nav.main li.webgen-menu-level2 a {
      text-transform: none;
      padding-left: 25px; }

/* For larger screens: horizontal menu bar with
/* sub-menus folding out on :focus or :hover
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 750px) {
  nav.main {
    border-bottom: 1px solid #F0ECEB;
    box-shadow: none;
    position: relative;
    z-index: 2;
    width: auto; }
    nav.main ul {
      overflow: visible;
      margin-bottom: 0px; }
    nav.main li.webgen-menu-level1 {
      display: inline-block; }
      nav.main li.webgen-menu-level1 a {
        letter-spacing: .05rem;
        padding: 10px;
        text-align: center; }
      nav.main li.webgen-menu-level1 ul {
        display: none;
        position: absolute;
        padding: 0;
        top: 100%;
        left: initial;
        width: auto;
        min-width: 16.5rem; }
      nav.main li.webgen-menu-level1:hover ul, nav.main li.webgen-menu-level1 a:focus + ul {
        display: block; }
    nav.main li.webgen-menu-level2 {
      display: block; }
      nav.main li.webgen-menu-level2 a {
        text-align: left;
        text-transform: none;
        padding: 4px 15px; } }
/* Hamburger icon for folding out the menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0); }
  .nav-trigger:checked + label {
    left: 265px; }
  .nav-trigger:checked ~ header {
    left: 250px; }
  .nav-trigger:checked ~ .site-wrap {
    left: 250px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5); }
  .nav-trigger:checked ~ nav.main {
    position: absolute; }
  .nav-trigger + label, .nav-trigger ~ header, .nav-trigger ~ .site-wrap {
    transition: left 0.2s; }

label[for="nav-trigger"] {
  position: fixed;
  fill: #1b405c;
  top: 15px;
  left: 15px;
  z-index: 200;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-size: contain; }

@media (min-width: 750px) {
  .nav-trigger, label[for="nav-trigger"] {
    display: none; } }
/* Language switch
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav.langbar {
  padding-bottom: 1rem; }
  @media (min-width: 550px) {
    nav.langbar {
      position: absolute;
      right: 0; } }

.sidebar-menu {
  background-color: #e3dbda;
  margin: 0px 20px 10px 20px;
  padding: 10px; }
  .sidebar-menu h4 {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  @media (min-width: 550px) {
    .sidebar-menu {
      margin-top: 10px;
      margin-right: 0;
      float: right; }
      .sidebar-menu h4 {
        font-size: 1.4rem; } }
  .sidebar-menu ul {
    margin-left: 2rem;
    margin-bottom: 0; }
    .sidebar-menu ul li {
      list-style-type: square; }

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  border-top: 1px solid #D1D1D1;
  padding-top: 5px;
  padding-bottom: 5px; }
  footer .logos {
    text-align: center; }
    footer .logos img {
      padding: 20px 20px;
      vertical-align: middle; }
      footer .logos img.rub {
        max-height: 40px; }
      footer .logos img.dfg {
        max-height: 35px;
        vertical-align: bottom; }
      footer .logos img.halle {
        min-width: 296px;
        min-height: 40px;
        max-width: 296px; }
      footer .logos img.potsdam {
        max-height: 50px; }
  footer .legal {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 1rem; }

#simplesearch {
  margin-top: 3rem; }
  #simplesearch label {
    display: inline;
    font-weight: 400;
    margin-right: 8px; }
  #simplesearch input[type="radio"], #simplesearch input[type="checkbox"] {
    margin-right: 5px; }
  #simplesearch ul.search-criteria {
    list-style: none;
    padding: 0;
    margin: 0; }
    #simplesearch ul.search-criteria li {
      margin-bottom: 0;
      line-height: 1.2; }
  #simplesearch .actionfield {
    text-align: center; }
  #simplesearch .textfield {
    text-align: center; }
    #simplesearch .textfield input {
      text-align: center;
      width: 30em;
      max-width: 94%; }
  #simplesearch .search_method_field {
    width: 16em;
    max-width: 90%;
    margin: 1em auto; }
  #simplesearch .metatable {
    margin-left: auto;
    margin-right: auto; }
    #simplesearch .metatable th, #simplesearch .metatable td {
      vertical-align: top;
      border-bottom: 0; }

/* Text overview
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#full-text-overview_wrapper th {
  font-size: 1.3rem; }

table#full-text-overview {
  font-size: 1.3rem;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  table#full-text-overview tbody td:nth-of-type(2) {
    width: 12em; }
  table#full-text-overview tbody td:nth-of-type(8) {
    text-align: center; }
  @media print {
    table#full-text-overview th:nth-of-type(8),
    table#full-text-overview td:nth-of-type(8) {
      display: none; } }

/* Detailed text overview
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-info-wrapper:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }
.text-info-wrapper.metadata-text {
  border-left: 8px solid #99CCDD;
  background: rgba(153, 204, 221, 0.2); }
.text-info-wrapper.metadata-hss {
  border-left: 8px solid #f3d29f;
  background: rgba(243, 210, 159, 0.15); }
.text-info-wrapper.metadata-edit {
  border-left: 8px solid #3377AA;
  background: rgba(51, 119, 170, 0.1); }
.text-info-wrapper + h2, .text-info-wrapper + h3, .text-info-wrapper + h4, .text-info-wrapper + h5 {
  margin-top: 2.6rem; }

.text-info-list {
  margin: 6px 10px;
  float: left; }
  .text-info-list dt {
    min-width: 9em;
    font-weight: bold;
    padding-right: 5px;
    float: left;
    clear: both; }
  .text-info-list dd {
    float: left;
    margin-left: 5px; }

.text-title-heading {
  display: inline-block;
  padding-right: 0.8em;
  margin-bottom: 1.5rem; }

@media (min-width: 750px) {
  .text-info-list {
    display: table;
    /* In two-column layout, manage the width of the first column */ }
    .text-info-list:nth-of-type(1) {
      min-width: 52%;
      max-width: 52%; }
    .text-info-list:nth-of-type(2) {
      max-width: 42%; }
    .text-info-list:only-child {
      max-width: none; }
    .text-info-list dl {
      display: table-row; }
    .text-info-list dt, .text-info-list dd {
      float: none;
      display: table-cell; }
    .text-info-list dt {
      width: 11em; }
    .text-info-list dd {
      margin-left: 0;
      vertical-align: bottom;
      width: auto; } }
table#explain-simple tbody td:first-child {
  font-size: 2.1rem;
  /* make larger, so complex combining chars are easier to see */
  line-height: 2.3rem;
  /* ... but reduce line height so rows don't get too big */ }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
