/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */
 
/* Account for fixed navbar */

 
body,
.navbar-fixed-top,
.navbar-fixed-bottom {
  min-width: 1200px;
}
 
/* Don't let the lead text change font-size. */
.lead {
  font-size: 16px;
}
 
/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}
 
 
/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
 
/* Reset the container */
.container,#header nav {
  width: 1200px;
  max-width: none !important;
}
 .main-nav{display:flex !important;flex-basis:auto;justify-content:flex-end !important;flex-grow:1;align-items:center;}
 .navbar-expand-lg .navbar-nav{flex-direction:row;}
  .tree-box {
  margin-top: 10px;
 }
 .tree-box ul {
  display: inline-block;
 }
 .tree-box li {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
  margin-top: 5px;
 }
 .tree-box li a {
    display: block;
    border: 1px solid #e1e1e1;
    padding: 5px 8px;
   }
.toph1 .main .tree-box li{width:100%;}
 .toph1 .main .tree-box li a{border:none;}