/* estilos comunes globales */

.aparcamiento {
  font-style: italic;
  white-space: nowrap;
}
.recibo {
  font-family: monospace;
  font-size: 13px;
  white-space: pre;
  line-height: 12pt;
  text-align: left;
  background-color: #FFFFF0;
  padding: 8px;
}
.caja-recibo {
  height: 550px;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 1px solid #ddd;
  background-color: #FFFFF0;
}

.v-data-table-header th {
  white-space: nowrap;
}