/*

Oxygen WebHelp Plugin [frameworks\dita\DITA-OT2.x\plugins\com.oxygenxml.webhelp.classic\oxygen-webhelp\resources\css]
Copyright (c) 2019 Flexera.  All rights reserved.

*/

/* Styling the abstract element, which provides product and version on every help page  */

.abstract{
    margin-bottom: 30px;
    font-size: 0.85em !important;
    color: #555555 !important;
    font-weight: bold !important;
}

/* Earlier releases of oXygen embedded a para inside the abstract */
div.abstract p{
    font-size: 0.85em !important;
    color: #555555 !important;
    font-weight: bold !important;
}

/* Hiding the special paras used by unified search mechanism */

p.doc-category {
    display:none;
}

p.doc-version {
    display:none;
}

pre.codeblock {
  overflow-x: auto;
  overflow-y: visible;
  max-height: none;
}

		