/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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, main, 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
    padding: 1em 20px;
    margin: 0 0 1em;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    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.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}
/**
 * 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;
}
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
    display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
    *, *:before, *:after {
        //background: transparent !important;
        //color: #000 !important;
        /* Black prints faster:
        //                           http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: none;
    }
    a[href].print-url:after {
        content: " (" attr(href) ")";
    }
    /*abbr[title]:after {*/
    /*content: " (" attr(title) ")";*/
    /*}*/
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}
/*
 * Scaffolding
 * -------------------------------------------------------------------------- */
/*
 * Typography
 * -------------------------------------------------------------------------- */
/*
 * Media queries breakpoints
 * -------------------------------------------------------------------------- */
address {
    font-style: normal;
}
.chapter {
    counter-reset: maths;
}
.chapter-toc {
    background: #eee;
}
.chapter-toc .toc-title {
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0;
    position: relative;
}
.chapter-toc .toc-title::before {
    content: '\25BC';
    /*left: -24px;*/
    top: 0;
    line-height: 24px;
    position: relative;
    font-size: 16px;
    width: 24px;
    display: inline-block;
    text-align: center;
}
.chapter-toc.closed h2::before {
    content: '\25B6';
}
.chapter-toc.closed .toc {
    display: none;
}
.math.block {
    position: relative;
    display: block;
}
.math.block .math-numbering {
    font-size: x-small;
    position: absolute;
    display: block;
    left: 100%;
    bottom: 0;
    top: 0;
}
.math.block .math-numbering .math-numbering-content {
    vertical-align: middle;
}
.math.block .math-numbering .math-numbering-content::after {
    counter-increment: maths;
    display: inline;
    height: 100%;
    line-height: 100%;
    content: counter(maths) "";
}
.math.block .math-numbering::before {
    content: '\200B';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.chapter {
    page-break-after: always;
}
#generative-discriminative {
    page-break-inside: avoid;
}
div.full-thesis {
    counter-reset: subsect;
    page-break-after: always;
}
div.full-thesis .leaders li .row {
    background: white;
}
div.full-thesis .leaders li .nr {
    background: white;
    font-size: 8pt;
}
div.full-thesis .leaders li:before {
    background: white;
}
div.full-thesis .reset-counter {
    /* Creates a new instance of the section counter with each section element */
    //list-style-type: none;
    //margin: 0 0 1em;
    //padding: 0 0 0 1em;
}
div.full-thesis .chapter section.numbered-section:first-of-type {
    counter-reset: subsect;
}
div.full-thesis .numbered-section {
    /* Increments only this instance of the section counter */
    counter-increment: subsect;
}
div.full-thesis .chapter.numbered-section .title::before {
    /* Adds the value of all instances of the section counter separated by a ".". */
    content: counters(subsect, ".") ". ";
}
div.full-thesis .numbered-section .title::before {
    /* Adds the value of all instances of the section counter separated by a ".". */
    content: counters(subsect, ".") " ";
    font-size: 0.8em;
    //line-height: 1em;
}
.avoid-page-break {
    page-break-inside: avoid;
}
.section-content {
    page-break-before: avoid;
}
caption {
    page-break-after: avoid;
}
#rechtspraak-nl-data-set .desc {
    list-style: none;
}
#rechtspraak-nl-data-set .desc p:first-child {
    page-break-before: avoid;
}
#rechtspraak-nl-data-set .desc:before {
    page-break-after: avoid;
}
#rechtspraak-nl-data-set .desc.title:before, #rechtspraak-nl-data-set .desc.section:before, #rechtspraak-nl-data-set .desc.info:before {
    font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
    color: #333;
    font-size: 12px;
    font-weight: bold;
}
#rechtspraak-nl-data-set .desc.title:before {
    content: 'title';
}
#rechtspraak-nl-data-set .desc.section:before {
    page-break-after: avoid;
    content: 'section';
}
#rechtspraak-nl-data-set .desc.info:before {
    content: '*.info';
}
#title-page {
    page-break-after: always;
    text-align: center;
}
#title-page h1 {
    margin: 2in 0 0 0;
}
#title-page #title-page-author-author {
    font-size: 8pt;
    line-height: 2in;
}
#title-page #title-page-author-name {
    font-size: 15pt;
    color: #222;
    margin-bottom: 2.5in;
}
#title-page .title-page-supervisor.external {
    margin-bottom: 2.0in;
}
#title-page .title-page-supervisor .name {
    color: #222;
}
/**
 * Figure
 */
