/* (C) Copyright 2020 Hewlett-Packard Enterprise Company, L.P. */
/* reset + utility */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

strong {
  font-weight: bold; }

ol, ul {
  list-style: none;
  margin-bottom: 20px; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0; }

dt, dd {
  margin-bottom: 10px; }

dd {
  padding-left: 10px; }

p, ul {
  margin-bottom: 20px; }

p img {
  vertical-align: text-bottom; }

sup {
  /* IE is pretty wonky with SUP styles; define differently in IE-specific CSS if used */
  font-size: .75em;
  vertical-align: 20%; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

optgroup {
  font-style: normal; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }
