@charset "UTF-8";
/**
 * Banner
 */
/* line 6, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.banner .logo.hibernate {
  margin-top: 12px;
  float: left; }
/* line 9, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.banner .logo.hibernate img {
  height: 44px;
  width: auto; }
/* line 15, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.banner .ui.menu {
  margin-top: 0px;
  margin-bottom: 20px; }
/* line 20, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.banner .dropup {
  float: right;
  position: relative; }

/**
 * Jumbotron
 */
/* line 30, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.jumbotron {
  background-color: #59666c;
  padding: 45px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19); }
/* line 35, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.jumbotron h1 {
  color: white;
  font-size: 4rem;
  letter-spacing: 2px; }
/* line 40, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.jumbotron h1 span {
  background-color: #7d8a90;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px; }
/* line 48, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.jumbotron h2 {
  font-size: 2rem;
  color: white; }
/* line 52, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.jumbotron h2 span {
  background-color: #7d8a90;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px; }
/* line 60, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.jumbotron.small {
  padding: 20px; }
/* line 63, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.jumbotron.small h1 {
  font-size: 2.3rem; }
/* line 67, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.jumbotron.small h2 {
  font-size: 1.7rem; }
/* line 72, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.jumbotron .jumbotron-button:not(:first-child) {
  margin-top: 10px; }

/**
 * Hero
 */
/* line 81, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.page-title {
  background-color: #EEE;
  border-bottom: 2px solid #DDD;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 5px; }
/* line 88, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.page-title.small {
  padding-bottom: 15px;
  padding-top: 15px; }
/* line 93, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.page-title h1 {
  color: #59666c;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 3px; }
/* line 101, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.page-title h4 {
  color: #777;
  line-height: 1.5em;
  font-size: 1.2em; }

/**
 * Homepage
 */
/* line 112, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.page-title.home .ui.container {
  text-align: center; }

/* line 116, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#carousel {
  margin-top: -8px; }
/* line 119, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#carousel .segment {
  background-color: #EEE; }
/* line 122, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#carousel .segment h4 {
  margin-top: 6px; }
/* line 127, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#carousel .carousel-element {
  padding: 4px 7px;
  margin: 2px 7px; }
/* line 132, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#carousel .slick-dots li button::before {
  color: #FAFAFA; }

/* line 137, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.projects {
  margin-top: 30px; }
/* line 140, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.projects .ui.segment {
  background-color: #fafafa; }

/**
 * Project menu
 */
/* line 149, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.ui.menu .license {
  text-align: center; }

/* line 155, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.ui.vertical.menu .selected.item {
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
  box-shadow: none; }

/**
 * Content
 */
