.enlarge {
	font-size: 150%
}

table.adoption {
    border-collapse: collapse;
}

table.adoption tr.evenRow {
    background-color: #bcbcbc;
}

table.adoption tr.oddRow {
    background-color: #eeeeee;
}

table.adoption td {
    border: 1px solid #000;
    padding: initial;
    white-space: nowrap;
	text-align: center;
}

table.adoption th {
    border: 1px solid #000;
    color: white;
    background-color: black;
    text-align: center;
	white-space: nowrap;
    font-weight: bold;
}

.popover{
	min-width: 200px;
}

.popover-header .close{
	font-size: 1.1rem;
}

div.card {
	width: fit-content;
}

.legend-item {
	min-width: 32px;
	min-height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
    border: 1px solid rgba(0,0,0,.125);
	background-color: rgba(0,0,0,.125);
}

.registertooltip {
	position: relative;
	display: inline-block;
}

.registertooltip .tooltiptext {
	visibility: hidden;
	width: 600px;
	background-color: white;
	color: black;
	padding: 15px 10px;
	border-radius: 6px;
	font-size: 80%;
	display: block;
	text-align: left;
	white-space: normal;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
 
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.registertooltip:hover .tooltiptext {
	visibility: visible;
}


.form-description {
	margin-bottom: 32px;
}

.vert-center {
	position: relative;
	top: 30%;
}
