Ievgeniia Zadorozhna | 9664b42 | 2023-03-28 21:09:46 +0300 | [diff] [blame] | 1 | <style> |
| 2 | h3 { |
| 3 | font-size: 12px; |
| 4 | font-weight: 900; |
| 5 | color: #214666; |
| 6 | line-height: 1.2; |
| 7 | |
| 8 | } |
| 9 | |
| 10 | h1 { |
| 11 | font-size: 22px; |
| 12 | font-weight: 900; |
| 13 | color: #06203a; |
| 14 | line-height: 1.2; |
| 15 | margin-bottom: 18px; |
| 16 | } |
| 17 | |
| 18 | body { |
| 19 | padding: 0 50px; |
| 20 | font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; |
| 21 | margin-bottom: 30px; |
| 22 | } |
| 23 | |
| 24 | table { |
| 25 | border-collapse: collapse; |
| 26 | font-size: 11px; |
| 27 | width: 100%; |
| 28 | } |
| 29 | |
| 30 | th, td { |
| 31 | text-align: left; |
| 32 | padding: 6px; |
| 33 | } |
| 34 | |
| 35 | td { |
| 36 | color: black; |
| 37 | } |
| 38 | |
| 39 | th { |
| 40 | background-color: #214666; |
| 41 | color: white; |
| 42 | text-align: center; |
| 43 | } |
| 44 | |
| 45 | table.dataframe th:first-child, table.dataframe td:first-child { |
| 46 | width: 27%; |
| 47 | } |
| 48 | |
| 49 | td:nth-child(n+2):nth-child(-n+6) { |
| 50 | color: #66707A; |
| 51 | } |
| 52 | |
| 53 | td:last-child { |
| 54 | font-weight: bolder; |
| 55 | font-size: 13px; |
| 56 | color: black !important; |
| 57 | } |
| 58 | |
| 59 | table.dataframe th:last-child, table.dataframe td:last-child { |
| 60 | width: 27%; |
| 61 | } |
| 62 | |
| 63 | tr:nth-child(even) { |
| 64 | background-color: #EFF2F4; |
| 65 | } |
| 66 | |
| 67 | ul { |
| 68 | list-style: none; |
| 69 | font-size: 11px; |
| 70 | color: #66707A; |
| 71 | line-height: 1.5; |
| 72 | } |
| 73 | |
| 74 | ul li::before { |
| 75 | content: ""; |
| 76 | display: inline-block; |
| 77 | width: 8px; |
| 78 | height: 8px; |
| 79 | margin-right: 10px; |
| 80 | background-color: #428CCB; |
| 81 | } |
| 82 | |
| 83 | .timestamp { |
| 84 | text-align: right; |
| 85 | color: #66707A; |
| 86 | top: 0; |
| 87 | right: 0; |
| 88 | margin: 20px; |
| 89 | font-size: 11px; |
| 90 | position: absolute; |
| 91 | } |
| 92 | |
| 93 | .test-header { |
| 94 | display: flex; |
| 95 | justify-content: space-between; |
| 96 | align-items: center; |
| 97 | margin-top: 15px; |
| 98 | margin-bottom: -7px; |
| 99 | } |
| 100 | |
| 101 | .note { |
| 102 | font-size: 11px; |
| 103 | color: #66707A; |
| 104 | } |
| 105 | |
| 106 | </style> |