html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }

td, th, caption { font-weight: normal; text-align: inherit; }

img, fieldset { border: 0; }

ol { padding-left: 1.4em; list-style: decimal; }

ul { padding-left: 1.4em; list-style:square; }

q:before, q:after { content:''; }

/* 7/1/2021 dld - Add common button design for old/new app linking button */
.oldAppLink {
   color: #fff !important;
   background-color: #17a2b8 !important;
   border-color: #17a2b8 !important;
   transition: none !important;
   display: inline-block;
   font-weight: 400;
   text-align: center;
   vertical-align: middle;
   user-select: none;
   line-height: 1.5;
   border-radius: 0.25rem;
   -webkit-appearance: button;
   overflow: visible;
   font-size: xx-small !important;
   padding: 0px 2px !important;
   cursor: pointer;
}
