1div.quickstats {
2color: black;
3}
4
5 /* This can be used to control the dimensions and overflow of the query output display */
6#quickstats_admin_disp {
7  /* width: 1024px;    */
8   overflow:scroll;
9}
10
11/* This controls the overflow of the query form */
12#qs_admin_form_div { overflow:scroll !important; }
13
14div.quickstats.basics span.title, div.quickstats.ip span.title, div.quickstats.ua span.title,
15div.qs_noalign span.title
16{
17color: black;
18font-weight:bold;
19font-size: 125%;
20}
21
22div.quickstats.ip {
23    padding:2px;
24    clear:left;
25    padding: 8px;
26    max-height: 400px;
27    overflow: scroll;
28    margin-left: 60px;  /* aligns with basics left alignment */
29}
30div.quickstats span.total {
31       font-size:115%;
32       color:blue;
33}
34th.quickstats_sort {
35    pointer: hand;
36    text-align:center;
37    background-color: #eeeeee;
38    }
39 a.quickstats_sort_title  { /*color: blue !important; */}   /* this will change the color etc of the column titles */
40
41div.quickstats.basics { padding:2px; }
42
43/* partial settings for basic layout */
44div.browsers_basics {width: 150px;}
45div.pages_basics { width: 350px;  }
46
47div.pages_basics { margin-left: 255px;  margin-top: 14px;}
48div.countries_basics {
49  padding-right: 30px;
50  margin-top: 14px;
51 width: 280px;
52 }
53
54/* placeholders for individual css formatting */
55div.quickstats.misc span.title, div.quickstats.page span.title, div.quickstats.countries span.title, div.quickstats.ua span.title {}
56div.quickstats.misc { }
57div.quickstats.pages {}
58div.quickstats.countries { }
59div.quickstats.ua {}
60
61td.padded,th.padded { padding-left: 10px; padding-right: 10px; }
62div.quick__stats td.divider { border-left: 1px solid black; }
63div.quick__stats td.padded input { background-color: #ffffaa; }
64div.quick__stats th.padded input { background-color: #ffffaa; }
65div.quick__stats td.place_holder { }
66div.quick__stats th.thead {
67  border-bottom: 1px solid black;
68  padding-bottom: 4px;  padding-top: 4px;
69  text-align:center;
70 }
71caption.qs_cap { font-size: 125%;  font-weight: bold; color:white; background-color: gray;}
72caption.qs_bold_left { text-align: left;  font-weight: bold; }
73
74#qs_cache_panel,#quick__stats { display: none; }
75#qs_query_intro { border: 1px blue solid;  padding:10px; margin-top: 10px; display: none;}
76div.qs_brief table.qs_brief_table td { border-bottom: 1px solid black;  }
77
78/*#extended_data { } */