/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 90, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 103, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 142, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
sub {
  bottom: -0.25em;
}

/* line 191, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 240, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 256, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 266, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 277, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 300, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 311, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 322, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 336, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 354, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 364, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 374, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
[type="search"] {
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 383, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 393, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 406, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 415, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 434, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/normalize.css */
[hidden] {
  display: none;
}

/* line 8, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
#flyout,
.page-wrap .container-fluid .row,
#control_panel,
footer,
button,
a.edit {
  display: none;
}

/* line 17, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
body {
  font: normal 15px/23px FaktPro-Normal, sans-serif;
  margin: 1.2cm 2cm;
}

/* line 22, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
mark {
  background: none;
  color: black;
}

/* line 28, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
a {
  color: black;
  text-decoration: none;
}

/* line 33, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.only-screen {
  display: none;
}

/* line 41, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document hgroup h2, .tmpl-diary-entry hgroup h2, .tmpl-journal hgroup h2 {
  font: normal 15px/21px FaktPro-Normal, sans-serif;
  margin: 0;
  text-transform: uppercase;
}
/* line 47, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document hgroup h1, .tmpl-diary-entry hgroup h1, .tmpl-journal hgroup h1 {
  font: normal 30px/1 FaktPro-SemiBold, sans-serif;
  margin: 20px 0;
  display: inline-block;
}
/* line 57, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article i, .tmpl-diary-entry article i, .tmpl-journal article i {
  font-weight: inherit;
  font-style: inherit;
  text-decoration: underline;
}
/* line 63, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article figure, .tmpl-diary-entry article figure, .tmpl-journal article figure {
  margin: 20px 0 50px 0;
  margin-top: 30px;
}
/* line 66, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article figure img, .tmpl-diary-entry article figure img, .tmpl-journal article figure img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 78, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols > *, .tmpl-diary-entry article .cols > *, .tmpl-journal article .cols > * {
  box-sizing: border-box;
}
/* line 83, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .c, .tmpl-diary-entry article .cols .c, .tmpl-journal article .cols .c {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 89, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .c h3, .tmpl-document article .cols .c h4, .tmpl-diary-entry article .cols .c h3, .tmpl-diary-entry article .cols .c h4, .tmpl-journal article .cols .c h3, .tmpl-journal article .cols .c h4 {
  margin: 0;
}
/* line 93, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .c h3, .tmpl-diary-entry article .cols .c h3, .tmpl-journal article .cols .c h3 {
  font: 16px/22px FaktPro-Normal, sans-serif;
}
/* line 100, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t, .tmpl-diary-entry article .cols .t, .tmpl-journal article .cols .t {
  width: 100%;
  font: normal 15px/23px FaktPro-Normal, sans-serif;
  padding-right: 15px;
  margin-bottom: 50px;
}
/* line 106, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t > *:first-child, .tmpl-diary-entry article .cols .t > *:first-child, .tmpl-journal article .cols .t > *:first-child {
  margin-top: 0;
}
/* line 112, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t .works_comment .work-comment-attachments, .tmpl-diary-entry article .cols .t .works_comment .work-comment-attachments, .tmpl-journal article .cols .t .works_comment .work-comment-attachments {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
/* line 118, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t .works_comment .work-comment-attachments > *, .tmpl-diary-entry article .cols .t .works_comment .work-comment-attachments > *, .tmpl-journal article .cols .t .works_comment .work-comment-attachments > * {
  width: 25%;
  padding: 0 10px;
}
/* line 123, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t .works_comment .work-comment-attachments a, .tmpl-diary-entry article .cols .t .works_comment .work-comment-attachments a, .tmpl-journal article .cols .t .works_comment .work-comment-attachments a {
  text-decoration: none;
}
/* line 129, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t figure, .tmpl-diary-entry article .cols .t figure, .tmpl-journal article .cols .t figure {
  margin: 10px 0;
}
/* line 132, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t figure img, .tmpl-diary-entry article .cols .t figure img, .tmpl-journal article .cols .t figure img {
  margin: 0 0 8px;
}
/* line 136, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t figure figcaption, .tmpl-diary-entry article .cols .t figure figcaption, .tmpl-journal article .cols .t figure figcaption {
  font: normal 12px/16px FaktPro-Normal, sans-serif;
  color: #818181;
}
/* line 140, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t figure figcaption a, .tmpl-diary-entry article .cols .t figure figcaption a, .tmpl-journal article .cols .t figure figcaption a {
  color: #818181;
}
/* line 148, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t section + section, .tmpl-diary-entry article .cols .t section + section, .tmpl-journal article .cols .t section + section {
  margin-top: 40px;
}
/* line 152, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t section h4, .tmpl-diary-entry article .cols .t section h4, .tmpl-journal article .cols .t section h4 {
  margin: 0;
}
/* line 159, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t h1, .tmpl-diary-entry article .cols .t h1, .tmpl-journal article .cols .t h1 {
  font: normal 1em FaktPro-Bold, sans-serif;
  margin: 10px 0;
}
/* line 164, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t h2, .tmpl-diary-entry article .cols .t h2, .tmpl-journal article .cols .t h2 {
  font: normal 1em FaktPro-SemiBold, sans-serif;
  margin: 10px 0;
}
/* line 169, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t h2 + p, .tmpl-diary-entry article .cols .t h2 + p, .tmpl-journal article .cols .t h2 + p {
  margin-top: -10px;
}
/* line 173, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .t .lang, .tmpl-diary-entry article .cols .t .lang, .tmpl-journal article .cols .t .lang {
  color: #818181;
}
/* line 179, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f, .tmpl-diary-entry article .cols .f, .tmpl-journal article .cols .f {
  padding-right: 15px;
}
/* line 183, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f nav ul, .tmpl-diary-entry article .cols .f nav ul, .tmpl-journal article .cols .f nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font: italic 12px/16px FaktPro-Normal, sans-serif;
}
/* line 189, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f nav ul li, .tmpl-diary-entry article .cols .f nav ul li, .tmpl-journal article .cols .f nav ul li {
  margin: 0 0 10px 0;
}
/* line 194, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f nav a, .tmpl-diary-entry article .cols .f nav a, .tmpl-journal article .cols .f nav a {
  color: #000;
}
/* line 196, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f nav a:hover, .tmpl-diary-entry article .cols .f nav a:hover, .tmpl-journal article .cols .f nav a:hover {
  color: #ABAEB1;
}
/* line 203, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f > div, .tmpl-diary-entry article .cols .f > div, .tmpl-journal article .cols .f > div {
  padding-top: 20px;
  border-top: 1px solid #D5D5D5;
  font: normal 14px/19px FaktPro-Normal, sans-serif;
}
/* line 208, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f > div div.s, .tmpl-diary-entry article .cols .f > div div.s, .tmpl-journal article .cols .f > div div.s {
  margin: 20px 0;
}
/* line 211, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f > div div.s ul, .tmpl-diary-entry article .cols .f > div div.s ul, .tmpl-journal article .cols .f > div div.s ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 221, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f p, .tmpl-diary-entry article .cols .f p, .tmpl-journal article .cols .f p {
  margin: 0;
}
/* line 225, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f h5, .tmpl-diary-entry article .cols .f h5, .tmpl-journal article .cols .f h5 {
  font: normal 14px/19px FaktPro-Normal, sans-serif;
  margin: 0;
}
/* line 230, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f label, .tmpl-diary-entry article .cols .f label, .tmpl-journal article .cols .f label {
  font: normal 14px/19px FaktPro-Normal, sans-serif;
  display: block;
  margin: 0;
}
/* line 234, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f label:after, .tmpl-diary-entry article .cols .f label:after, .tmpl-journal article .cols .f label:after {
  content: ':';
}
/* line 242, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f .attachments .a, .tmpl-diary-entry article .cols .f .attachments .a, .tmpl-journal article .cols .f .attachments .a {
  margin: 0;
}
/* line 246, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f .attachments .c, .tmpl-diary-entry article .cols .f .attachments .c, .tmpl-journal article .cols .f .attachments .c {
  display: block;
  margin: 0 -10px;
}
/* line 249, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f .attachments .c .a, .tmpl-diary-entry article .cols .f .attachments .c .a, .tmpl-journal article .cols .f .attachments .c .a {
  float: left;
  width: 118px;
  padding: 10px;
}
/* line 254, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.tmpl-document article .cols .f .attachments .c .a img, .tmpl-diary-entry article .cols .f .attachments .c .a img, .tmpl-journal article .cols .f .attachments .c .a img {
  display: block;
  width: 118px;
  height: auto;
}

/* line 267, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
header, footer, form {
  display: none;
}

/* line 273, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
a.note span, a.mnl span, a.mnl span, a.k span {
  display: none;
}
/* line 277, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
a.note:after, a.mnl:after, a.mnl:after, a.k:after {
  content: "[" attr(data-print) "]";
}

/* line 283, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.comments {
  margin: 40px 0;
  font-size: 12px;
}
/* line 286, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.comments ol {
  margin: 0;
  padding: 0 0 0 20px;
}
/* line 290, /Users/mattias/Sites/ny-carlsberg/ktdk.dk/app/assets/stylesheets/print.scss */
.comments p {
  margin: 0;
}
