.allstars {
	width: auto;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-bottom: 1.5rem;
	vertical-align: top;
	padding: 1.5rem;
	box-shadow: 0.15rem 0.15rem 0.25rem #c8c8c8;
	background-color: #c8c8c8;
	font-family: arial;
	font-size: 1.25rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
}
.boxing {
	width: auto;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-bottom: 1.5rem;
	vertical-align: top;
	padding: 1.5rem;
	box-shadow: 0.15rem 0.15rem 0.25rem #c8c8c8;
	background-color: #f5f5f5;
	font-family: arial;
	font-size: 1.25rem;
	line-height: 1.5;
}
.boxing.white {
	width: auto;
	background-color: #ffffff;
}
.desc_table, .desc_cross {
	width: 100%;
	font-family: arial;
	font-size: 1.15rem;
	line-height: 1.75;
}
.desc_table tr:nth-child(odd), .desc_cross tr:nth-child(odd) {
	background: #fafafa;
}
.desc_table td, .desc_cross td {
	padding: 0.25rem 1rem;
}
.desc_details {
	width: auto;
	font-family: arial;
	font-size: 1.25rem;
	line-height: 2;
}

