#panel {
          	margin-left: 20px;
margin-bottom:0px;
padding:0px;
width: 652px;
color:#333;
list-style-type:none;
font-size:13px;
text-transform:none;
background:#fff;
border-radius:4px;
font-family:'Lato', sans-serif;
        }

        #panel a {
            display:block;
            font-weight:normal;
            text-decoration:none;
			font-family: 'Lato', sans serif;
		        }

        #panel ul {
            overflow: hidden;
            margin:0;
           
			padding-bottom:3px;
			padding-left:0px;
			padding-top: 1.5px;
			
			padding-right:0px;
			
			
        }

        #panel li {
            margin:0;
            padding:0;
            list-style-type:none;
			font-family: 'Lato', sans serif;
							
        }

	
        #panel li a {
            padding-top: 15px;
		   	text-transform:none;
			width: 650px;
			height:50px;
			font-family:'Century Gothic', sans serif;
			font-weight:bold;
			color:#fff;
			display:block;
			font-size:18px;
			text-align:center;
			line-height: 20px;
	    	border-radius: 6px;
			
				
		        }

        #panel li a.closed {
			width: 650px;
            color:#fff !important;
			background:#816687 !important;
			opacity: 0.8;
			border-radius: 6px !important;
                    }

        #panel li.firstitem a.closed {
						width: 650px;
           color:#fff !important;
			background:#816687 !important;
			opacity: 0.8;
			border-radius: 6px !important;
			padding-bottom: 0px;
                   }

        #panel li.lastitem a.closed {
						width: 650px;
            color:#fff !important;
			background:#816687 !important;
			opacity: 0.8;
			border-radius: 6px !important;
                   }

        #panel li li {
            border:1px solid #E5E5E5;
			border-radius: 6px;
                        padding:15px 15px 2px 15px;
             }

        #panel li a.opened {
                        color:#fff;
						background:#777178;
												opacity: 0.8;
						text-align:center;
                        border-radius: 6px;
        }

        #panel li.firstitem a.opened {
                     color:#fff;
					 background:#777178;
					 opacity: 0.8;
					 text-align:center;
                     border-radius: 6px;
        }

        #panel li.lastitem li {
            margin-bottom:-4px;
        }

        #panel li.lastitem ul {
            width: 650px;
            color:#000 !important;
			background:#fff !important;
			border-radius: 6px !important;
        }
