1.addressbook_list,
2.singlecontact,
3.searchbox,
4.plugin_addressbook_editform {
5    display:none;
6}
7
8
9/* Printlist */
10
11.plugin_addressbook_print {
12    width:100%;
13    page-break-after: always;
14}
15
16.plugin_addressbook_print td {
17    font-size:10px;
18    text-align:center;
19}
20