@charset "utf-8";
/* CSS Document */

body,
td,
th {
	font-family: "arial", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
}

/* Subhead Style */
.bodytext {
	font-family: "Times New Roman";
	color: #000000;
	font-size: 9pt;
}

.cow-row {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 90%;
}

.cow-container {
	width: 18%;
	display: block;
	margin: 0 10px 15px 10px;
	max-width: 300px;
}

@media only screen and (max-width: 800px) {
	.cow-container {
		width: 30%;
	}
}