body {
    overflow-x: hidden;
}

input {
	margin: 5px 0;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 780px; /* or 950px */
}

@media (max-width: 480px) { /* resize buttons on smaller screens */
	.btn-responsive {
		padding:4px 6px;
		font-size:80%;
		line-height: 1;
		border-radius:3px;
	}
}

.text-underline {
	text-decoration: underline;
}

.text-strong {
	font-weight: bold;
}

.footer a {
	color: #999;
}

#gamebuttonrow {
	margin-bottom: 10px;
}