html, body {
  height: 100%;
}

.main {
  background: #f5f7fb;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(static/annex/material-icons-v6.7.0/MaterialIcons-Regular.eot);
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.woff2) format('woff2'),
    url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.woff) format('woff'),
    url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.freetool-text {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 20px;
  background: #f5f7fb;
}

.freetool-text-content h1 {
  font: 400 26px/36px "PT Sans", sans-serif;
  margin-bottom: 25px;
}

.freetool-text-content h2 {
  font: 400 20px/30px "PT Sans", sans-serif;
  margin-bottom: 20px;
}

.freetool-text-content h3 {
  font: 500 17px/18px "PT Sans", sans-serif;
  margin-bottom: 10px;
}

.freetool-text-content a,
.freetool-text-content a:hover,
.freetool-text-content a:focus {
  color: #2972A8;
}

.freetool-text-content,
.freetool-text-content p,
.freetool-text-content ol,
.freetool-text-content ul {
  font-size: 15px;
  line-height: 30px;
}

.freetool-text-content ul,
.freetool-text-content ol {
  margin-left: 24px;
}

.freetool-text-content li {
  margin-bottom: 6px;
}

.freetool-text-content p+h2,
.freetool-text-content ul+h2,
.freetool-text-content ol+h2,
.freetool-text-content div+h2,
.freetool-text-content pre+h2 {
  margin-top: 50px !important;
}

.freetool-text-content table+h2 {
  margin-top: 58px !important;
}

.freetool-text-content p+h3,
.freetool-text-content ul+h3,
.freetool-text-content ol+h3,
.freetool-text-content table+h3,
.freetool-text-content div+h3,
.freetool-text-content pre+h3 {
  margin-top: 41px !important;
}

.freetool-text-content h3+div,
.freetool-text-content h2+div,
.freetool-text-content h2+pre {
  margin-top: 30px !important;
}

.freetool-text-content p+table,
.freetool-text-content ul+table,
.freetool-text-content ol+table,
.freetool-text-content div+table {
  margin-top: 50px !important;
}

.freetool-text-content table {
  font: normal 15px/22px "PT Sans";
  border: none;
}

.freetool-text-content table th {
  font-weight: normal;
  color: #2c2c2c;
  background: #E1F1FF;
  padding: 12px 26px 14px;
  border: none;
  border-left: 1px solid #fff;
}

.freetool-text-content table th:first-child {
  border: none;
}

.freetool-text-content table td {
  padding: 9px 26px 8px;
  border: none;
  vertical-align: top;
  word-break: normal;
}

.freetool-text-content thead,
.freetool-text-content tbody,
.freetool-text-content tfoot {
  border: none;
}

.freetool-text-content thead {
  background: #d4e2ff;
}

.freetool-text-content tbody tr:nth-child(even) {
  background: #f4f9fe;
}

.freetool-text-content img {
  margin: 35px 0;
  border: 1px solid #dde8f3;
  border-radius: 4px;
}

.freetool-text-content a {
  text-decoration: underline;
}

.freetool-text-content a:hover {
  text-decoration: none;
}

.freetool-text-content {
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 80px;
  word-break: break-word;
}

.freetool-text-content code {
  box-shadow: none;
  background: #f3f3f3;
  border: none;
  color: inherit;
  line-height: 160%;
}

@media screen and (max-width: 720px) {
  .freetool-text {
    padding: 0 16px;
  }

  .freetool-text-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }

  .freetool-text-content img {
    max-width: 100%;
    height: auto;
  }
}
