body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.navbar {
  display: grid;
  font-weight: bold;
  position: fixed;
  overflow-y: auto;
  margin-left: 0;
  padding-left: 0;
  padding-top: 20px;
  top: 0;
  width: 300px;
  height: 600px;
  background-color: #F1F7ED;
  color: #0E303F;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #0E303F;
}

.navbar a {
  display: block;
  text-decoration: none;
  color: #0E303F;
}

.navbar li:hover {
  color: #0E303F;
  background-color: #bfddee;
}

.idNav {
  text-align: center;
  margin: 10px 10px;
  color: #0E303F;
  background-color: #F1F7ED;
  box-shadow: 5px 10px 8px #888888;
}

.summary_subtitle {
  font-weight: normal;
  text-indent: 10px;
  text-indent: 2em;
}

.main-doc {
  position: absolute;
  margin-left: 310px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 110px;
}

header {
  font-size: 2em;
  font-weight: bold;
  color: #0F2D3F;
  margin-top: 20px;
  margin-left: 0px;
  border-bottom: #0E303F;
}

header.subtitle, .subtitle {
  font-size: 1.5em;
  font-weight: bold;
  color: #0F2D3F;
  margin-top: 20px;
  margin-left: 0px;
  box-shadow: none;
}

code {
  font-family: 'Source Code Pro', monospace;
  color: #f2f2f2;
  background-color: #272822;
  text-align: left;
  display: flex;
  padding: 20px 20px 20px 30px;
  word-break: normal;
  word-wrap: normal;
  line-height: 2;
  border-radius: 5px;
}

blockquote {
  text-decoration: initial;
  border: #272822;
}

.cssSheet {
  padding-top: 20px;
  padding-bottom: 30px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

@media only screen and (max-width: 815px) {
  /* For mobile phones: */
  .navbar {
    position: relative;
    display: inline-block;
    top: 0;
    padding: 30px;
    margin: 0;
    width: 100%;
    max-height: auto;
    border: none;
    z-index: 1;
  }
  .main-doc {
    position: relative;
    margin-left: 0px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 400px) {
  .main-doc {
    margin-left: -10px;
  }
  code {
    margin-left: -20px;
    width: 100%;
    padding: 15px;
    padding-left: 10px;
    padding-right: 45px;
    min-width: 233px;
  }

  
}
