@charset "UTF-8";
/*!
Theme Name: Tiny
Theme URI: https://github.com/krilor/tiny
Author: Kristoffer Lorentsen
Author URI: https://github.com/krilor
Description: Tiny is a powerful theme that doesn't get in your way.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tiny
Tags: blog, two-columns, right-sidebar, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready
*/
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
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.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
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.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
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.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Accessiblity
 * Taken from WordPress Twenty Nineteen
 * @link https://github.com/WordPress/twentynineteen/blob/master/sass/modules/_accessibility.scss
 */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/**
 * Galleries
 * Just about stolen from twentynineteen, but added own spacing and such
 * https://github.com/WordPress/twentynineteen/blob/master/sass/media/_galleries.scss
 */
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 36px;
}

.gallery-item {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 14px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 14px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 14px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 14px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 14px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 14px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 14px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 14px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 14px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}
.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.8em;
  font-family: sans-serif;
  margin: 0;
  padding: 1em;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #f15025;
}

/**
 * Alignment
 *
 * Aligning content in Gutenberg and Classic editor is done using classes. Need to 
 * @link https://codex.wordpress.org/CSS
 * @link https://digwp.com/2010/05/default-wordpress-css-styles-hooks/
 * @link https://wordpress.org/gutenberg/handbook/designers-developers/developers/themes/theme-support/
 *
 **/
.alignnone {
  clear: both;
  display: block;
}

.alignleft {
  float: left;
  margin: 0.3em 1.3em 1.3em 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin: 0.3em 0 1.3em 1.3em;
}

.alignwide,
.alignfull {
  clear: both;
  display: block;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 100vw;
}

.menu ul {
  padding-left: 0.6em;
  list-style-type: none;
}
.menu > ul {
  padding-left: 0;
}
.menu li {
  background-color: #FFF;
}
.menu li.current_page_item > a {
  text-shadow: 1px 0 0 currentColor;
}
.menu ul ul li {
  padding-left: 0.6em;
  border-left: 1px solid #000;
}
.menu a {
  color: #191919;
  display: inline-block;
  padding: 0.3em 0;
  text-decoration: none;
}
.menu a:visited {
  color: #191919;
}
.menu a:hover {
  color: #F15025;
}
.menu a:active {
  color: #191919;
}

button.nav-toggle {
  display: none;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1000;
}

@media screen and (max-width: 800px) {
  .js .primary-menu {
    display: none;
    visibility: hidden;
  }

  .js .primary-menu.active {
    display: block;
    visibility: visible;
  }

  button.nav-toggle {
    display: block;
  }
}
ol.comment-list {
  padding-left: 0;
}
ol.comment-list, ol.comment-list ol.children {
  list-style-type: none;
}
ol.comment-list ol.children {
  margin-top: 14px;
  padding-left: 14px;
}

.comment, .pingback {
  margin-bottom: 14px;
}

.comment-body {
  border: 1px solid #FFE6D7;
}
.comment-body .comment-meta {
  border-bottom: 1px solid #FFE6D7;
  padding: 14px;
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
}
.comment-body .comment-meta a, .comment-body .comment-meta a:visited .comment-body .comment-meta a:active {
  text-decoration: none;
}
.comment-body .comment-meta a:hover {
  text-decoration: underline;
}
.comment-body .comment-content {
  padding: 0 14px;
}
.comment-body .comment-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.comment-body .reply {
  padding: 0 0 14px 14px;
}
.comment-body .comment-reply-link {
  background-color: #F15025;
  border: 2px solid #F15025;
  box-shadow: none;
  border-radius: 0;
  color: #FFF;
  display: inline-block;
  font-weight: 900;
  line-height: 2em;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
  padding: 0 1em;
  cursor: pointer;
}
.comment-body .comment-reply-link:hover {
  border-color: #FFF;
}
.comment-body .comment-reply-link:visited {
  color: #FFF;
}
.comment-body .comment-reply-link:active {
  background-color: #FFF;
  border-color: #F15025;
  color: #F15025;
}

.comment-list .bypostauthor .comment-meta {
  background-color: #FFE6D7;
}

/* Structure and basics */
html {
  box-sizing: border-box;
  font-size: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #FFF;
  color: #191919;
}

.has-flame-background-color {
  background-color: #F15025;
}

