﻿.ta-docs-title h1 {
  font-size: 30px;
  font-weight: 500; }

.ta-docs-title h2 {
  font-size: 20px;
  font-weight: 500; }

.ta-content {
  margin-bottom: 15px; }
  .ta-content .ta-content-title {
    font-size: 22px;
    font-weight: 700; }
  .ta-content p {
    font-weight: 500; }

.ta-docs-body .ta-body-title {
  font-size: 18px;
  font-weight: 500; }
  .ta-docs-body .ta-body-title .fa-hashtag {
    color: #363362;
    padding-right: 5px; }

ul.ta-circle {
  list-style-type: circle; }

ul.ta-square {
  list-style-type: square; }

ul.ta-upper-roman {
  list-style-type: upper-roman; }

ul.ta-lower-alpha {
  list-style-type: lower-alpha; }

ul.ta-disc {
  list-style-type: disc; }

.ta-docs-title-list li {
  margin-bottom: 10px; }

.ta-divWrapper {
  overflow: auto;
  height: 550px;
  border: 1px solid rgba(0, 0, 0, 0.4); }
