
body {
  font-family: Verdana;
  font-size: small;
}
input, select {
	font-size: inherit;
}
.edit_user_pass {
	font-size:1em;
	border-style: solid;
	border-width: 0.1em;
	border-color: gray;
	width: 10em;
}
.tiquet_asunto {
  overflow: hidden;
  width: 85vw;
}
.tiquets_recibidos {
  display: inline;
  color: firebrick;
  background-color: antiquewhite;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 2px;
  border-style: dotted;
  font-size: 1.2em;
}
.deudas_td {
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}
.deudas_tr_moroso {
    background-color: #ffd0d0;
}
