Revert "Revert "Removed the "fix_scrollbarbug" div and all references to it.""
[citadel.git] / webcit / static / styles / content.css
1 #content {
2         position: fixed;
3         top: 120px;             /* when changing this, also change #banner and #iconbar */
4         left: 16%;              /* when changing this, also change #banner and #iconbar */
5         bottom: 0;
6         width: 84%;             /* when changing this, also change #banner and #iconbar */
7         background-color: #6C91A6;
8         color: #000;
9         z-index: 2;
10         overflow-y: auto;                               
11 }
12
13 .boxcontent table {
14         margin: 0;
15         padding: 0;
16 }
17
18 #content table .box {
19         margin: 0;
20         width: 100%;
21         text-align: left;
22 }
23
24 .service, .who_is_online {
25         text-align: center;
26         width: 100%;
27 }
28
29 .service table {
30         margin: 0 auto 0 auto;
31         width: 100%;
32         text-align: left;
33 }
34
35 .instructions {
36         text-align: center;
37 }
38