* {
  margin: 0;
  padding: 0;
  font-family: "Arial", Courier, monospace;
}
html {
  font-size: 12pt;
}
.geral {
  width: 21cm;
  margin: 0 auto;
}
.title {
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 11px;
  padding-top: 10px;
  margin: 10px;
}
.imagem-logo {
  float: left;
  margin-top: 5px;
}
.dados-recibo {
  text-align: right;
  width: 100%;
  background: #f1f1f1;
  margin: 20px 0;
  font-size: 18px;
  padding-right: 5px;
}
.dados-pessoa {
  font-size: 11px;
  font-weight: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.margen-right {
  margin-right: 15px;
}
.detalhes-atividades {
  width: 100%;
  margin-top: 10px;
}
.detalhes-atividades table {
  width: 100%;
}
.detalhes-atividades table tr td {
  padding: 3px;
  font-size: 11px;
}
.detalhes-atividades table thead tr td {
  background: #e1e1e1;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
}
.detalhes-atividades table tbody tr td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.detalhe-atividades-valor {
  width: 130px;
}
.rodape {
  font-size: 11px;
  padding-top: 4px;
  padding-left: 5px;
}
.crop {
  border-bottom: 1px dashed #333;
  margin-top: 10px;
}
.forma-pagamento {
  font-size: 11px;
  margin-top: 10px;
}
.descricao-observacao {
  margin-top: 10px;
}
.descricao-baixa {
  margin-top: 10px;
}
.linha-assinatura {
  text-align: center;
  margin: 30px auto 0;
}
.linha-assinatura hr {
  display: inline-block;
  width: 400px;
}
