/* Small only css */
@media (max-width:600px){

.PageHeader {
	flex-direction: column;
}

a.HeaderLink {
	flex-basis:50%;
	flex-grow:1;
}

div.EmptyLink {
	display:none;
}

.TopLinksSquish {
	flex-direction:column;
	flex-basis:100vw;
}

img.LodgingEx {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 20vh;
  margin: 5px;
}

img.SponsorLogo {
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:50vh;
	margin:auto;
}

div.MatchContainer {
	min-width:100%;
	max-width:100%;
}

div.PageArticleContainer {
	width:92vw;
}

div.PageArticleImageContainerHelper {
	width:92vw;
}



























} /* Width wrap end. */