|
|
|
@ -32,7 +32,6 @@ footer { |
|
|
|
|
|
|
|
.table-content table { |
|
|
|
min-width: 700px; |
|
|
|
background-color: rgb(250, 250, 250); |
|
|
|
} |
|
|
|
|
|
|
|
.table-content table, .table-content th, .table-content td { |
|
|
|
@ -47,6 +46,10 @@ footer { |
|
|
|
height: 35px; |
|
|
|
} |
|
|
|
|
|
|
|
.tr-color { |
|
|
|
background-color: #eee; |
|
|
|
} |
|
|
|
|
|
|
|
.caption { |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
|