.weightTD {
	text-align: center;
	padding: 8px;
}

.archiveWeightImage {
	width: 50px;
}

.categories {
	display: flex;
	flex-wrap: wrap;
}

.categoryTD {
	text-align: left;
	padding: 4px;
	width: 170px;
	min-width: 136px;
}

.infoButton {
	font-weight: bolder !important;
	font-size: 14px !important;
	line-height: 14px !important;
	padding: 6px 8px !important;
	margin-bottom: 8px !important;
}

.weights {
	display: flex;
}

.weightsIndividual {
	display: flex;
	flex-wrap: wrap;
}

.weightsRow {
	display: flex;
	flex-wrap: wrap;
}

.weightTD{
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-left: 16px !important;
	text-align: left !important;
}

.yarnWeightTitle {
	display:inline-block !important;
}

.categorySpacing{
	margin-top: 48px;;
}

.adImageCenter{
	text-align: center;
}

/* Medium */
@media only screen and (min-width: 768px) {
	.archiveWeightImage {
	  width: 60px;
	}
}
