File size: 357 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(elements.css);
@import url(tabs.css);

body, html {
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  background: white;
  text-align: center;
  font-family: 'Open Sans', Helvetica, Arial sans-serif;
}

header {
  margin-top: 40px;
}