/* line 164, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.page-content {
  margin-top: 30px; }

/* line 168, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content {
  min-height: 250px; }
/* line 171, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content p, #content table td, #content table th, #content ul {
  font-size: 1.1em; }
/* line 175, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content table td p, #content table td ul, #content ul ul, #content ul p {
  font-size: 1em; }
/* line 179, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content dl {
  margin: 0 3% 2%; }
/* line 183, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content dt {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.3em; }
/* line 189, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content h2 {
  font-size: 1.7rem; }
/* line 193, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content p {
  margin: 0 0 10px; }
/* line 197, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content h2 {
  margin-top: 10px !important;
  color: #59666c;
  border-bottom: 2px solid #bcae79;
  display: inline-block;
  letter-spacing: 1px;
  padding-bottom: 3px; }
/* line 206, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content > h2:first-of-type {
  margin-top: 0 !important; }
/* line 210, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .feature-block:first-child > .sect1:first-child h2:first-of-type {
  margin-top: 0 !important; }
/* line 214, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content h3 {
  margin-top: 10px !important;
  color: #666;
  font-size: 1.5em;
  margin-bottom: 15px; }
/* line 221, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content h4 {
  margin-top: 15px !important;
  color: #888;
  font-size: 1.3em; }
/* line 227, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .sect1:not(:last-child) {
  margin-bottom: 20px; }
/* line 231, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .sect2:not(:last-child) {
  margin-bottom: 30px; }
/* line 235, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .sect3:not(:last-child) {
  margin-bottom: 20px; }
/* line 239, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content :not(pre) > code {
  font-size: 0.9em;
  background-color: #F4F4F4;
  padding: .1em .5ex;
  padding-right: 3px;
  border-radius: 3px; }
/* line 248, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content dl.sparse dt {
  margin-top: 7px; }
/* line 254, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .ui.message .header {
  margin-bottom: 4px; }
/* line 258, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .ui.message p:last-child {
  margin: 0; }

/* line 264, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.news h3, #toc #toctitle {
  color: #59666c;
  border-bottom: 2px solid #bcae79;
  display: inline-block;
  letter-spacing: 1px;
  padding-bottom: 3px; }

/* line 272, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.news h3 {
  margin-top: 10px !important; }

/* line 276, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

/* line 283, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
hr {
  border: 0;
  border-top: 1px dotted #bcae79;
  background-color: #fff; }

/* line 289, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
pre {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #d5d5d5;
  margin: 1.5em 0;
  overflow: auto;
  padding: 1%;
  white-space: pre;
  border-radius: 0.3rem;
  font-family: Inconsolata, monospace; }

/* line 300, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
code, kbd, samp {
  font-family: Inconsolata, monospace; }

/* line 305, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#preamble .sectionbody {
  font-size: 1.1em;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px; }
/* line 311, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#preamble .sectionbody .ui.message {
  font-size: 0.9em;
  font-weight: normal; }

/* line 320, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#toc {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
  position: static;
  top: 0;
  width: 30%;
  background-color: #fafafa;
  padding: 1em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.3rem;
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); }
/* line 333, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#toc #toctitle {
  margin-top: 0px; }
/* line 337, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#toc ul {
  padding-left: 1em; }
/* line 341, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#toc > ul {
  margin-bottom: 5px; }
/* line 345, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#toc li {
  margin-bottom: 0.3em; }
/* line 349, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#toc > ul > li > ul > li {
  margin-left: 0.5em; }

/**
 * Home page
 */
/* line 358, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .projects h3.ui.header {
  font-size: 1.6em; }
/* line 361, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .projects h3.ui.header a {
  color: #59666c; }
/* line 367, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .projects .project .big.icon {
  padding-right: 7px;
  padding-top: 7px;
  float: left;
  margin-right: 10px; }
/* line 374, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .projects .project p {
  font-size: 1.2em;
  color: #59666c; }

/**
 * Documentation
 */
/* line 384, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .documentation-versions {
  padding-top: 10px !important;
  margin-bottom: 10px !important; }
/* line 389, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .documentation-versions .series {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em; }
/* line 394, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .documentation-versions .button {
  margin-top: 4px; }

/**
 * Series
 */
/* line 404, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .ui.grid.series {
  margin-bottom: 25px; }
/* line 408, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .ui.grid.series-versions {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }
/* line 412, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .ui.grid.series-versions > .row {
  padding: 0.5rem 0; }
/* line 416, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .ui.grid.series-versions .version {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em; }
/* line 421, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .ui.grid.series-versions .button {
  margin-top: 4px; }
/* line 426, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content #older-series {
  display: none; }
/* line 430, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .ui.grid.download-options {
  margin-bottom: 25px; }

/**
 * Asciidoctor styles
 */
