#listado_fichas_clientes .seleccionar_cliente {
  cursor: pointer;
}
#listado_fichas_clientes .seleccionar_cliente.activo {
  background-color: #eee;
  font-weight: bold;
}
#listado_fichas_clientes h2 .editar_nombre_cliente {
  visibility: hidden;
}
#listado_fichas_clientes h2:hover .editar_nombre_cliente {
  visibility: visible;
}
@media screen and (min-width: 0px) and (max-width: 720px) {
  #listado_fichas_clientes .mobile-hide {
    display: none;
  }
  #listado_fichas_clientes .segment {
    padding: 3px;
    margin: 0;
  }
  #listado_fichas_clientes .wrapped {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
