
/*
****   WARNING   ****
****   THIS IS AN AUTOMATICALLY GENERATED FILE.  DO NOT EDIT THIS FILE!! ****
****   WARNING   ****
*/

body {

  min-height: 100vh;

  display: flex;

  flex-direction: column;

}



#content {

  display: flex;

  flex-direction: row;

  flex-grow: 1;

}

#content > * {

  padding-top: 10px;

}



#sidebar {

  flex-basis: 33%;

  border-right: 1px solid rgba(0, 0, 0, 0.125);

  padding-right: 15px;

}



#main {

  flex-basis: 67%;

  padding-left: 15px;


/*
****   WARNING   ****
****   THIS IS AN AUTOMATICALLY GENERATED FILE.  DO NOT EDIT THIS FILE!! ****
****   WARNING   ****
*/

}



footer {

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  border-top: 1px solid rgba(0, 0, 0, 0.125);

  padding-top: 6px;

}



#sidebar li.nav-item.active a {

  color: white;

}

#sidebar li.nav-item.active a:hover {

  cursor: default;

}/*# sourceMappingURL=lab10.css.map */