
.accordion
{
	cursor : pointer;
}

.panel 
{
	padding: 0 18px;
	background: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	position:fixed;
	z-index:1000;
	width:400px;
	color:#000;
	border:0px !important
}
.panels select 
{
	height:35px;
	padding:2px;
	padding-left:16px;
	background:#fff;
	color:#000;
	border:1px solid #ccc;
}
.panels input
{
	height:35px;
	background:#fff;
	color:#000;
	border:1px solid #ccc;
}

.panels select:focus
{
	border : 1px solid #1ba100;
}

.panels input:focus
{
	outline:0;
	border : 1px solid #1ba100;
}
.continue-btn{
    border: 0;
    border-radius: 0;
    padding: 6px 22px;
    background: #84c225;
    color: #fff !important; 
    text-decoration: none;
	width:100%;
	
}