/* CSS files add styling rules to your content */

body {
  font-family: "Roboto";
  line-height: 24px;
  font-size: 15px;
  margin: 3em;
  -- width: 50%;
  color: #505050;
}

h1 {
  font-style: italic;
  color: #373fff;
}

#main {
  margin-left: 260px; /* Same as the width of the sidenav */
  padding-top: 15px;
  max-width: 650px;
  /* float: left; */
}

#main h2 {
  font-weight: 400;
  margin-bottom: 25px;
}

#nav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  /*overflow-x: hidden;*/
  overflow-y: scroll;
  padding-top: 0px;
}

#nav span {
  display: block;
  margin-bottom: 5px;
}

#nav a {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}

#nav a:visited {
  color: #505050;
}

#nav a:hover {
  cursor: pointer;
  color: #43A9D2;
}

.line {
  border-bottom: 1px solid #cccccc;
  margin-top: 15px;
  margin-bottom: 15px;
}

.active {
  font-weight: 700;
  color: #43A9D2;
}


.back {
  font-size: 13px;
  color: #9C9C9C;
  font-weight: 500;
}

.back:visited {
  color: #9c9c9c;
}

.divider {
  font-size: 13px;
  color: #9C9C9C;
  font-weight: 500;
  margin-top: 15px;
}

.title {
  color: #505050;
  font-weight: 700;
  margin-bottom: 15px;
}

.code {
  font-family: "Menlo";
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 1px 3px;
  margin: 0px 2px;
  font-size: 13px;
}

.code-block {
  font-family: "Menlo";
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 10px 10px 10px 20px;
  margin: 20px 0px;
  width: 100%;
  display: block;
  font-size: 13px;
}

.script {
  font-size: 13px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
}

.name {
  display: inline-block;
  width: 200px;
}

.script a {
  text-decoration: none;
  font-weight: 700;
  color: #505050;
}
