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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
td,
th {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 10px;
  line-height: 1;
}
body {
  font-size: 1.4rem;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#print-root {
  font-size: 14px;
  line-height: 20px;
}
#print-root > .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #111;
}
#print-root > p {
  margin: 20px 0;
}
#print-root > footer {
  margin-top: 20px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 12px 0;
}
#print-root > footer > p {
  margin-bottom: 4px;
}
#print-root > footer > .flex {
  display: flex;
  align-items: flex-start;
}
#print-root > footer > .flex > .logo {
  text-align: center;
  padding-top: 12px;
  margin-right: 20px;
  flex: 0 0 200px;
}
#print-root > footer > .flex > .logo > img {
  width: 200px;
  height: auto;
}
#print-root > h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 16px;
}
#print-root > h2:first-child {
  margin-top: 0;
}
#print-root > table {
  border: 1px solid #111;
}
#print-root > table th {
  color: #555;
  font-weight: bold;
}
#print-root > table th,
#print-root > table td {
  border: 1px solid #111;
  padding: 4px 8px;
  word-break: break-all;
}
#print-root table {
  width: 100%;
  border-collapse: collapse;
}
#print-root > .opinion {
  padding: 12px 8px;
  border: 1px solid #111;
}
#print-root > .opinion > div {
  margin-bottom: 8px;
}
#print-root > .opinion > div:last-child {
  margin-bottom: 0;
}
#print-root > .opinion > div > h3 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}

