# booking-manager/2.0/css/print.css

Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar, version 2.0. 60 lines.

- Page: https://pluginprobe.com/plugins/booking-manager/2.0/code/css/print.css
- Raw: https://pluginprobe.com/plugins/booking-manager/2.0/raw/css/print.css
- Modified: 2017-09-03T06:53:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/booking-manager/2.0/code/css/print.css#L10-L20`.

```css
/**
 * @version 1.0
 * @package: item Listing - Print view
 * @category: Admin Pages only
 * @author wpdevelop
 *
 * @web-site http://oplugins.com/
 * @email info@oplugins.com 
 * 
 * @modified 2015-04-11
 */
#print_loyout_content tr.wpbm-listing-row td .fieldvalue,
#print_loyout_content tr.wpbm-listing-row td .label.label-default {
    background: none repeat scroll 0 0 transparent !important;
    border: none;
    color: #333;
    font-size: 10px;
    font-weight: 400;
    padding: 0 4px !important;
    text-shadow: none !important;
    line-height: 2em;
}
#print_loyout_content tr.wpbm-listing-row td .label.label-default{
    font-weight: 600;   
}
#print_loyout_content tr.wpbm-listing-row td .label.label-default {
    white-space: nowrap;
}
#print_loyout_content tr.wpbm-listing-header th,
#print_loyout_content tr.wpbm-listing-row td,
#print_loyout_content .wpbm-listing-header {
    text-shadow: none !important;
}
#print_loyout_content tr.wpbm-listing-header th {
    padding: 7px 10px;
    font-size: 12px;

}
#print_loyout_content tr.wpbm-listing-row td {
    padding: 5px 10px;
    font-size: 11px;
}
#print_loyout_content tr.wpbm-listing-row td strong {
    font-size: 11px;
}
#print_loyout_content .wpbm-listing-header {
    background: #e4e4e4; 
    border: 1px solid #C6C6C6;
    border-bottom-color: #CCC;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 2px 0px;
    text-shadow: 0 1px 1px #F5F5F5;
}
```
