.container img {
  max-width: 100%;
  height: auto;
}
.container-fix-width {
  max-width: 1200px;
}
.h_divider {
  width: 1px;
  background: #F0F0F0;
  height: 20px;
  margin: 10px 6px;
}
.content-container img {
  max-width: 100%;
  height: auto;
}
.tgd_btn_red {
  background: #bd1550 !important;
  color: #FFF !important;
}
.tgd_btn_gray {
  background: gray !important;
  color: #FFF !important;
}
.tgd_red {
  color: #bd1550 !important;
}
.button-border.button-red {
  color: #bd1550 !important;
  border-color: #bd1550 !important;
}
.button-border.button-red:hover {
  background-color: #bd1550 !important;
  color: #FFF !important;
}
