<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
*{font-family: 'Roboto Condensed', "Arial Narrow", sans-serif; font-size:16px;}
body
{
	margin: 0;
	 background: url('../images/bg.jpg') no-repeat; 
}

img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}

.content_wrapper
{
	background:#fff; width:90%; margin:30px auto 50px; height:100%;  
	-webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75); 
	overflow: auto;	
}

.msg_notification
{
	width:90%; margin:100px auto; text-align:center;
}

p.fb_qn {font-size:10px; font-family:latha; font-weight:normal; display:inline;}</pre></body></html>