@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}
body {
    -webkit-print-color-adjust: exact;
    font-size: 12px;
}
header {
    background-color: #fff!important;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.p-print-database {}
.p-print-database h1 {
    margin-bottom: 20px;
}
.meta {
    margin-bottom: 20px;
}
.meta span {
    margin-right: 12px;
}
.meta span:not(:first-of-type) {
    margin-left: 12px;
}
.p-print-database-table {
    width: 100%;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}
.p-print-database-table thead {
    border-bottom: 1px solid #acacac;
}
.p-print-database-table thead th {
    padding: 12px;
    line-height: 1.4;
    border-right: 1px solid #acacac;
}
.p-print-database-table tr {
    border-left: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}
.p-print-database-table tr td {
    padding: 12px;
    line-height: 1.4;
    border-right: 1px solid #acacac;
}
.p-print-database-table tr th.column-name {
    width: 30%;
}
.p-print-database-table tr th.column-summary {
    width: 40%;
}
.p-print-database-table .column-contract {
    width: 6rem;
}
.p-print-database-table tr td p {
    margin-bottom: 1px;
}
.p-print-database-table .icon {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #acacac;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 10px;
}
.p-print-database-table .name {
    font-weight: bold;
}
.p-print-database-table a {
    text-decoration: none;
    color: inherit;
}
foote {
    margin-top: 10px;
    font-size: 10px;
}
