|
|
@@ -37,6 +37,39 @@
|
|
|
.origin {
|
|
|
font-family: times;
|
|
|
}
|
|
|
+
|
|
|
+ table {
|
|
|
+ border-spacing: 0;
|
|
|
+ border-collapse: collapse;
|
|
|
+ display: block;
|
|
|
+ width: -webkit-max-content;
|
|
|
+ width: max-content;
|
|
|
+ max-width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ td,
|
|
|
+ th {
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ table th {
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+
|
|
|
+ table th,
|
|
|
+ table td {
|
|
|
+ padding: 6px 13px;
|
|
|
+ border: 1px solid black;
|
|
|
+ }
|
|
|
+
|
|
|
+ table tr {
|
|
|
+ background-color: #ffffff;
|
|
|
+ border-top: 1px solid hsl(210, 18%, 87%);
|
|
|
+ }
|
|
|
+
|
|
|
+ table img {
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|