| /* |
| * Licensed under the Apache License, Version 2.0 (the "License"); |
| * you may not use this file except in compliance with the License. |
| * You may obtain a copy of the License at |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| */ |
| |
| .inner-html table { |
| border: none; |
| border-collapse: collapse; |
| border-spacing: 0; |
| table-layout: fixed; |
| } |
| |
| .inner-html table thead { |
| border-bottom: 2px solid rgba(0, 0, 0, 0.65); |
| vertical-align: bottom; |
| } |
| |
| .inner-html table tr, |
| .inner-html table th, |
| .inner-html table td { |
| text-align: right; |
| vertical-align: middle; |
| padding: 0.5em 0.5em; |
| line-height: normal; |
| white-space: normal; |
| max-width: none; |
| border: none; |
| } |
| |
| .inner-html table th { |
| font-weight: bold; |
| } |
| |
| .inner-html table tbody tr:nth-child(odd) { |
| background: #fafafa; |
| } |
| |
| .inner-html table tbody tr:hover { |
| background: #e6f7ff; |
| } |
| |
| .inner-html .dataframe tbody tr th:only-of-type { |
| vertical-align: middle; |
| } |
| |
| .inner-html .dataframe tbody tr th { |
| vertical-align: top; |
| } |
| |
| .inner-html .dataframe thead th { |
| text-align: right; |
| } |