body { font-family: Verdana, sans-serif; font-size: 9pt; } .value { font-family: "Courier New", monospace; font-size: 8pt; display: inline-block; } table.matrix { border-collapse: collapse; border-spacing: 0; font-size: 7pt; } .matrix td { text-align: center; padding: 0 1ex 0ex 1ex; } table.matrixbrak { border-collapse: collapse; border-spacing: 0; } table.matrixbrak td.lbrak { width: 0.8ex; font-size: 50%; border-top: solid 0.25ex black; border-bottom: solid 0.25ex black; border-left: solid 0.5ex black; border-right: none; } table.matrixbrak td.rbrak { width: 0.8ex; font-size: 50%; border-top: solid 0.25ex black; border-bottom: solid 0.25ex black; border-right: solid 0.5ex black; border-left: none; } #vvDropdownInput { box-sizing: border-box; padding: 4px; border: none; border-bottom: 1px solid #ddd; width: 100%; } #vvDropdownInput:focus { outline: none; } .dropdown-content { margin-top: 4px; position: absolute; background-color: #f6f6f6; border: 1px solid #ddd; z-index: 1; } .dropdown-options a { color: black; font-size: 12px; padding: 6px 8px; text-decoration: none; display: block; } .dropdown-options { overflow-y: auto; max-height: 500px; } .dropdown-options a:hover { background-color: #dbdbdb !important; }