﻿/* ConfTool custom CSS File for printouts */

/** Modify size of Logos for Invoice and Fax Statement **/
.invoice_logo {
  margin-bottom:10px;
  max-width: 640px;
  max-height: 80px;
  width: expression(this.width > 640 ? "640px" : true);
  height: expression(this.height > 80 ? "80px" : true);
}
