html
{
	--max-height-graphs : 50%;
	--max-height-tickets : 50%;
}

html.layout-graph-full,
html.layout-graph-hero-strip
{
	--max-height-graphs : 100%;
	--max-height-tickets : 0%;
}

html.layout-graph-full main > section.tickets,
html.layout-graph-hero-strip main > section.tickets
{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

html.layout-tickets-full
{
	--max-height-graphs : 0%;
	--max-height-tickets : 100%;
}

html.layout-graph-left-stack-tickets
{
	--max-height-graphs : 100%;
	--max-height-tickets : 48vh;
}
