|
|
|
@ -56,16 +56,13 @@
|
|
|
|
#output_table {
|
|
|
|
#output_table {
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.output_table_regular tbody th:nth-child(1) {
|
|
|
|
.output_table_regular tbody th:nth-child(1) {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.output_table_regular {
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.output_table_transposed th,
|
|
|
|
.output_table_transposed th,
|
|
|
|
.output_table_transposed td {
|
|
|
|
.output_table_transposed td {
|
|
|
|
vertical-align: top;
|
|
|
|
vertical-align: top;
|
|
|
|
@ -79,6 +76,7 @@
|
|
|
|
.button {
|
|
|
|
.button {
|
|
|
|
padding: 0.25rem 2rem;
|
|
|
|
padding: 0.25rem 2rem;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
color: var(--main_1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 40rem) {
|
|
|
|
@media screen and (min-width: 40rem) {
|
|
|
|
|