.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);
}

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

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