@charset "utf-8";
/* Used in the movies page */

.movietitle {
	font-weight: bold;
	text-align: center;
	font-size: 18pt;
	padding-top: 4px;
	padding-bottom: 6px;
	line-height: 1.125em;
	margin: 1em auto 0.2em;
}
.table-photos {
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
}
.table-photos img {
	border: 1px solid #000;
}