aboutsummaryrefslogtreecommitdiffstats
path: root/public/stylesheets/print.css
blob: 89be21019666272545608e384251f3159d5b2b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
div#content, div#left_column, div.entirebody div#wrapper {
 width: 100%; 
 margin: 0; 
 float: none;
}
div#content {
 padding-right: 0;
 width: 96%;
}

#wrapper {
 width: auto;
 padding: 0;

}

p.event_actions,
div#after_actions,
#right_column,
#banner,
#header_right,
#describe_state_form_1,
#describe_state_form_2 input[type=submit],
#footer {
 display: none;
}

div.correspondence {
 background: none;
 border: 1px solid #DDD;
}

p#request_status {
 page-break-after: avoid;
}
div.correspondence {
 page-break-before: avoid;
}

#other-country-notice {
 display: none;
}

.not-for-print {
 display: none !IMPORTANT;
}