
    .js .panel-title {
        margin: 0;
		padding:0;
    }
    .panel-title a {
        border-bottom: none;
        color: #111;
        display: block;
        padding: 10px 20px;
		margin:4px 0px 0px;
        position: relative;
        text-decoration: none;
        -webkit-transition: color 200ms ease 0s;
        -moz-transition: color 200ms ease 0s;
        transition: color 200ms ease 0s;
		background-color:#eaeaea;
    }
    .panel-title a .icon {
        color: #9e9e9e;
        position: absolute;
        right: 20px;
        -webkit-transition: all 200ms ease 0s;
        -moz-transition: all 200ms ease 0s;
        transition: all 200ms ease 0s;
		display:block;
		width:20px;
		height:20px;
		top:50%;
		-webkit-transform:translateY(-50%);
		transform:translateY(-50%);
    }
	.panel-title a .icon:after{
		width:0px;
		height:0px;
		content:" ";
		display:block;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		border-top:10px solid #111;
		border-bottom:0px;
	}
	.panel-title a.active .icon:after{
		width:0px;
		height:0px;
		content:" ";
		display:block;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		border-bottom:10px solid #111;
		border-top:0px;
	}
    .panel-title a:hover,
    .panel-title a:focus {
		text-decoration:none;
    }
    .panel-title a.active {
        color: #111;
    }
	.panel-content{
		border:1px solid #eaeaea;
		padding:20px;
		width:100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
   
  /*  [id^="panel-"] {
        padding-bottom: 2em;
    }*/