+#changeset_list .user {
+ white-space: nowrap;
+}
+
+#changeset_list .area {
+ white-space: nowrap;
+}
+
+#changeset_list .selected {
+ background-color: rgb(255, 255, 160);
+ background-color: rgba(255, 255, 85, 0.5);
+}
+
+#changeset_list_map {
+ position: absolute;
+ top: 0px;
+ bottom: 0px;
+ width: 49%;
+ min-height: 400px;
+ border: solid 1px black;
+}
+
+/* Rules for the data browser */
+
+#browse_navigation {
+ width: 250px;
+ text-align: center;
+}
+
+table.browse_details th {
+ white-space: nowrap;
+}
+
+#browse_map {
+ width: 250px;
+}
+
+#browse_map #small_map {
+ width: 250px;
+ height: 300px;
+ border: solid 1px black;
+}
+
+#browse_map .geolink {
+ display: none;
+}
+
+/* Rules for the trace list shown by the traces tab etc */
+
+#trace_list {
+ font-size: small;
+ border-collapse: collapse;
+ border-width: 0px;
+}
+
+#trace_list .trace_summary {