.sc-wrapper {
  padding-top: 30px;
  padding-bottom: 100px;
}

.sc-wrapper .colored {
  background-color: #094978;
  background: linear-gradient(to right, #094978, #105e96);
  color: #ffffff;
}

.sc-wrapper .colored strong {
  color: #ffffff;
}

@media (max-width: 767px) {
  .sc-wrapper h2 {
    font-size: 18px;
  }
}

.sc-wrapper table th, .sc-wrapper table td {
  border: 1px solid #dddcdd;
  vertical-align: middle;
}

.sc-wrapper table.input {
  margin-bottom: 40px;
}

.sc-wrapper table.input th {
  width: 40%;
}
.sc-wrapper table.input tr.addition th {
  font-weight: normal;
}

@media (max-width: 1199px) {
  .sc-wrapper table.input th {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .sc-wrapper table.input th {
    width: 60%;
  }
}

.sc-wrapper table.input td:first-of-type {
  background-color: #ffffff;
}

@media (max-width: 650px) {
  .sc-wrapper table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sc-wrapper table th, .sc-wrapper table td {
    width: 100% !important;
    flex: 0 0 100% !important;
    display: block;
    width: 100%;
    border-bottom: 0;
  }
}

.sc-wrapper table th p {
  font-weight: 400;
  text-transform: none;
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
}

.sc-wrapper table tfoot td {
  background-color: #ffffff;
}

.sc-wrapper table tfoot td:first-of-type {
  border-right-color: transparent;
}

@media (max-width: 459px) {
  .sc-wrapper table tfoot td:first-of-type {
    display: none;
  }
}

@media (max-width: 650px) {
  .sc-wrapper table tfoot td:last-of-type {
    border-bottom: 1px solid #dddcdd;
    text-align: center;
  }
}

@media (min-width: 650px) {
  .sc-wrapper table tfoot td:last-of-type {
    border-left-color: transparent;
  }
}

.sc-wrapper table tfoot button {
  cursor: pointer;
}

.sc-wrapper input.sc-input {
  max-width: 100px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

@media (max-width: 650px) {
  .sc-wrapper .d-mobile-none {
    display: none;
  }
  .sc-wrapper .sc-result table thead th {
    font-size: 10px;
    flex: 0 0 33.3333% !important;
  }
  .sc-wrapper .sc-result table tbody td {
    flex: 0 0 33.3333% !important;
  }
}

@media (max-width: 459px) {
  .sc-wrapper .sc-result table th, .sc-wrapper .sc-result table td {
    font-size: 12px;
    padding: 5px;
  }
  .sc-wrapper .sc-result table thead th {
    font-size: 7px;
    padding-right: 0;
  }
}
