/* Reservation Thank You Page / Notification */

.table-header {
  background: #d0092e;
  color: #fff;
}

.table-header td,
.table-header td b {
  color: #fff !important;
}

.table-header a,
.table-header a:visited {
  color: #fff !important;
  text-decoration: none;
}


.table-title {
  color: #fff;
  font-size: 18px;
}

.text-danger {
  color: red !important;
}

.strike-price {
  text-decoration: line-through;
}

.discount-price {
  color: red;
  text-decoration: none;
}

.confirmation-details {
  font-size: 16px;
  color: #000;
}

@media (max-width: 768px) {
  .over_lay h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .over_lay p {
    font-size: 15px !important;
    line-height: 15px !important;
  }
}

/* Move-In Started Thank You Page / Notification */

 

.custom-header {
  background: #d0092e;
  color: #fff;
}
.custom-link-black {
  color: #000000;
}
.custom-promo {
  background-color: #91FE94;
}
.custom-strike {
  text-decoration: line-through;
}
.custom-red {
  color: #ff0000;
}


/* Move-In Complete Thank You Page / Notification */

.cd-header-buttons {
  display: none;
}

.center_inner {
  min-height: 10px;
  margin-bottom: 10px;
}

#unit-rates {
  padding: 20px;
}

.over_lay p {
  text-align: center;
}

@media (min-width: 768px) {
  .center_inner .container,
  .main-ccc .container {
    width: 970px;
  }

  #unit-rates {
    padding-top: 0px !important;
  }
}

@media (max-width: 768px) {
  .main_content {
    padding-top: 0px;
  }

  .main-ccc {
    padding-top: 0px !important;
  }

  #unit-rates {
    padding-top: 0px !important;
    padding: 20px 0px;
  }

  #howMuchSpace h2 {
    margin-top: 0px;
  }

  .over_lay h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .over_lay p {
    font-size: 15px !important;
    line-height: 15px !important;
  }

  .main-ccc p {
    padding: 0px;
  }
}

.ways {
  display: none;
}

 

/* Reservation to Move Started Notification */


.link-black {
  color: #000000 !important;
}

.promo-highlight {
  background-color: #91FE94;
}

.strikethrough {
  text-decoration: line-through;
}

.text-red {
  color: #ff0000;
}

/* Reservation to Move In Final Thank You / Notification */


.cd-header-buttons {
  display: none;
}

.center_inner {
  min-height: 10px;
  margin-bottom: 10px;
}

#unit-rates {
  padding: 20px;
}

.over_lay p {
  text-align: center;
}

@media (min-width: 768px) {
  .center_inner .container,
  .main-ccc .container {
    width: 970px;
  }

  #unit-rates {
    padding-top: 0px !important;
  }
}

@media (max-width: 768px) {
  .main_content,
  .main-ccc {
    padding-top: 0px !important;
  }

  #unit-rates {
    padding-top: 0px !important;
    padding: 20px 0px;
  }

  #howMuchSpace h2 {
    margin-top: 0px;
  }

  .over_lay h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .over_lay p {
    font-size: 15px !important;

}

/* thank-you-pages.css */

.table-header-red {
  background: #d0092e;
  color: #fff;
}

.contact-link {
  color: #000000;
}

.promo-highlight, .tenant-protection-highlight, .movein-cost-highlight {
  background-color: #91FE94;
}

.unit-note {
  color: #2c2622;
}

.strong-white {
  color: #fff;
  font-weight: bold;
}

.negative-amount {
  color: green;
  font-weight: bold;
}
}

.text-danger-td{
	color:red;
}
.text-danger-td b{
	color:red;
}
.text-danger-td span{
	color:red;
}