.export-box h4 {
  margin-bottom: 30px;
}
.export-box .form-group {
  margin-bottom: 10px;
}
.export-box .checkbox .input-holder {
  padding-left: 20px;
  position: relative;
}
.export-box .checkbox .input-holder input {
  position: absolute;
  left: 0;
  top: 0;
}

.stretch-card .card-body {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
}

.card {
  height: 100%;
}
.card .card-title {
  text-transform: initial;
}

.temp-table {
  width: 100%;
}
.temp-table td {
  padding: 3px;
  text-align: center;
}

.first-row-header tr:first-of-type td {
  font-weight: bold;
}

.small-padding th {
  padding: 3px 5px;
  text-align: right;
}
.small-padding td {
  padding: 3px 5px;
  text-align: center;
  width: 40px;
}

.card-body:hover {
  text-decoration: none;
}

.nav-profile .nav-link {
  white-space: initial !important;
}

.front-price-summary td {
  padding: 0.9375rem 0.3rem;
  border-right: 1px solid #ebedf2 !important;
}
.front-price-summary td:first-of-type {
  background-color: white !important;
}
.front-price-summary tr:last-of-type {
  background-color: #90f190;
}
.front-price-summary tr:nth-child(1), .front-price-summary tr:nth-child(2) {
  font-weight: bold;
}
.front-price-summary tr:nth-child(10) {
  background-color: #f5a24d;
  font-weight: bold;
}

.reply {
  margin-top: 10px;
  padding: 20px;
}

.post-body img {
  width: 100%;
}

.post-sidebar {
  position: sticky;
  top: 115px;
}

#get-balkan-precip tr:last-of-type {
  font-weight: bold;
}

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