/* (C) Copyright 2020 Hewlett-Packard Enterprise Company, L.P. */
/* CIC Help stylesheet customizations */

/* Gray shaded background for the nav box */
div.highlights table, div.highlights tr { 
  background-color: #f3f3f3;
  border: 1px solid black;
  border-collapse: collapse;
}

/* Hide the WebHelp headers and footers */
div.navheader {
  display: none;
}
div.navfooter {
  display: none;
}

/* Extra margin at the top of titled itemized lists (e.g. the how-to page) */
div.itemizedlist p.title { 
  margin-top: 2em;
}

/* Extra padding on right for itemized list in a table (e.g. for the how-to page) */
td div.itemizedlist {
   padding-right: 5pt;
}

/* Set default link behavior to underline only when you hover on them */
:link, :link:visited {
  text-decoration: none;
}
:link:hover, :link:active, :link:visited:hover {
  text-decoration: underline;
}

/* Set header row in informal table background color to HP blue */
div.informaltable thead th {
   font-family: Arial, sans-serif;
   font-size: 10pt;
   font-weight: bold; 
   background-color: #0096D6;
   color: #FFFFFF; 
   }