figure {
    page-break-inside: avoid;
    margin: 1em 40px;
}
.inline-table {
    display: inline-table;
}
.nopadding {
    padding: 0;
}
.tbl-confusion-matrix {
    page-break-inside: avoid;
}
.tbl-confusion-matrix th, .tbl-confusion-matrix td {
    border: none;
}
#fig-tfidf-sections .perc-text {
    min-width: 30px;
}
#fig-tfidf-sections div {
    text-align: center;
}
#fig-tfidf-sections div table {
    text-align: left;
    text-align: start;
}
.nomargin {
    margin: 0;
}
.noborder {
    border: none;
}
.minus90 {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.figure-img-container {
    text-align: center;
}
figcaption {
    font-size: small;
}
.data-source {
    font-variant: small-caps;
}
/**
 * Chart:
 */
.chart {
    border: solid #D8D8D8 1px;
}
.bar:hover {
    fill: brown;
}
svg text {
    font-size: 10px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
.axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
.grid .tick {
    stroke: lightgrey;
    opacity: 0.7;
}
.x.axis path {
    display: none;
}
/*
 *
 */
html {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #727272;
    font: 14px/1.5 'Noto Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    //font-weight: 400;
}
body {
    max-width: 800px;
    margin: auto;
    padding: 50px;
}
h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    color: #222;
    margin: 0 0 20px;
}
p, ul, ol, table, pre, dl {
    margin: 0 0 20px;
}
h1, h2, h3 {
    line-height: 1.1;
}
h1 {
    font-size: 28px;
}
h2 {
    color: #393939;
}
h3, h4, h5, h6 {
    color: #494949;
}
a {
    color: #39c;
    text-decoration: none;
}
a:hover, header a:visited:hover, footer a:visited:hover {
    color: #069;
}
a:visited {
    color: #39c;
    /*color: rgb(100, 79, 139);*/
}
a:visited:hover {
    color: #069;
    /*color: rgb(83, 50, 139);*/
}
a small {
    font-size: 11px;
    color: #777;
    margin-top: -0.3em;
    display: block;
}
a:hover small {
    color: #777;
}
.wrapper {
    max-width: 860px;
    margin: 0 auto;
}
blockquote {
    border-left: 1px solid #e5e5e5;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    font-style: italic;
}
code, pre {
    font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
    color: #333;
    font-size: 12px;
}
pre {
    padding: 8px 15px;
    background: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    overflow-x: auto;
}
table {
    //width: 100%;
    border-collapse: collapse;
}
.grammar th {
    color: #8E8E8E;
}
.grammar td {
    border: none;
}
th, td {
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #e5e5e5;
}
dt {
    color: #444;
    font-weight: 700;
}
th {
    color: #444;
}
img {
    max-width: 100%;
}
strong {
    color: #222;
    font-weight: 700;
}
header a, footer a, header a:visited, footer a:visited {
    color: #39c;
    text-decoration: none;
}
/*header ul {*/
/*list-style: none;*/
/*height: 40px;*/
/*padding: 0;*/
/*background: #f4f4f4;*/
/*border-radius: 5px;*/
/*border: 1px solid #e0e0e0;*/
/*width: 270px;*/
/*}*/
/*header li {*/
/*width: 89px;*/
/*float: left;*/
/*border-right: 1px solid #e0e0e0;*/
/*height: 40px;*/
/*}*/
/*header li:first-child a {*/
/*border-radius: 5px 0 0 5px;*/
/*}*/
/*header li:last-child a {*/
/*border-radius: 0 5px 5px 0;*/
/*}*/
/*header ul a {*/
/*line-height: 1;*/
/*font-size: 11px;*/
/*color: #999;*/
/*display: block;*/
/*text-align: center;*/
/*padding-top: 6px;*/
/*height: 34px;*/
/*}*/
/*header ul a:hover {*/
/*color: #999;*/
/*}*/
/*header ul a:active {*/
/*background-color: #f0f0f0;*/
/*}*/
/*header ul li + li + li {*/
/*border-right: none;*/
/*width: 89px;*/
/*}*/
/*header ul a strong {*/
/*font-size: 14px;*/
/*display: block;*/
/*color: #222;*/
/*}*/
section {
    border: 0 solid #e5e5e5;
    border-top-width: 1px;
}
section {
    padding-top: 10px;
    padding-bottom: 10px;
}
footer {
    border-top-width: 1px;
}
section:first-child {
    /*width: 500px;*/
}
/*section:last-child {*/
/*padding-bottom: 50px;*/
/*border-bottom-width: 1px;*/
/*}*/
small {
    font-size: 11px;
}
hr {
    border: 0;
    background: #e5e5e5;
    height: 1px;
    margin: 0 0 20px;
}
.print-spacer {
    display: none;
}
@media print {
    footer a {
        color: #333 !important;
    }
    #reference-list {
        margin-bottom: 0;
    }
    .print-spacer {
        display: block;
        height: 5em;
        width: 100%;
    }
    .math.block .math-numbering {
        left: auto;
        right: 0;
    }
}
@media print, screen and (max-width: 960px) {
    div.wrapper {
        width: auto;
        margin: 0;
    }
    header, section, footer {
        float: none;
        position: static;
        width: auto;
    }
    header {
        padding-right: 320px;
    }
    article {
        padding: 0 0 20px 0;
        margin: 0 0 20px;
    }
    header a small {
        display: inline;
    }
    header ul {
        position: absolute;
        right: 50px;
        top: 52px;
    }
}
@media print, screen and (max-width: 720px) {
    body {
        word-wrap: break-word;
    }
    header {
        padding: 0;
    }
    header ul, header p.view {
        position: static;
    }
    pre, code {
        word-wrap: normal;
    }
}
@media only screen and (max-width: 700px) {
    #fig-title-patterns {
        left: -50px;
        position: relative;
    }
    figure {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media print, screen and (max-width: 480px) {
    body {
        padding: 15px;
    }
    #fig-title-patterns {
        left: -15px;
    }
}
/* Tables*/
.inline-table {
    display: inline-table;
    max-width: 400px;
}
.chart .table {
    max-width: 480px;
    margin-left: 20px;
}
.chart .table th.nr {
    text-align: center;
}
.table caption {
    font-weight: bold;
}
abbr[title] {
    /*border-bottom: 1px dotted #c1c1c1; */
    border-bottom: none;
}
/* etc*/
@media only screen and (max-width: 768px) {
    /* tablets and desktop
  figure {
    margin: 1em 0;
  }
}

@media only screen and (max-width: 410px) {
  /* tablets and desktop */
    figure {
        margin: 1em 0;
    }
}
.perc-bar {
    fill: #3182BD;
}
.perc-bar.bg {
    fill: #EEEEEE;
}
.perc-text {
    font-size: x-small;
    vertical-align: middle;
    display: inline-block;
    margin: 0 1em 0 0;
    text-align: right;
    min-width: 50px;
}
#fig-title-tf-idf td, #fig-title-tf-idf th {
    //padding: 5px;
}
#fig-title-tf-idf .tf-idf-score {
    font-size: small;
}
@media print {
    nav.toc {
        font-size: 12pt;
    }
    strike {
        display: none;
        /*TODO remove*/
    }
    .data-source {
        display: none;
    }
    section {
        border: none;
    }
    body {
        padding: 0.0in;
        font-size: 10pt;
        color: #333;
    }
    .katex {
        color: #111;
    }
    a, a:visited {
        color: #333;
    }
    h1, h2, h3, h4, h5, h6 {}
}
@media (min-width: 768px) {
    .Layout {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .Layout {
        width: 746px;
    }
}
@media (min-width: 1200px) {
    .Layout {
        width: 738px;
    }
}
@media only screen and (max-width: 767px) {
    figure {
        margin: 1em 10px;
    }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
}
@page {
    margin: 1in;
    size: A4;
    counter-increment: page;
    counter-reset: page 1;
    @top-right {
        content: counter(page) " / " counter(pages);
    }
}
/*
 * Scaffolding
 * -------------------------------------------------------------------------- */
/*
 * Typography
 * -------------------------------------------------------------------------- */
/*
 * Media queries breakpoints
 * -------------------------------------------------------------------------- */
.inline-citation {
    color: "#4E4E4E";
}
.inline-citation .pages {
    page-break-inside: avoid;
}
.axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
.x.axis path {
    display: none;
}
.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}
.katex {
    color: #333;
}
#fig-parsing-triangle .bold {
    //font-weight: bolder;
    text-decoration: underline;
}
#fig-parsing-triangle .table-container {
    position: relative;
    margin-left: -100px;
    display: inline-block;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#fig-parsing-triangle th:empty, #fig-parsing-triangle td:empty {
    border: 0;
}
#fig-parsing-triangle .cyk-cell-content {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    overflow: visible;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    position: relative;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    display: table-cell;
    vertical-align: middle;
}
#fig-parsing-triangle .cyk-cell-content ol {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
#fig-parsing-triangle .cyk-cell-content ol li {
    text-align: center;
    display: list-item;
    border: none;
    margin: 0;
    background: none;
    padding: 0;
    font-size: 9px;
    line-height: 1.3em;
}
#fig-parsing-triangle .cyk-cell-content ol li code {
    display: inline;
    border: none;
    margin: 0;
    background: none;
    padding: 0;
    font-size: 9px;
    line-height: 1.3em;
}
#fig-parsing-triangle .cyk-cell-content .word {
    display: block;
    line-height: 1.4em;
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 0 -42px;
}
#fig-parsing-triangle table {
    border-collapse: collapse;
}
#fig-parsing-triangle table td {
    overflow: visible;
    margin: 0;
    padding: 0;
    text-align: center;
    border: solid black 1px;
}
.tree-map {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: auto;
    position: relative;
    color: #333;
    display: inline-block;
    padding: 8px;
}
.tree-map .legend .cell {
    vertical-align: middle;
}
.tree-map .node {
    border: solid 1px white;
    font: 10px sans-serif;
    line-height: 12px;
    overflow: hidden;
    position: absolute;
    text-indent: 2px;
}
.tree-map .node:hover {
    background: white !important;
    min-width: 65px !important;
    height: auto !important;
    z-index: 9999 !important;
}
.tree-map .label-pattern-count:before {
    content: " (";
}
.tree-map .label-pattern-count:after {
    content: ")";
}
.tree-map .label-pattern-count {
    font-size: 0.8em;
}
@media only screen and (max-width: 700px) {
    .tree-map {
        padding: 8px 0;
    }
}
.toc a {
    text-decoration: none;
}
.toc ol.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
}
.toc ol.leaders .row:before {
    float: left;
    width: 0;
    white-space: nowrap;
    font-size: 10px;
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}
.toc ol.leaders .row span:first-child {
    padding-right: 0.33em;
    background: white;
}
.toc .nr {
    float: right;
    background: white;
    font-size: 11px;
}
.toc ol.leaders .row span + span {
    padding-left: 0.33em;
}
.toc ol {
    /* Creates a new instance of the section counter with each ol
                                            element */
    counter-reset: subsection;
    list-style-type: none;
    margin: 0 0 1em;
    padding: 0 0 0 1em;
}
.toc li::before {
    /* Increments only this instance of the section counter */
    counter-increment: subsection;
    /* Adds the value of all instances of the section counter separated by a ".". */
    content: counters(subsection, ".") " ";
}
.toc > ol > li > ol {
    font-size: 0.8em;
}
.toc > ol ol {
    margin-top: 0;
    margin-bottom: 0;
}
.toc > ol > li::before {
    content: counters(subsection, ".") ". ";
}
.title {
    position: relative;
}
.title:hover .link-up {
    position: absolute;
    left: -24px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    color: #8c8c8c;
    font-style: normal;
}
.title:hover .link-up::before {
    content: '\2227';
}
