|
@@ -5,15 +5,11 @@ html {
|
5
|
5
|
color: #444444;
|
6
|
6
|
}
|
7
|
7
|
|
8
|
|
-#header { position: absolute; top: 0; left: 0; width: 100%; padding: 0 16px; background: #444444; line-height: 40px; }
|
9
|
|
-#header a { color: #CCCCCC; padding: 0 8px; }
|
10
|
|
-#header a:hover { color: #FFFFFF; }
|
11
|
|
-
|
12
|
8
|
.row { max-width: 800px; margin: auto; text-align: justify; }
|
13
|
9
|
.row h1 { font-size: 3em; margin-top: 50px; }
|
14
|
10
|
.row p { padding: 0 10px; }
|
15
|
11
|
|
16
|
|
-h1.title { margin-top: 80px; }
|
|
12
|
+.top_margin { margin-top: 40px; }
|
17
|
13
|
|
18
|
14
|
.center { text-align: center; }
|
19
|
15
|
|