#info{
  padding: 0 20px;
}
#demo-heading{
    text-decoration: underline;
}
button{
  border: none;
  background: transparent;
  font-weight: bold;
}

button:hover{
  text-decoration: underline;
  cursor: pointer;
}
.examples{
  display: flex;
  flex-wrap: wrap;
}
.example{
  max-width: 50%;
  border-left: 1px solid #cdcdcd;
  padding: 10px;
}
.example:nth-child(-n + 2) {
  border-bottom: 1px solid #cdcdcd;
}
.example p{
  display: flex;
}
.example form{
  display: inline-block;
}
.large-map-error{
  color: red;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: -2px;
}
body{
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
#pathfinder{
  background: #fff;
}
#header{
  border-bottom: 1px solid;
  background: aliceblue;
  padding: 2px 10px;
  min-height: 25px;
}
#menu{
  position: absolute;
  z-index: 1;
}
#header h3{
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

#footer{
  border-top: 1px solid;
  background: aliceblue;
  padding: 2px 10px;
}

#footer p{
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-credits{
  justify-content: space-between;
}
.linkedin-icon{
  width: 1em;
  position: relative;
  top: 5px;
}
.github-icon{
  width: 1em;
  position: relative;
  top: 5px;
}
#pathfinder{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
#header{
  flex: 1;
}
#body{
  flex: 18;
  display: flex;
  flex-flow: column nowrap;
  overflow: scroll;
}
#footer{
  flex: 1;
}


.github-corner{
  display: none;
}
.sidebar-toggle{
  position: absolute !important;
}
.sidebar{
  position: absolute !important;
}
.content{
  overflow: scroll;
}
