1
.header {
2
  height: 42px;
3
  border-bottom: 1px solid #eee;
4
}
5
6
.container {
7
  max-width: 70%;
8
}
9
10
.content {
11
  padding-top: 10px;
12
  padding-bottom: 10px;
13
}
14
15
.user-menu a {
16
  color: #000;
17
}
18
19
.footer {
20
  margin-top: 30px;
21
  margin-bottom: 10px;
22
  border-top: 1px solid #eee;
23
  font-size: 0.8em;
24
  text-align: center;
25
}