| /* |
| Copyright 2024 The Go Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style |
| license that can be found in the LICENSE file. |
| */ |
| form span { |
| display: block; |
| padding-bottom: .2em |
| } |
| label,input { |
| display: inline-block; |
| width: 20%; |
| } |
| label { |
| margin-right: .1em; |
| } |
| input.submit { |
| width: 10%; |
| } |
| .title,span.title a { |
| font-weight: bold; |
| font-size: 1.1em; |
| color: #3e4042; |
| } |
| .kind,.score { |
| color: #6e7072; |
| font-size: .75em; |
| } |
| p { |
| margin-top: .25em; |
| margin-bottom: .25em; |
| } |
| div.result span { |
| display: block; |
| padding-bottom: .05em; |
| } |
| div.result { |
| padding-bottom: 1em; |
| } |
| .submit { |
| padding-top: .5em; |
| } |