.has-flame-color {
  color: #F15025;
}

.has-flame-light-background-color {
  background-color: #FFE6D7;
}

.has-flame-light-color {
  color: #FFE6D7;
}

.has-easy-blue-background-color {
  background-color: #11648D;
}

.has-easy-blue-color {
  color: #11648D;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.silo {
  float: left;
  padding: 14px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .silo {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  .sidebar-container, .site-header {
    width: 275px;
  }

  .content-container {
    width: 700px;
  }
}
/* Utility classes */
.tiny-label {
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
}

a.inverse-link, a.inverse-link:visited a.inverse-link:active,
.inverse-link a,
a.inverse-link:visited .inverse-link a:active,
.inverse-link a:visited a.inverse-link:active,
.inverse-link a:visited .inverse-link a:active {
  text-decoration: none;
}
a.inverse-link:hover,
.inverse-link a:hover {
  text-decoration: underline;
}

/* Header */
.site-title {
  margin-top: 14px;
}
.site-title:hover {
  color: #191919;
}
.site-title, .site-title:visited, .site-title:active {
  text-shadow: 1px 1px 0px #FFF, 3px 3px 0px #F15025;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.67em;
  letter-spacing: -0.05em;
}

#site-logo {
  display: block;
}

#breadcrumbs {
  padding: 0;
  margin: 0;
}

.archive-header p {
  margin-top: 0;
}

/* Widgets */
.widget-area > ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}

/* Footer */
.main-footer {
  max-width: 1250px;
}

.footerarea .widgettitle {
  border-bottom: 1px solid #FFE6D7;
}

@media screen and (min-width: 800px) {
  .footerarea-container {
    width: 33.3333%;
  }
}
/* Content structure */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.home .entry-content *:first-child {
  margin-top: 0;
}

main article + article {
  margin-top: 72px;
}
main article + article:before {
  display: block;
  content: "";
  border-top: 1px solid #191919;
  position: relative;
  top: -36px;
  margin: 0 30%;
}

.sticky {
  border: 1px solid #F15025;
  padding: 14px;
  position: relative;
}
.sticky header h1, .sticky header h2 {
  margin-top: 0;
}
.sticky .sticker {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F15025;
  color: #FFF;
  padding: 0.3em 0.5em;
}

article .entry-content > [class^=wp-block],
article .entry-content > h1, article .entry-content > h2, article .entry-content > h3, article .entry-content > h4, article .entry-content > h5, article .entry-content > h6,
article .entry-content > p,
article .entry-content > table,
article .entry-content > dl,
article .entry-content > figure,
article .entry-content > .wp-audio-shortcode {
  margin-bottom: 36px;
  margin-top: 36px;
}
article p {
  line-height: 1.8;
}
article dd,
article li {
  margin-bottom: 6px;
}
article .wp-block-spacer {
  margin-top: 0;
  margin-bottom: 0;
}

/* Pagination and post links */
.page-links {
  padding: 0;
  margin: 0 0 14px 0;
}
.page-links .page-link {
  display: inline-block;
}
.page-links .page-link + .page-link {
  margin-left: 0.3em;
}
.page-links .page-link span {
  padding: 0.3em 1em;
  border: 1px solid #F15025;
  display: inline-block;
  font-weight: 700;
}
.page-links .page-link a {
  background-color: #FFE6D7;
  display: inline-block;
}
.page-links .page-link a:hover {
  background-color: #FFF;
}

.prev,
.next {
  display: block;
  position: relative;
}

.prev {
  float: left;
  clear: left;
  margin-left: 1em;
  text-align: left;
}
.prev:hover:before {
  color: #191919;
}
.prev:before {
  color: #191919;
  content: "«";
  width: 1em;
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}

.next {
  clear: right;
  float: right;
  margin-right: 1em;
  text-align: right;
}
.next:hover:after {
  color: #191919;
}
.next:after {
  color: #191919;
  content: "»";
  width: 1em;
  display: block;
  position: absolute;
  top: 0;
  right: -1em;
}

.posts-navigation {
  margin: 36px 0;
}
.posts-navigation .nav-links {
  text-align: center;
}
.posts-navigation .page-numbers:hover {
  text-decoration: none;
}
.posts-navigation .page-numbers:not(.prev):not(.next) {
  padding: 0 1em;
}

