@page {
  size: auto;
  margin-top: 0;
  margin-right: 10px;
}

html {
  font-size: 13px;
  border: 0pt;
}
body {
  background-color: #fff;
  font-family: 'Arial', "DejaVu Sans", sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #000;
}
h1 {
  font-size: 15px;
  color: blue;
}
tr , table {
  border: 0;
}


/*******************************************************************************
 * Definition of the main div's section.
 */
img#logo_print {
  display: normal;
  width: 350px;
  margin-top: 40px;
  margin-bottom: 10px;
}
div.print_title {
  font-size: 20px;
  font-weight: bolder;
  border: solid white !important;
}

/********************************************************************************/
input, textarea , select {
  display: block;
  border: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text] {
  text-align: right;
}
input.result_neg {
  color: #e00;
}

/********************************************************************************/
table.calculator {
  width: auto;
  border-collapse: collapse;
}

table.calculator tbody {
  border: solid white !important;
}

th.list {
  font-size: 16px !important;
  padding: 10px 0px 0px 0px;
  text-align: left;
  color: black !important;
  border: solid white !important;
}
td.calc_label {
  width: 600px;
  min-width: 600px;
  font-size: 13px;
}
td.calc_field {
  width: 180px;
  max-width: 180px;
  border-bottom: 1pt solid #999;
  vertical-align: top;
  font-size: 13px;
}
span.remarks, div.remarks {
  font-size: 11px;
  font-style: italic;
}

/********************************************************************************/
table.fortune_depreciation_comments td {
  font-size: 11px !important;
  line-height: 80%;
  padding: 0;
}

input.disposed_data_remove , input.disposed_data_store {
  padding: 0;
  margin: 0;
}

/********************************************************************************/
p.entitled , p.no_entitlement , p.infos, div.infos  {
  background-color: #ccc;
  padding: 0px;
  font-size: 14px;
  width: 820px;
}
div.infos {
  break-before: always;
  page-break-before: always;
  padding-top: 40pt !important;
}

p.entitled , p.no_entitlement {
  margin-top: 5pt;
}
p.entitled {
  color: #593;
}

p.no_entitlement  {
  color: #e00;
}

/********************************************************************************/
input.public_submit_button , input#result_printer {
  display: none;
}

/* EOF */
