    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    
    /* Set black background color, white text and some padding
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    } */
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .row.content {height:auto;} 
    }
.navbar-fixed-left {
  width: 250px;
  position: fixed;
  border-radius: 0;
  height: 100%;
}

.navbar-fixed-left .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
  width: 249px;
}
.navbar-nav {
    list-style: none;
}
.nav-link {
    display: block;
    padding: .5em 1em;
}

.navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
	line-height: 20px;
}
.container {
  margin-left: 275px;
}

.subitem {
	padding-left: 20px;
}

h2 {
	padding-bottom: 5px;
  border-bottom: solid 1px black;
}
h3 {
  margin-top: 20px;
}

.row {
  margin-bottom: 10px;
}
.row .row {
  margin-top: 10px;
/*  margin-bottom: 0; */
}
.row2 {
	margin-left: 10px;
}
[class*="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
/*  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #f5f5f5;
}

.text-muted {
  margin: 15px 0 0 20px;
}
