p { margin: .2em; }
body {
	background-color: #787;
	color: black;
	font-family:  sans-serif;
	font-size: small;
}
.border {
	margin: 9px;
	margin-top: 5px; margin-bottom: 5px;
	padding: 9px;
	background-color: white;
	border-radius: 8px;
	box-shadow: 1px 1px 2px 2px black inset;
	overflow: hidden;
	word-break: keep-all;
}
.thin {
	display: inline-block;
	vertical-align: bottom;
	width: 40%;
	overflow: hidden;
	word-break: keep-all;
}
.thinner {
	display: inline-block;
	vertical-align: bottom;
	width: 9%;
	text-align: center;
	overflow: hidden;
	word-break: keep-all;
}
.button {
	margin: 10px;
}
.question-number {
	float: right;
	font-size: 350%;
	opacity: .2;
}

h1 { font-size: large; }
h2 { font-size: medium; }

.movies li { font-size: x-small; }
.movies .s0, .s1, .s2, .s3 { display: none; }
.movies .s5 { color: red; }

.pics {margin: 8px;}
.nopass {font-weight: bold;}



table.styled-table thead {
	background-color: #88c; color: #555; cursor: default;
}
table.styled-table td {
	vertical-align: top;
	z-index: 2;
}
