17 lines
275 B
CSS
17 lines
275 B
CSS
html, body {
|
|
font-family: "Oxygen", "Helvetica", "Arial", sans-serif;
|
|
color: #333333;
|
|
background: #FAFAFA;
|
|
height: 100%;
|
|
}
|
|
|
|
#content {
|
|
padding: 0 25px;
|
|
padding-top: 75px;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
table tr, table th, table td {
|
|
padding: 5px;
|
|
}
|