.dog-table {
	font-size: 1rem;
}
.dog-table th {
	text-align: right;
}
.dog-table td {
	font-family: "courier new", courier, monospace;
}
#my-dog {
	position: relative;
}
#my-dog-img {
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 12px;
}
#my-dog-name {
	position: absolute;
	z-index: 2;
	min-width: 180px;
	aspect-ratio: 1.25;
	background: url('/plant/dogteams/images/dogtag.png');
	background-size: cover;
	color: #fcb238;
	font-size: 2.25rem;
	font-weight: bold;
	text-shadow: 0px 3px 5px #023a8b;
	text-align: center;
	padding-top: 57px;
	right: -15px;
	top: -15px;
	transform: rotate(15deg);
}
#my-dog-county {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	background: rgba(3, 83, 170, 0.75);
	color: #cdf;
	width: 100%;
	border-radius: 0 0 12px 12px;
	border-top: 4px solid #ff9f00;
	padding: 6px 20px 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
