@charset "utf-8";
/* CSS Document */

body{
			background-color: #FFFFFF;
			/*background-image: url('images/cyclopam-page/blue-bg.jpg');
			background-repeat: no-repeat; 
			background-position: center center;
			background-attachment: fixed;
			background-color: #FFFFFF;*/
  				/*width: 100%;
				height: 760px;*/
			/*background-size: cover;	*/	
		}
		
		
		
	.panel-body{			
			/*background-color:#0067AC;*/
				/*background-image: url('images/cyclopam-page/blue-bg.jpg');*/
  				/*background-repeat: no-repeat; 
				background-position: center center;
				background-attachment: fixed;*/
				background-color: #FFFFFF;
  				/*width: 100%;
				height: 760px;*/
				/*background-size: cover;	*/	
		}	
		
	#banner{	
	background-color:#ffffff;
	margin-top:0;	
	}	
		
	.mybutton{
	/*position: absolute;*/
	/*bottom:4em;
	left:12em;*/
	display:inline-block;	
	background-color:#0066b3;
	border-radius:1.5em;
	color:white;
	/*text-transform:uppercase;*/
	padding:1em 1.5em;
	font-family:Verdana, sans-serif;
    font-size: 16px;
	width: 300px;
		
	}
		
	.mybutton a:link{
	color:#ffffff;	
}
.mybutton a:visited{
	color:#ffffff;	
}
.mybutton a:hover{
	color:#01c8ff;
	/*text-decoration:underline;
	background-color:transparent;*/
}
.mybutton a:active{
	color:#01c8ff;
	/*text-decoration:underline;*/	
}	/*display:block;*/	
		
		
		
		
.text2{
		font-size: 11px;			
		}
	
.text1{
		font-size: 16px;
		color: #285F67;
		}
.p
{
		font-size: 20px;
		color:navy;
		font-family:Verdana, sans-serif;
		}


@media only screen and (max-width:400px) {
	 
	 .btn-lists{		 
		margin-top:20px;
		margin-bottom:20px;
		}
	
	.mybutton{
		font-size: 14px;
		margin:0px;
		
	}
	
		}
	
 @media (min-width:400px) and (max-width:768px) {
	
	 .btn-lists{		 
		margin-top:20px;
		margin-bottom:20px;
		}
	
	}
			
	
	


