.game-time {
	width: auto;
}
.game-row, .game-row .cell {
	vertical-align: top;
	min-width: 10%;
}
.game-row a, .game-opp, .game-result {
	display: inline !important;
	word-wrap: break-word !important;
	overflow-wrap: break-word !important;
	white-space: initial !important;
	max-width: 100%;
	min-width: 10%;
}

#hash-athletics-module .fixed-grid {
	margin-left: -.5%;
}

#hash-athletics-module .fixed-grid .text.list-name {
	margin-top: 5px;
	line-height: 22px !important;
	font-weight: 350 !important;
	color: #e86b16 !important;
}

#hash-athletics-module .fixed-grid .list-group-hdr {
	width: 100%;
	text-align: left;
	padding-left: 1%;
}

#hash-athletics-module .page-filters .filter-tag.single {
	display: inline-block;
}

#hash-athletics-module .page-filters .filter-group-label {
	font-size: 15px;
}

@media screen and (max-width: 1920px) {
	.flex-table>.row>.cell.game-time {
		font-size: 98%;
		width: 25% !important;
		max-width: 25% !important;
	}
	#hash-athletics-module .fixed-grid {
		margin-left: -5px !important;
	}
}

@media screen and (max-width: 1280px) {
	.flex-table>.row>.cell.game-time {
		font-size: 98%;
		width: 25% !important;
		max-width: 25% !important;
	}

}

@media screen and (max-width: 1100px) {
	#hash-athletics-module .page-filters:not(.active) .filter-tag {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.flex-table>.cell.p50 {
		width: 100% !important;
		max-width: 100% !important;
	}
	.flex-table>.row>.cell.game-time {
		width: 25% !important;
		max-width: 25% !important;
	}
	.cmspage #hash-athletics-module {
		margin: 0 !important;
		padding: 0 1% !important;
	}
}

@media screen and (max-width: 600px) {
	.flex-table .row.game-row {
		margin: 10px 0 0 0;
		padding: 10px 0 20px 0;
		border-bottom: 1px solid #ccc;
		flex: 0;
	}
	.game-row .game-info {
		max-width: 100%;
	}
	#hash-athletics-module .fixed-grid {
		margin: 0 1%;
	}
	.cmspage #hash-athletics-module {
		margin: 0;
		padding: 0 2% 0 4% !important;
	}
}