* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}

body {
	font-family: arial, helvetica, sans-serif;
}
.rating {
	font-size: 14px;
	font-weight: bold;
	font-style: normal
}
.passes {
	font-size: 14px;
	font-style: normal;
	font-weight: normal
}
.bold {
	font-size: 14px;
	font-style: normal;
	font-weight: bold; color: #000000
}
.text {

	font-size: 14px;
	font-style: normal;
}
table.main {
	width: 750px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
table.movie {
	width: 750px;
	border-top: 1px solid black;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
tr.movie:first-child {
	border-top: 1px solid black;
}
td.movie_info {
	width: 500px;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 3px;
}
td.movie {
	border-bottom: 1px solid black;
}
td.movie_times {
	width: 250px;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	vertical-align: top;
}

.location {
	font-Size: 24px;
	font-weight: bold;
	Color: black;
}
.title {
	font-size: 18px;
	font-weight: bold;
	Color: black;
}
.body_text {
	font-size: 14px;
	font-weight: normal;
}
.small_text {
	font-size: 12px;
	font-weight: normal;
}
.large_text {
	font-size: 16px;
	font-weight: normal;
}
table.times {
	border-collapse: collapse;
}
.dates {
	font-size: 14px;
	font-weight: bold;
}
.times {
	font-size: 14px;
	font-weight: normal;
}
td.dates {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
td.times {
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
td.format {
	text-align: left;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
}
