body { font-family: Arial, sans-serif; margin: 20px; } h2, h3 { color: #333; } #adminData, #measurementResults { margin-top: 20px; border: 1px solid #ccc; padding: 10px; } table { width: 100%; border-collapse: collapse; } table, th, td { border: 1px solid #ccc; } th, td { padding: 4px; text-align: center; } .plot-and-table, .plot-table { margin: 10px 0; padding: 10px; border: 1px dashed #999; } /* Override Tippy's light theme padding */ .tippy-box[data-theme~="light"] { padding: 10px !important; /* Increase padding */ font-size: 14px; /* Adjust font size if needed */ }