/*
    Created on : Oct 29, 2021, 8:24:51 PM
    Author     : Mosiuoa Sesing <sessyman@outlook.com>
*/
.x-underline {
  text-decoration: underline;
}

.x-rounded {
  border-radius: 50%;
}

.x-docs img {
  max-width: 100%;
}
.x-docs .x-center {
  text-align: center;
  margin: auto;
  display: block;
}
.x-docs h5 {
  margin-top: 20px;
  font-weight: bold;
}
.x-docs .x-title {
  text-transform: uppercase;
  font-weight: bold;
}
.x-docs a:link, .x-docs a, .x-docs a:active {
  text-decoration: none;
  color: red;
}
.x-docs a:hover {
  text-decoration: underline;
}
.x-docs pre {
  font-size: 12px;
  /*background: #e8eff4;*/
  font-family: "Inconsolata", "Roboto Mono", monospace;
}

#buy-result p {
  line-height: 10px;
}

/*# sourceMappingURL=docs.css.map */
