<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { scroll-behavior: smooth;
}

#btn {
	margin-top:0;
	text-align:center;
	background-image: url(/images/events/dollhouse-movie/image_04.jpg);
	height:370px;
}

#btn a:hover img,
#btn a:hover .more:after {
	opacity: 0.7;
}

#twbtn {
	margin-top:0;
	text-align:center;
	background-image: url(/images/events/dollhouse-movie/twitter_02.jpg);
	height:70px;
}

#entries {
	background-image: url(/images/events/dollhouse-movie/image_08.jpg);
	height:910px;
	padding:30px 50px 50px;
	color:#ffffff;
}

#entries h2{
	text-align: center;
	color:#ffffff;
}

#entries a {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 1px;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 30px 0;
}
table th {
	width: 20%;
	color:#ffffff;
	text-align: right;
	padding: 10px;
	border: 1px solid #ffffff;
	border-left: none;
}
table td {
	padding: 10px;
	text-align:left;
	border: 1px solid #ffffff;
	border-right: none;
}



*,* :before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}</pre></body></html>