/* line 439, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.admonitionblock table {
  background: #f8f8f9 none repeat scroll 0 0;
  border-radius: 0.285714rem;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.4285em;
  margin: 1em 0;
  min-height: 1em;
  padding: 1em 1.5em; }
/* line 450, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.admonitionblock.note table, .admonitionblock.tip table {
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
  background-color: #f8ffff;
  color: #276f86; }
/* line 456, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.admonitionblock.warning table {
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
  background-color: #fffaf3;
  color: #573a08; }
/* line 462, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.admonitionblock.important table, .admonitionblock.caution table {
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  background-color: #fff6f6;
  color: #9f3a38; }
/* line 468, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.admonitionblock .title {
  font-weight: bold;
  margin-bottom: .5em; }
/* line 473, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.admonitionblock p {
  margin-bottom: 0px; }
/* line 477, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.admonitionblock .fa {
  display: block;
  font-size: 2em;
  line-height: 1;
  opacity: 0.8;
  vertical-align: middle;
  width: auto;
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  margin-right: 0.6em;
  text-align: center;
  text-decoration: inherit;
  height: 1em; }
/* line 493, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.admonitionblock .fa::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }
/* line 497, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.admonitionblock .fa.icon-note::before {
  content: ""; }
/* line 501, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.admonitionblock .fa.icon-tip::before {
  content: ""; }
/* line 505, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.admonitionblock .fa.icon-warning::before {
  content: ""; }
/* line 509, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.admonitionblock .fa.icon-caution::before {
  content: ""; }
/* line 513, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.admonitionblock .fa.icon-important::before {
  content: ""; }

/* line 518, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.quoteblock {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #656565; }
/* line 523, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.quoteblock blockquote {
  border-left: 5px solid #e6e7e8;
  position: relative;
  margin-left: 20px;
  margin: 1.5em 10px;
  padding: 0.5em 10px; }
/* line 531, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.quoteblock blockquote:before {
  color: #ccc;
  font-size: 3em;
  margin-top: 20px;
  display: block;
  font-family: "Icons";
  content: "\f10e";
  margin-bottom: 15px; }
/* line 542, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.quoteblock .paragraph p:not(:last-child) {
  margin-bottom: 20px; }
/* line 547, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.quoteblock .attribution {
  text-align: right; }

/* line 554, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.conum {
  display: inline-block;
  color: white !important;
  background-color: #666;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  font-family: Arial, sans-serif;
  font-style: normal;
  position: relative;
  top: -2px;
  letter-spacing: -1px; }
/* line 570, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.conum * {
  color: white !important; }
/* line 575, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.conum:empty {
  display: none; }

/* line 580, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
pre .comment .conum {
  left: -20px; }

/**
 * News
 */
/* line 589, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.ui.segment.news {
  background-color: #FAFAFA; }
/* line 592, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.ui.segment.news h4 {
  margin-bottom: 5px; }
/* line 595, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.ui.segment.news h4:not(:first-child) {
  margin-top: 10px; }
/* line 600, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.ui.segment.news small {
  color: #999; }

/**
 * Series overview
 */
/* line 610, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .version h3.ui.header {
  margin-top: 0;
  font-size: 3em; }
/* line 614, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#content .version h3.ui.header small {
  font-size: 0.3em;
  color: #AAA; }

/**
 * Footer
 */
/* line 625, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.footer {
  margin-top: 70px !important; }
/* line 628, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.footer.segment {
  padding: 3em 0em; }
/* line 632, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.footer .ui.inverted.divided.grid:not([class*="vertically divided"]) > .sponsor.column:not(.row), .footer .ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .sponsor.column {
  box-shadow: none;
  text-align: right; }
/* line 638, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.footer .sponsor .logo {
  display: block; }
/* line 640, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.footer .sponsor .logo:not(:last-child) {
  margin-bottom: 20px; }
/* line 644, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.footer .sponsor .logo.redhat img, .footer .sponsor .logo.redhatdevelopers img, .footer .sponsor .logo.commonhaus img {
  width: 186px; }

/**
 * Semantic UI adjustments
 */
