@charset "utf-8";

#answer {
  clear: both;
}
#answer ol,
#answer ul {
  margin-left: 1em;
}
#answer p,
#answer ul,
#answer ol,
#answer blockquote,
#answer pre,
#answer table {
  margin-bottom: 20px;
}
#answer h2 {
  font-size: 1.5em;
  border-bottom: none;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
#answer blockquote {
  border-left: 5px solid #ececec;
  padding-left: 5px;
}
#answer pre {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ececec;
}
#answer table {
  border-collapse: collapse;
}
#answer table th:not([class]) {
  background-color: #f8f8f8;
}
#answer table th:not([class]),
#answer table td:not([class]) {
  border: 1px solid #b2b2b2;
  padding: 5px 10px;
}
#answer a,
#answer a:visited,
#answer a:active {
  text-decoration: underline;
}
#answer ul {
  list-style-type: disc;
}
#answer ul li {
  list-style: disc;
}
