<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

a:hover, a:focus{
color:#FFFF00;
text-decoration: none;
}

#nextpage{display:none;}


.content_data{
	margin-top: 7px;
	padding-top: 7px;
}

.content_div_background{
	background-color:#fff;
	padding-left: 5px;
	padding-right: 5px;
    padding-bottom: 5px;
}

.screen_background{
	background-color:#eeeeee;
	overflow-y: auto;
}

.header_bar_tag{
	background-color:#eeeeee !important;
	border:none;
}
.img_div{
	text-align:center;
}

.index_page_div{
	/*margin-top: 90px;*/
	/*margin-top: 160px;*/
	/*margin-bottom: 160px;*/
	margin-top: 38%;
	margin-left: 15px;
	margin-right: 15px;
}

.event_form_div{
	margin-bottom: 85px;
}

.font_align{
	text-align:center;
	font-family: Century Gothic;
}
.text_align{
	text-align:center;
}

.text_font{
	font-family: Century Gothic;
}

.input_box{
	border-radius: 0px;
	border-left: 5px solid #CC3C20 !important;
	margin: 0 auto;
	margin-bottom: 16px;
	padding-left: 10px !important;
	width: 290px;
	border-top: 0px !important;
	border-bottom: 0px !important;;
	height: 33px !important;;
	max-width: -moz-available;
	max-width: -webkit-fill-available;
}

.sub_btn{
	border-radius: 0px;
	background-color: #CC3C20;
	color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	width:290px;
	margin:0 auto;
	margin-top:9px;
	max-width: -moz-available;
	max-width: -webkit-fill-available;
}

.sub_btn:hover{
	background-color: #CC3C20;
	color: #fff;
}

.input_box_div{
	padding-left: 20px;
	padding-right: 17px;
}

.app_info_div{
	margin-top: 12px;
}

/*.app_info_title{
	margin-bottom:7px;
	text-align: center;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
}*/

.app_info{
	margin-bottom:7px;
	text-align: center;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
}


.left_right{
	padding-left: 0px;
	padding-right: 0px;
}

.event_form{
	text-align: center;
	font-weight: bold;
	color: #CC3C20;
	font-family: Century Gothic;
	margin-top:40px;
}

.sevent_form_subtitle{
	text-align: center;
	font-family: Century Gothic;
	/*line-height: 45px;*/
	font-weight: bold;
	margin-top:36px;
	margin-bottom:27px;
}



.img_size{
	width:100%;
}


.post_title{
	padding-left: 0px;
	padding-right: 0px;
	font-family: Century Gothic;
	color: #c02926;
	font-size: 15px;
	font-weight: bold;
}

.post_title:hover{
	text-decoration:none;
	color: #c02926;
}


.post_content_data{
	padding-left: 0px;
	padding-right: 0px; 
	padding-bottom: 5px;
	font-family: Century Gothic;
}

.post_text{
	font-size: 12px;
}

.logo{
	height:auto;
	width:125px;
	border: 3px solid #fff;
	border-radius: 3px;
}

.event_form_logo{
	margin-top: 72px;
	text-align: center;
}

.mainpage_logo_div{
	margin-top: 5px;
	margin-bottom: 16px;
}

.past_page_logo{
	width: 82px;
	border: 2px solid #fff;
	border-radius: 0px;
	margin-left: 14px;
}

.single_post{
	padding-bottom: 10px;
}
.post_data{
	text-align: justify;
	font-family: calibri;
    font-size: 13px;
}

.book_ticket_div{
	margin-top:10px;
	font-family: Century Gothic;
}

.book_ticket_btn{
 	border-radius: 0px;
	background-color: #CC3C20;
	color: #fff;
	padding: 4px 15px 4px 15px;
 }
 
.ticket_amt{
    margin-top: 8px;
    margin-bottom: 9px;
}
 
.book_ticket_btn:hover{
	background-color: #CC3C20;
	color: #fff;
}
 

.rmargin{
	margin-left:0px;
	margin-right:0px;
}

.menu_icon{
	text-align:right;
}

.event{
overflow: hidden;
height: 119px;
}

.ticket{
background-color: #c02926;
color: #fff;
padding: 3px 10px 3px 10px;
border-radius: 3px;
font-size:13px;
}

.ticketak{
background-color: #c02926;
color: #fff;
padding: 4px 10px 4px 10px;
border-radius: 3px;
font-size:13px;
}</pre></body></html>