.alert-error-solicitud {
	padding: 1px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	border-radius: 4px;
}
.error {
	background-color: #FF0039;
	color: #fff;
	font-weight: bold;
	padding: 0.375rem 0.75rem;
}

h2 {
	margin-bottom: 1rem;
}

table, form {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

table form {
	display: inline-block;
	margin: 0 1rem;
}

table th {
	padding: 0.75rem inherit;
}

table tr > td:last-child {
	font-weight: bold;
	margin-left: 0.4rem;
}

.enlace {
  display:inline !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  text-decoration:underline !important;
  background:none !important;
<<<<<<< HEAD
  color:blue !important;
=======
  color:-webkit-link !important;
>>>>>>> branch 'main' of https://gitlab.ine.es/censo-electoral/sede-electronica/censo-elec-tram-recla-cera-ele-web
  font-family: arial, sans-serif !important;
  font-size: 1em !important;
  line-height:1em !important;
}

.enlace:hover {
  cursor:pointer !important;
}