<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body {
  background-color:rgb(250, 251, 254);
}

/** 
 * CARD
 */
.card.sin-borde {
  border:1px solid #edf2f9;
  box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);
  margin-bottom:10px;
}

.barra {
  border-bottom: 1px solid #f1f1f1;
  padding-top:10px;
  margin-bottom:10px;
}

/**
 * Ficha
 */
.table.ficha strong {
  
}

.table.cell-full {
  white-space: nowrap;
}</pre></body></html>