html {
  height: 100%;
}

body {
  font-family: "Helvetica Neue", "Segoe UI", "Calibri", sans-serif;
  font-size: 0.875rem;
  height: 100%;
}

h1, h2, h3, h4 {
  font-weight: lighter;
}

h1 {
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 30px;
}

h2 {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  margin-top: 1rem;
}

h4 {
  font-size: 16px;
}

a, a:focus, a:hover, a:active {
  color: #00A600;
}

.xhfj {
  display: none;
}

.navbar-light {
  border-bottom: 1px solid;
  border-color: #00A600;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
  color: #00A600;
  line-height: 1;
}

.navbar-light .navbar-brand .brand-title {
  font-size: 25px;
}

.navbar-light .navbar-brand .brand-subtitle {
  font-size: 15px;
  font-weight: lighter;
  text-align: right;
  margin-top: 4px;
}

.navbar-light .navbar-nav .nav-item.active a.nav-link {
  color: #00A600;
}

.navbar-toggler {
  margin-top: 4px;
  margin-bottom: 4px;
}

#wrap {
  min-height: 100%;
}

.content {
  overflow: auto;
  padding-bottom: 150px;
}

.table-simple td {
  padding-right: 4px;
}

.page-home h1 {
  margin-top: 20px;
  text-align: center;
}

.post-meta {
  font-size: 0.8em;
}

.page-post .post-meta {
  margin-bottom: 10px;
}

.page-post a.colorbox img {
  width: 40%;
  margin-left: 20px;
  float: right;
}

.page-post samp,
.page-post pre code {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f7f7f9;
}

@media (max-width: 996px) {
  .page-home h1 {
    text-align: left;
  }
}
mnu {
  border: 1px solid #ccc;
  padding: 2px;
  background-color: #f7f7f9;
  border-radius: 4px;
}

footer {
  position: relative;
  margin-top: -140px;
  clear: both;
  display: table;
  width: 100%;
  height: 140px;
  border-top: 1px solid #00a600;
  padding: 10px 15px 10px 15px;
  background-color: #f8f8f8;
}

footer .brand {
  display: inline-block;
  margin-left: 10px;
}

footer .brand p {
  margin-bottom: 4px;
}

.rounded-container {
  margin-top: 20px;
  width: 100%;
}

.img-responsive {
  display: block !important;
}

.rounded-inner {
  background-color: #00A600;
  height: 140px;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rounded-icon-container {
  width: 100%;
  height: 100%;
}

.rounded-icon {
  font-size: 80px;
  color: white;
  position: absolute;
  left: 50%;
  margin-left: -0.642857145em;
  top: 50%;
  margin-top: -40px;
}

@media (max-width: 996px) {
  .rounded-container {
    margin-top: 20px;
    margin-right: 10px;
    float: left;
    width: auto;
  }
  .rounded-inner {
    height: 40px;
    width: 40px;
  }
  .rounded-icon {
    font-size: 20px;
    margin-left: -0.642857145em;
    margin-top: -10px;
  }
}
.dummy-wrapper-timeline {
  display: flex;
  justify-content: center;
}

.mt-container {
  width: 100%;
  max-width: 600px;
}

.mt-container a, .mt-container a:active, .mt-container a:link {
  color: #00A600;
}

.mt-container .mt-btn-violet:hover, .mt-container a.mt-btn-violet:hover, .mt-dialog .mt-btn-violet:hover, .mt-dialog a.mt-btn-violet:hover,
.mt-container .mt-btn-violet, .mt-container a.mt-btn-violet, .mt-dialog .mt-btn-violet, .mt-dialog a.mt-btn-violet {
  background-color: #00A600;
}

.mt-post-avatar, .mt-post-header-user {
  display: none;
}

.mt-post-header-date {
  margin-left: 0;
}

.carousel {
  margin-bottom: 1rem;
}

.post-simracing .invisible {
  visibility: visible !important;
}

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