#demo {
        margin: 30px 0 50px 0;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		width:60%;
		margin:0 auto;
		position:relative
    }
    
    #demo .wrapper {
        display: inline-block;
        width: 100%;
        margin: 0 10px 0 0;
        height: auto;
        position: relative;
    }
    
    #demo .parent {
        height: 100%;
        width: 100%;
        display: block;
        cursor: pointer;
        line-height: 50px;
        height: 50px;
        border-radius: 3px;
        background: #F9F9F9;
        border: 1px solid #E1E1E1;
        border-bottom: 1px solid #D5D5D5;
        color: #FF7841;
        font-weight:normal;
		font-size:20px;
        z-index: 2;
        position: relative;
        -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
        -webkit-transition-delay: .8s;
        text-align: justify;
    }
    
    #demo .parent:hover,
    #demo .content:hover ~ .parent {
        background: #fff;
        -webkit-transition-delay: 0s, 0s, 0s;
    }
    
    #demo .content:hover ~ .parent {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 0;
    }
    
    #demo .content {
        position: absolute;
        top: 0;
        display: block;
        z-index: 1;
        height: 0;
        width: 	100%;
        padding-top: 48px;
        border: 1px solid #D5D5D5;
        border-radius: 5px;
        box-shadow: 0 1px 2px rgba(0,0,0,.4);
    }
    
    #demo .wrapper:active .content {
        height: 123px;
        z-index: 100;
        -webkit-transition-delay: 0s;
    }
    
    #demo .content:hover {
        height: 123px;
        z-index: 100;
        -webkit-transition-delay: 0s;
    }
    
    
    #demo .content ul {
        background: #fff;
        margin: 0;
        padding: 0;
        overflow:hidden;
        height: 100%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
		position:relative
    }
    
    #demo .content ul a {
        text-decoration: none;
    }
    
    #demo .content li:hover {
        background: #eee;
        color: #333;
    }
    
    #demo .content li {
        list-style: none;
        text-align: left;
        color: #888;
        font-size: 14px;
        line-height: 50px;
        height: 50px;
        padding-left: 10px;
        border-top: 1px solid #ccc;
		position:relative
    }
    
    #demo .content li:last-of-type {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
	
	.demo-img img{
		width:50px;
		text-align:left;
		margin-top:-8px;
		}
		
	.faqspace {
		height:2.8em}
		

 @media screen and (min-width:768px) and (max-width:991px){
	 #demo {
		 width:80%} }
		 
		
 @media screen and (min-width:0px) and (max-width:767px){
	 #demo {
		 width:80%}
	 
	 #demo .parent{
		 font-size:16px}}