2014-03-20 19:21:11 -05:00
|
|
|
html, body {
|
2016-03-30 15:36:56 -05:00
|
|
|
font-family: "Oxygen", "Helvetica", "Arial", sans-serif;
|
2014-03-20 19:21:11 -05:00
|
|
|
color: #333333;
|
2016-03-30 15:36:56 -05:00
|
|
|
background: #FAFAFA;
|
2014-03-20 19:21:11 -05:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
2016-03-30 15:36:56 -05:00
|
|
|
padding: 0 25px;
|
|
|
|
padding-top: 75px;
|
2016-03-30 18:06:44 -05:00
|
|
|
padding-bottom: 50px;
|
2014-03-20 19:21:11 -05:00
|
|
|
}
|
2016-03-30 18:04:19 -05:00
|
|
|
|
|
|
|
table tr, table th, table td {
|
|
|
|
padding: 5px;
|
|
|
|
}
|