body {
	overflow-x:hidden;
}

footer {
	overflow-x:hidden;
	border-bottom: 2px solid #BBB;
	text-align: center;
	padding: 1.2em 0.8em 0.8em 0.8em;
	display: none;

	input, button {
		border: 2px solid rgba(1, 1, 1, 0.2);
		font-size: 1.2em;
		border-radius: 4px;
		display: none;
	}

	/*
	input {
		border: 2px solid rgba(1, 1, 1, 0.5);
		min-width: 14em;
		padding: 0.2em;

		@media screen and (max-width: 680px) {
			display: block;
			margin: auto;
			margin-bottom: 0.4em;
		}
	}
	*/

	button {
		padding: 0.2em 1.2em;
		cursor: pointer;
		user-select: none;
	}

	button#resumeButton {
		background: rgba(0, 255, 0, 0.2);
	}

	button#stopButton {
		background: rgba(255, 0, 0, 0.2);
	}

	button#clearButton {
		background: rgba(0, 0, 0, 0.2);
	}

	.readMore {
		margin: 0;
		padding-top: 0.4em;
	}

	#counter {
		margin: 0;
		padding-top: 0.4em;
	}
}

#content {
	box-sizing: border-box;
	/* max-width: 800px; */
	margin: auto;
	padding: 1.2em;
}

#skeetContainer {
	font-size: calc(8pt + 0.5vw);
	.skeetItem:hover {
 		cursor: pointer;
 		background-color: rgba(25,30,35,0.50); 
	}
	.skeetItem {
		margin: 1.2em 0;
		border-radius: 6px;
		padding: 1em 1.2em;
		.skeetText {
			line-height: 1.4;
			margin-bottom: 0.4em;
			font-size: calc(8pt + 0.5vw);

			a {
				/* color: yellow; */
				text-decoration: none;
			}
		}

		.skeetUsername {
			text-align: right;

			a {
				padding-left: 0.4em;
			}
		}
	}
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2em;
	text-align: center;
	border-top: 2px solid #CCC;
	padding: 1.2em;
}
