@charset "utf-8";

.description2 {
  padding-top: 18px;
  display: inline-block;
}

.point {
  margin-top: -20px;
  font-size: 1.2rem;
}

.or {
  display: inline-block;
  padding: 23px;
  font-size: 2rem;
  font-weight: bold;
  color: #e83828;
}

.cell-days td {
  background: #ffff00;
  width: 85px;
  color: #000;
  }

.price-table {
  text-align: center;
}

.price-table td {
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: middle !important;
}

.price-table {
  text-align: center;
}

.price-table td {
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: middle !important;
}

.price-table .warning {
  color: #ff0000 !important;
}

.compensation-table {
  font-size: 1.3rem;
  font-weight: bold;
  vertical-align: middle !important;
  margin-bottom: 15px;
}
.compensation-table  td {
  width: 350px;
}

.compensation-table  .cell-header {
  width: 140px;
}


.price-header {
  background: #618d9e;
  color: #fff;
}

span.warnign {
  color: #ff0000 !important;
}

@media only screen and (max-width: 767px) {
  .description2 {
    padding-top: 10px;
    display: inline-block;
  }
  .bold-description {
    font-size: 1.6rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    padding-top: 0;
  }
  .delimiter {
    display: none;
  }
  .col-xs-10 {
    width: 300px;
  }
  .point {
    margin-left: 1rem;
    width: 290px;
  }
  .or {
    padding: 15px;
  }
}