<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-family: 'Open Sans', sans-serif;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.header a {
  font-size: 1.625rem;
  font-weight: normal;
  color: #57595b;
}

.header .navbar-nav-item {
  padding-left: 5px;
  padding-right: 5px;
}

.footer {
  border-top: 1px solid #f0f0f0;
  padding: 40px 0 80px 0;
  position: relative !important;
  height: auto !important;
  background-color: transparent !important;
}

.header .navbar-brand {
  padding: 0;
  padding-top: 10px;
  width: 150px;
}

.header a:hover,
.footer a:hover {
  text-decoration: none;
}

.header .navbar-brand img,
.footer .brand img {
  width: 136px !important;
  height: 32px !important;
}

.footer .brand img {
  margin: 15px 0 5px 0;
}

.footer p.header {
  font-size: 1.125rem;
  padding-bottom: 10px;
}

.footer .list-unstyled li {
  font-size: 1.125rem;
}

.footer .jdpower {
  max-width: 100px;
  margin-top: -3px;
}

a {
  color: #478e00;
  font-weight: bold;
}

.content .list-item img {
  max-width: 100%;
}

.list-blog-header .blog-title {
  padding-top: 20px;
}

.list-blog-date {
  display: block;
  padding-bottom: 10px;
  color: #57595b;
}

.content {
  color: #57595b;
}

.content p, .content li {
  font-size: 1.625rem;
  line-height: 3rem;
}

.content ul {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content p img {
  padding: 20px 0;
}

.content h2 a {
  color: #2c29a0;
  font-weight: 600;
  line-height: 1.5;
}

.content .sidebar-content {
  height: auto;
  padding-top: 35px;
}

.content .sidebar-content .search-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  height: 34px;
  font-size: 14px;
  display: block;
  width: 100%;
}

.blog-featured {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-title h2 {
  margin-top: 0;
}

.list-blog-padding {
  padding-bottom: 40px;
}

.bg-purple h1 {
  font-size: 5.625rem;
}

.bg-purple .btn-lg {
  font-size: 2.5rem;
  padding: 18px;
  font-weight: 600;
}
</pre></body></html>