	body {
		color:#fff;
		font-family: "Roboto Mono";
		background-color: #000;
		margin:4vh 3vw;
	}

	body, #container, #caption {
		height:90vh;
	}

	#container {
  		height: 90vh;
		display: flex;
  		flex-direction: column;
  		flex-wrap:wrap;	
		margin-left:252px;
		max-height: 1200px;
	}

	#caption {
		position: absolute;
		max-height: 600px;
	}

	#container .sport, #caption {
		margin:0 32px 0 0;
		border-top:2px dotted #777;
		padding:24px 0;
		vertical-align: top;
		width:220px;
	}

	#container .sport img {
		background: url('spinner.gif')
	}

	h1, p {
		margin:0;
		text-align: left;
	}

	h1 {
		font-size:12px;
		letter-spacing: 4px;
		text-transform: uppercase;
		margin-top:6px;
		margin-bottom: 4px;
	}

	p {
		font-size:11px;
		letter-spacing: 1px;
		color: #ccc;
		line-height: 15px;
	}
	p span {
		white-space:nowrap;
	}

	a:link, a:visited {
		color:#ccc;
	}

	a:hover {
		color:#fff;
	}

	#caption h1 {
		margin-top:30px;
	}

	#caption h1#title {
		margin-top:0px;
	}

	#caption h1#closer-h1 {
		margin-top:15px;
	}

	#caption p {
		margin-bottom:3px;
	}


