body { background-color: white; color: black; font-family: 'Verdana', 'Arial', sans-serif; font-size: 12pt; margin: 0; padding: 0; } .loader { float: right; } .title { background-color: black; padding: 8px; } .title .main { font-size: 14pt; font-weight: bold; } .title .sub { color: white; font-size: 8pt; } .quote { font-style: italic; } .container { padding: 8px; } .header { font-size: 14pt; font-weight: bold; margin-bottom: 8px; } .mode { margin-bottom: 2em; } .mode .selection { margin: 8px; } .mode .selection > input { margin-right: 8px; } .parameter { margin-bottom: 8px; } .tabs { margin-bottom: 16px; } .tab { display: inline-block; cursor: pointer; font-size: 14pt; font-weight: bold; padding: 8px; border: solid 1px #f0f0f0; } .tab.active { background-color: #bce3ff; border: solid 1px #0092ff; }