.collapsible-item{margin-bottom:1rem}.collapsible-item .title{padding:1rem;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);border:.1rem solid #ccc;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;cursor:pointer}.collapsible-item .title .icon{float:right;height:2rem;width:2rem;font-size:1.9rem!important;padding-right:1px}.collapsible-item .title .iconleft{float:left!important}.collapsible-item .title.disabled{background:#eee;color:#999;cursor:text}.collapsible-item .body{position:relative;top:-.4rem;max-height:0;overflow:hidden;border:.1rem solid #ccc;border-top:0;z-index:-1;-webkit-transition:max-height .5s ease;-moz-transition:max-height .5s ease;-o-transition:max-height .5s ease;transition:max-height .5s ease}.collapsible-item .body .content{padding:2rem 1.5em .5rem 1.5rem}.collapsible-item.open .body{max-height:100rem;z-index:1}.collapsible-item.open .title{-webkit-border-radius:.5rem .5rem 0 0;-moz-border-radius:.5rem .5rem 0 0;border-radius:.5rem .5rem 0 0}