/* line 654, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.ui.table thead th {
  background-color: #f4f4f4; }

/* line 658, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.ui.buttons .disabled.button, .ui.disabled.button, .ui.button:disabled, .ui.disabled.button:hover, .ui.disabled.active.button {
  opacity: 0.7 !important; }

/* line 662, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.ui.grid .column.divided {
  border-left: 1px solid #CCC; }

/* line 666, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.ui.items > .item > .content > a.header {
  color: #4183C4; }

/* line 671, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
[data-tooltip]:after {
  white-space: pre; }

/* Mobile */
@media only screen and (max-width: 767px) {
  /* line 685, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
  [class*="mobile hidden"], [class*="tablet only"]:not(.mobile), [class*="computer only"]:not(.mobile), [class*="or lower hidden"] {
    display: none !important; } }
/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 695, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
  [class*="mobile only"]:not(.tablet), [class*="tablet hidden"], [class*="computer only"]:not(.tablet), [class*="or lower hidden"]:not(.mobile) {
    display: none !important; } }
/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) {
  /* line 705, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
  [class*="mobile only"]:not(.computer), [class*="tablet only"]:not(.computer), [class*="computer hidden"], [class*="or lower hidden"]:not(.tablet):not(.mobile) {
    display: none !important; } }
/**
 * Some simple print utilities
 */
@media only print {
  /* line 718, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
  [class*="print hidden"] {
    display: none !important; } }
@media only screen {
  /* line 724, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
  [class*="print only"] {
    display: none !important; } }
/**
 * Bootstrap utilities
 */
/* line 732, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 743, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.text-center {
  text-align: center !important; }

/* line 747, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.text-right {
  text-align: right !important; }

/* line 751, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.text-left {
  text-align: left !important; }

/* line 755, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.text-justify {
  text-align: justify !important; }

/* line 760, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/**
 * Books
 */
/* line 772, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.books .ui.items > .item > .image img {
  border: 1px solid #CCC;
  border-radius: 0.125rem;
  display: block;
  height: auto;
  width: 100%; }
/* line 780, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.books .ui.divided.items > .item {
  padding: 2em 0; }
/* line 784, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.books .ui.items > .item > .content > a.header {
  color: #1e70bf; }

/**
 * Back to top
 */
/* line 793, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.back-to-top {
  bottom: 10px;
  position: fixed;
  right: 10px;
  z-index: 1000;
  display: none; }
/* line 800, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.back-to-top a {
  background: #243446 url("https://static.jboss.org/common/images/top.png") no-repeat scroll center center;
  display: block;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
  width: 50px; }

/**
 * Mobile menu
 */
/* line 814, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.mobile-menu-button-bar {
  background-color: #444; }
/* line 817, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.mobile-menu-button-bar .logo.hibernate {
  float: right; }
/* line 819, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.mobile-menu-button-bar .logo.hibernate img {
  margin: 4px;
  height: 32px;
  width: auto; }
/* line 826, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.mobile-menu-button-bar a.item {
  margin: 10px;
  cursor: pointer;
  color: white;
  float: left; }
/* line 832, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
.mobile-menu-button-bar a.item:hover {
  color: #DDD; }

/* line 838, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#mobile-menu {
  background-color: black; }
/* line 842, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#mobile-menu .ui.vertical.menu > .item {
  border-radius: 0 !important;
  border-bottom: 1px solid #444;
  padding: 15px;
  margin: 0 !important; }
/* line 849, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#mobile-menu .ui.vertical.menu.inverted .menu .item {
  font-size: 1em;
  color: #CCC;
  margin-left: 10px;
  padding: 2px 0px 2px 0px; }
/* line 856, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/styles.scss */
#mobile-menu .ui.vertical.menu .internal-links {
  border-bottom: 1px solid #444; }

/* line 1, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay {
  background-color: #f2f2f2;
  border: 1px solid silver;
  color: black; }

/* line 6, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay pre {
  margin: 0px; }

/* line 10, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
span.CodeRay {
  white-space: pre;
  border: 0px;
  padding: 2px; }

/* line 12, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
table.CodeRay {
  border-collapse: collapse;
  width: 100%;
  padding: 2px; }

/* line 13, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
table.CodeRay td {
  padding: 2px 4px;
  vertical-align: top; }

/* line 15, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .line-numbers {
  background-color: #d5f6f6;
  color: gray;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* line 23, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .line-numbers a {
  background-color: #d5f6f6 !important;
  color: gray !important;
  text-decoration: none !important; }

/* line 28, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .line-numbers pre {
  word-break: normal; }

/* line 31, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .line-numbers a:target {
  color: blue !important; }

/* line 32, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .line-numbers .highlighted {
  color: red !important; }

/* line 33, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .line-numbers .highlighted a {
  color: red !important; }

/* line 34, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay span.line-numbers {
  padding: 0px 4px; }

/* line 35, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .line {
  display: block;
  float: left;
  width: 100%; }

/* line 36, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .code {
  width: 100%; }

/* line 38, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .debug {
  color: white !important;
  background: blue !important; }

/* line 40, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .annotation {
  color: #007; }

/* line 41, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .attribute-name {
  color: #b48; }

/* line 42, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .attribute-value {
  color: #700; }

/* line 43, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .binary {
  color: #549; }

/* line 44, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .binary .char {
  color: #325; }

/* line 45, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .binary .delimiter {
  color: #325; }

/* line 46, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .char {
  color: #D20; }

/* line 47, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .char .content {
  color: #D20; }

/* line 48, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .char .delimiter {
  color: #710; }

/* line 49, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .class {
  color: #B06;
  font-weight: bold; }

/* line 50, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .class-variable {
  color: #369; }

/* line 51, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .color {
  color: #0A0; }

/* line 52, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .comment {
  color: #777; }

/* line 53, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .comment .char {
  color: #444; }

/* line 54, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .comment .delimiter {
  color: #444; }

/* line 55, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .constant {
  color: #036;
  font-weight: bold; }

/* line 56, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .decorator {
  color: #B0B; }

/* line 57, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .definition {
  color: #099;
  font-weight: bold; }

/* line 58, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .delimiter {
  color: black; }

/* line 59, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .directive {
  color: #088;
  font-weight: bold; }

/* line 60, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .docstring {
  color: #D42; }

/* line 61, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .doctype {
  color: #34b; }

/* line 62, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .done {
  text-decoration: line-through;
  color: gray; }

/* line 63, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .entity {
  color: #800;
  font-weight: bold; }

/* line 64, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .error {
  color: #F00;
  background-color: #FAA; }

/* line 65, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .escape {
  color: #666; }

/* line 66, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .exception {
  color: #C00;
  font-weight: bold; }

/* line 67, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .float {
  color: #60E; }

/* line 68, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .function {
  color: #06B;
  font-weight: bold; }

/* line 69, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .function .delimiter {
  color: #024;
  font-weight: bold; }

/* line 70, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .global-variable {
  color: #d70; }

/* line 71, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .hex {
  color: #02b; }

/* line 72, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .id {
  color: #33D;
  font-weight: bold; }

/* line 73, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .include {
  color: #B44;
  font-weight: bold; }

/* line 74, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .inline {
  background-color: rgba(0, 0, 0, 0.07);
  color: black; }

/* line 75, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .inline-delimiter {
  font-weight: bold;
  color: #666; }

/* line 76, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .instance-variable {
  color: #33B; }

/* line 77, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .integer {
  color: #00D; }

/* line 78, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .imaginary {
  color: #f00; }

/* line 79, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .important {
  color: #D00; }

/* line 80, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .key {
  color: #606; }

/* line 81, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .key .char {
  color: #60f; }

/* line 82, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .key .delimiter {
  color: #404; }

/* line 83, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .keyword {
  color: #080;
  font-weight: bold; }

/* line 84, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .label {
  color: #970;
  font-weight: bold; }

/* line 85, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .local-variable {
  color: #950; }

/* line 86, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .map .content {
  color: #808; }

/* line 87, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .map .delimiter {
  color: #40A; }

/* line 88, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .map {
  background-color: rgba(0, 170, 255, 0.06); }

/* line 89, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .namespace {
  color: #707;
  font-weight: bold; }

/* line 90, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .octal {
  color: #40E; }

/* line 92, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .predefined {
  color: #369;
  font-weight: bold; }

/* line 93, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .predefined-constant {
  color: #069; }

/* line 94, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .predefined-type {
  color: #0a8;
  font-weight: bold; }

/* line 95, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .preprocessor {
  color: #579; }

/* line 96, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .pseudo-class {
  color: #00C;
  font-weight: bold; }

/* line 97, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .regexp {
  background-color: rgba(255, 0, 255, 0.06); }

/* line 98, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .regexp .content {
  color: #808; }

/* line 99, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .regexp .delimiter {
  color: #404; }

/* line 100, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .regexp .modifier {
  color: #C2C; }

/* line 101, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .reserved {
  color: #080;
  font-weight: bold; }

/* line 102, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .shell {
  background-color: rgba(0, 255, 0, 0.06); }

/* line 103, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .shell .content {
  color: #2B2; }

/* line 104, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .shell .delimiter {
  color: #161; }

/* line 105, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .string {
  background-color: rgba(255, 0, 0, 0.05); }

/* line 106, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .string .char {
  color: #b0b; }

/* line 107, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .string .content {
  color: #D20; }

/* line 108, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .string .delimiter {
  color: #710; }

/* line 109, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .string .modifier {
  color: #E40; }

/* line 110, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .symbol {
  color: #A60; }

/* line 111, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .symbol .content {
  color: #A60; }

/* line 112, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .symbol .delimiter {
  color: #740; }

/* line 113, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .tag {
  color: #070;
  font-weight: bold; }

/* line 114, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .type {
  color: #339;
  font-weight: bold; }

/* line 115, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .value {
  color: #088; }

/* line 116, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .variable {
  color: #037; }

/* line 118, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .insert {
  background: rgba(0, 255, 0, 0.12); }

/* line 119, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .delete {
  background: rgba(255, 0, 0, 0.12); }

/* line 120, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .change {
  color: #bbf;
  background: #007; }

/* line 121, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .head {
  color: #f8f;
  background: #505; }

/* line 122, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .head .filename {
  color: white; }

/* line 124, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .delete .eyecatcher {
  background-color: rgba(255, 0, 0, 0.2);
  border: 1px solid rgba(230, 0, 0, 0.5);
  margin: -1px;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

/* line 125, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .insert .eyecatcher {
  background-color: rgba(0, 255, 0, 0.2);
  border: 1px solid rgba(0, 128, 0, 0.5);
  margin: -1px;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

/* line 127, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .insert .insert {
  color: #0c0;
  background: transparent;
  font-weight: bold; }

/* line 128, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .delete .delete {
  color: #c00;
  background: transparent;
  font-weight: bold; }

/* line 129, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .change .change {
  color: #88f; }

/* line 130, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/_coderay.scss */
.CodeRay .head .head {
  color: #f4f; }

/* line 5, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.jumbotron h1 a {
  color: white; }
/* line 8, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.jumbotron h1 a:hover span {
  background-color: #89969c; }

/* line 14, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column h2 {
  color: #59666c;
  margin-top: 15px; }
/* line 20, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .bio {
  margin-bottom: 20px; }
/* line 27, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .cloud-authors .author {
  display: block;
  margin: 4px 0; }
/* line 32, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .cloud-authors .author:first-child {
  margin-top: 0; }
/* line 36, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .cloud-authors .more-link {
  margin-top: 1em; }
/* line 44, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags {
  display: inline-block;
  margin: 4px; }
/* line 48, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags:first-child {
  margin-top: 0; }
/* line 53, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags-0 {
  font-size: 0.70em;
  opacity: 0.80; }
/* line 58, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags-1 {
  font-size: 0.95em;
  opacity: 0.85; }
/* line 63, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags-2 {
  font-size: 1.10em;
  opacity: 0.9; }
/* line 68, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags-3 {
  font-size: 1.25em;
  opacity: 0.95; }
/* line 73, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags-4 {
  font-size: 1.40em;
  opacity: 1; }
/* line 78, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags-5 {
  font-size: 1.55em;
  line-height: 0.9em;
  opacity: 1; }
/* line 84, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags-6 {
  font-size: 1.70em;
  line-height: 0.9em;
  opacity: 1; }
/* line 90, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags-7 {
  font-size: 1.95em;
  opacity: 1; }
/* line 95, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags-8 {
  font-size: 2.1em;
  opacity: 1; }
/* line 100, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags-9 {
  font-size: 2.25em;
  opacity: 1; }
/* line 105, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags-10 {
  font-size: 2.40em;
  opacity: 1; }
/* line 110, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.left-column .tags-cloud .tags-11 {
  font-size: 2.55em;
  opacity: 1; }

/* line 117, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.blog-title-bar {
  overflow: hidden; }
/* line 120, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.blog-title-bar .blog-title-image {
  float: left;
  padding-right: 10px; }
/* line 125, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.blog-title-bar .blog-title-caption {
  overflow: hidden; }
/* line 129, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.blog-title-bar .blog-author-bar {
  color: #858585;
  padding-top: 3px;
  margin-top: -15px;
  line-height: 2.1em; }
/* line 137, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.blog-title-bar div.author-image-container {
  text-align: center; }
/* line 141, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.blog-title-bar div.author-image {
  border: 1px solid #ddd;
  border-radius: 0px;
  margin-bottom: 15px;
  display: inline-block;
  padding: 3px; }
/* line 149, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.blog-title-bar div.author-image > img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 767px) {
  /* line 157, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
  .blog-title-bar .blog-tags {
    display: block; } }
/* line 162, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
#content {
  color: #656565; }
/* line 165, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
#content .blogpost .blog-body {
  margin-left: 15px;
  margin-right: 15px; }
/* line 170, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
#content .blog-title-bar h2 {
  font-size: 1.7rem;
  border-bottom: 0;
  margin-top: 0 !important; }
/* line 176, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
#content p, #content table td, #content table th, #content ul {
  font-size: 1.15em; }
/* line 180, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
#content table td p, #content ul ul, #content ul p {
  font-size: 1em; }
/* line 184, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
#content h2 {
  font-size: 1.6em; }
/* line 188, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
#content .blogpost {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #bcae79; }
/* line 194, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
#content .blogpost .more-link {
  margin-top: 1em; }
/* line 199, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
#content .pagination {
  margin-bottom: 20px;
  margin-top: -10px; }
/* line 204, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
#content #preamble .sectionbody {
  font-size: 1em;
  font-weight: normal;
  color: #656565; }
/* line 210, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
#content .ui.card p {
  font-size: 1em; }

/* line 215, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.page-title {
  background-color: #FAFAFA;
  border-bottom: 2px solid #EEE;
  padding-bottom: 18px;
  padding-top: 20px;
  margin-bottom: 0; }
/* line 223, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.page-title .blog-title-bar div.author-image {
  margin-bottom: 0px; }
/* line 227, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.page-title .blog-title-bar .blog-title-image {
  padding-right: 20px; }
/* line 231, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.page-title .blog-title-bar .blog-author-bar {
  margin-top: -5px;
  margin-bottom: 0; }

/* line 238, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.project-reminder {
  background-color: #f8ffff;
  color: #276f86;
  border-bottom: 2px solid #EEE;
  padding-bottom: 18px;
  padding-top: 20px;
  margin-bottom: 0; }
/* line 246, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.project-reminder.warning {
  background-color: #fffaf3;
  color: #573a08; }

/* line 252, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.blog-article {
  margin-top: 30px; }
/* line 255, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.blog-article .content {
  max-width: 860px;
  margin: auto; }
/* line 260, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.blog-article .blog-body {
  margin-bottom: 20px; }
/* line 264, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.blog-article .blog-body .colist table tbody td {
  vertical-align: top;
  padding: 5px; }

/* line 271, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.author-list-element-wrapper {
  overflow: hidden;
  margin-bottom: 25px; }

/* line 276, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.author-list-element-image {
  float: left;
  padding-right: 20px; }

/* line 281, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
.author-list-element-description {
  overflow: hidden; }

/* line 285, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
div.imageblock {
  margin: 10px;
  text-align: center; }

/* line 290, /var/lib/jenkins/workspace/in.relation.to_production/stylesheets/blog-styles.scss */
#disqus_thread {
  margin-top: 40px; }
