footer {
  background-color: rgb(0, 161, 223);
}

footer > img {
  display: none !important;
}

.main section article table td.name,
.main section article table td.type,
.main section article table td.attributes,
.main section article table td.default {
  max-width: 300px;
}

.lnb h3 {
  color: rgb(0, 161, 223);
}

.main section article h3.subsection-title {
  color: rgb(0, 161, 223);
}

.description {
  white-space: pre-line;
}

pre {
  border: none;
}

#codeSnippet {
  position: relative;
  background-color: #f2f2f2;
  border: 1px solid #666;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0px;
  padding: 0px;
}

h4 {
  color: rgb(0, 161, 223);
}

#copySnippetButton {
  color: white;
  background-color: rgb(0, 161, 223);
  border-radius: 5%;
  line-height: 1.5;
  border-style: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

#resizer {
  background-color: rgb(0, 161, 223);
}
