/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

@page {
    size: A4;
    margin: 0px;
    font-size: 8px;
}
@media print {
    .printable {
    	font-size: 10px;
        margin: 0px;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
    .printable h4{ font-size: 14px; }
    .printable table tr th{ font-size: 13px; padding: 2px; }
    .printable table tr td{ font-size: 12px; padding: 2px; margin: 2px; }
    .printable .printTitle{width: 80%;}
    .printable .printDate{width: 20%;}
}