/* line 1, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
body {
  font-family: Arial;
  font-size: 12px;
  margin-left: 20px;
  margin-right: 30px;
}
/* line 8, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
body img {
  display: block;
}
/* line 10, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
body p.sender {
  color: #888;
}
/* line 12, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
body p.sender strong {
  display: block;
  margin-bottom: 5px;
}

/* line 18, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
h3 {
  margin: 0;
}

/* line 21, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#address_line {
  margin-top: 140px;
  color: black;
  font-size: 9pt;
}
/* line 25, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#address_line p {
  font-size: 8pt;
}

/* line 28, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#address {
  clear: both;
  color: black;
  font-weight: bold;
  margin: 30px 0 0 0;
}
/* line 33, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#address p {
  margin: 0;
}
/* line 35, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#address p.plz {
  margin-top: 10px;
}

/* line 38, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#date {
  color: black;
  text-align: right;
}

/* line 42, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#footer {
  font-size: 8pt;
  margin-top: 20px;
}
/* line 45, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#footer p {
  margin: 0;
}

/* line 48, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#subject {
  color: black;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid black;
  margin-bottom: 30px;
  margin-top: 30px;
}
/* line 55, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#subject p {
  margin-bottom: 0;
}
/* line 57, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#subject p.right {
  margin-bottom: 0;
  float: right;
}

/* line 61, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#content {
  color: black;
}

/* line 64, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
.first td {
  border-bottom: 2px solid #888;
}

/* line 68, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#content table {
  width: 500px;
  margin-bottom: 8px;
  font-size: 12px;
  border-collapse: collapse;
}
/* line 73, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#content table tr.first {
  font-weight: bold;
  height: 30px;
}
/* line 77, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#content table td {
  padding: 3px;
}
/* line 79, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
#content p.imp {
  border: 1px solid red;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

/* line 86, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
tr.divider td {
  border-top: 2px solid #aaa;
}

/* line 90, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
tr.total td {
  font-weight: bold;
}

/* line 93, /home/tim/rails/probesecure/app/assets/stylesheets/make_calculation.sass */
tr td:last-child {
  text-align: right;
}

span.currency {
  display: block;
  white-space: nowrap;
}