.post-navigation {
  margin: 36px 0;
}
.post-navigation .prev, .post-navigation .next {
  max-width: calc(100% - 1em);
}

.wrap-previous,
.wrap-next {
  max-width: 50%;
}

.label-previous,
.wrap-previous {
  clear: left;
  float: left;
  text-align: left;
}

.label-next,
.wrap-next {
  clear: right;
  float: right;
  text-align: right;
}

/* Post meta */
.post-meta {
  border: 1px solid #F15025;
  background-color: #FFE6D7;
  padding: 7px;
}

.post-categories:before {
  content: "⧉";
}

.post-tags:before {
  content: "#";
}

.post-categories, .post-tags {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 1em;
  display: inline-block;
}
.post-categories:before, .post-tags:before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.post-categories li + li:before, .post-tags li + li:before {
  content: ", ";
}
.post-categories li, .post-tags li {
  display: inline;
}
.post-categories li a,
.post-categories li a:visited, .post-tags li a,
.post-tags li a:visited {
  color: #F15025;
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Main header */
.main-meta {
  margin-bottom: 0;
}

.main-title {
  margin-top: 0;
}

/* Content */
.post-title {
  margin-top: 0;
}

.author-info {
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
}

.single .author-info {
  margin-top: 1em;
}

.post-edit-link {
  margin: 0 0 1em 0;
  display: inline-block;
}

.post-thumbnail {
  margin-top: -22px;
  margin-bottom: 36px;
}

img, figure {
  height: auto;
  max-width: 100%;
  position: relative;
  margin: 0;
}

.button,
button,
input[type=submit],
.wp-block-button .wp-block-button__link {
  background-color: #F15025;
  border: 2px solid #F15025;
  box-shadow: none;
  border-radius: 0;
  color: #FFF;
  display: inline-block;
  font-weight: 900;
  line-height: 2em;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
  padding: 0 1em;
  cursor: pointer;
}
.button:hover,
button:hover,
input[type=submit]:hover,
.wp-block-button .wp-block-button__link:hover {
  border-color: #FFF;
}
.button:visited,
button:visited,
input[type=submit]:visited,
.wp-block-button .wp-block-button__link:visited {
  color: #FFF;
}
.button:active,
button:active,
input[type=submit]:active,
.wp-block-button .wp-block-button__link:active {
  background-color: #FFF;
  border-color: #F15025;
  color: #F15025;
}

input,
textarea {
  display: block;
  margin-bottom: 1em;
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  width: 100%;
  padding: 0.3em;
}

/* Search form */
.main-search-form {
  margin-bottom: 36px;
}

/* Image caption */
.wp-caption {
  text-align: center;
}
.wp-caption .wp-caption-text {
  font-size: 0.8em;
  padding: 0.5em;
}

pre {
  overflow-x: auto;
}

/* Typography*/
* {
  font-family: sans-serif;
  word-wrap: break-word;
}

.has-small-font-size {
  font-size: 12px;
}

.has-regular-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 35px;
}

.has-larger-font-size {
  font-size: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.8;
  font-family: sans-serif;
}

h1 {
  font-size: 2.44em;
}

h2 {
  font-size: 1.95em;
}

h3 {
  font-size: 1.56em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

h1,
h2,
h3 {
  line-height: 1.4;
}

h4 {
  line-height: 1.5;
}

a,
a:visited {
  color: #11648D;
  text-decoration: underline;
}

a:hover {
  color: #F15025;
}

a:active {
  color: #191919;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
  color: #191919;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #F15025;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ced0ce;
}
table td, table th {
  padding: 0.5em;
}
table tr {
  border-bottom: 1px solid #ced0ce;
}
table tr.even,
table th,
table tr:nth-child(2n+1) {
  background-color: #e6e8e6;
}

dl:after {
  content: "";
  display: table;
  clear: both;
}
dl dt, dl dd {
  display: block;
  margin: 0;
  padding: 0.5em;
}
dl dt {
  width: 25%;
  float: left;
  clear: both;
  color: #F15025;
  font-weight: 700;
}
dl dd {
  width: 75%;
  float: right;
  clear: right;
}

blockquote {
  border-left: 4px solid #000;
  padding-left: 1em;
  margin-left: 0;
}

var {
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.3em 0.5em;
  background-color: #FFE6D7;
}

