| body { | |
| padding: 2rem; | |
| font-family: 'Roboto', sans-serif; | |
| } | |
| h1 { | |
| font-size: 16px; | |
| margin-top: 0; | |
| } | |
| p { | |
| color: rgb(107, 114, 128); | |
| font-size: 15px; | |
| margin-bottom: 10px; | |
| margin-top: 5px; | |
| } | |
| .card { | |
| max-width: 620px; | |
| margin: 0 auto; | |
| padding: 16px; | |
| border: 1px solid lightgray; | |
| border-radius: 16px; | |
| } | |
| .card p:last-child { | |
| margin-bottom: 0; | |
| } | |
| #arch_res { | |
| font-family: Arial, Helvetica, sans-serif; | |
| border-collapse: collapse; | |
| width: 100%; | |
| } | |
| #arch_res td, #arch_res th { | |
| border: 1px solid #ddd; | |
| padding: 8px; | |
| } | |
| #arch_res tr:nth-child(even){background-color: #f2f2f2;} | |
| #arch_res tr:hover {background-color: #ddd;} | |
| #arch_res th { | |
| padding-top: 12px; | |
| padding-bottom: 12px; | |
| text-align: left; | |
| background-color: #F81A10; | |
| color: white; | |
| } |