/*! * Bootstrap v3.0.3 * * Copyright 2013 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
 .collapse {
     display: none;
}
 .collapse.in {
     display: block;
}
 .dark, .dark .collapse.in {
     background-color: rgba(37, 34, 34, 0.92);
}
 .collapsing {
     position: relative;
     height: 0;
     overflow: hidden;
     -webkit-transition: height 0.35s ease;
     transition: height 0.35s ease;
}