#main-content {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  margin-top: 30px !important;
}

#main-content .text-center {
  text-align: center !important;
}

#main-content .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

#main-content [class*="col-"] {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

#main-content .col-xs-12 h2,
#main-content .col-xs-12 h3,
#main-content .col-xs-12 h4,
#main-content .col-xs-12 h5,
#main-content .col-xs-12 h6 {
  font-size: 24px !important;
  font-weight: normal !important;
  margin-top: 0px;
  margin-bottom: 0.5em;
}

#main-content .col-xs-12 h2 a,
#main-content .col-xs-12 h3 a,
#main-content .col-xs-12 h4 a,
#main-content .col-xs-12 h5 a,
#main-content .col-xs-12 h6 a {
  font-size: 24px !important;
  font-weight: normal !important;
  margin-top: 0px;
  margin-bottom: 0.5em;
  text-decoration: none !important;
}

#main-content .img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

#main-content .col-xs-12 img {
  margin-bottom: 25px;
  max-width: 100%;
  height: auto;
}

#main-content .col-xs-12:has(.btn_viewInv) {
  position: relative;
}

#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
  font-size: 22px !important;
  font-family: inherit !important;
}

#main-content .contentCell_right {
  padding-left: 0;
}

#main-content .contentCell_left {
  padding-right: 0;
}

#main-content .title_float {
  color: #fff;
  text-shadow: 2px 2px 2px #333;
  position: absolute;
  top: 2%;
  left: 5%;
  font-weight: 900;
}

#main-content .btn_viewInv {
  background-color: rgba(102, 102, 102, 0.3);
  color: #fff !important;
  font-size: 250%;
  padding: 10px 20px;
  position: absolute;
  bottom: 8%;
  right: 10%;
  border-radius: 5px;
  text-decoration: none !important;
}

#main-content .btn_viewInv:hover {
  color: #fff;
  text-decoration: none;
}

/* Desktop: push/pull for alternating image left/right */
@media (min-width: 992px) {
  #main-content .col-md-6 {
    width: 50% !important;
    float: left;
  }
  #main-content .col-md-push-6 {
    left: 50%;
  }
  #main-content .col-md-pull-6 {
    right: 50%;
  }
  #main-content .col-md-push-1 {
    left: 8.33333333%;
  }
  #main-content .col-md-pull-1 {
    right: 8.33333333%;
  }
}

/* Reset push/pull on tablet and mobile so content stacks naturally */
@media (max-width: 991px) {
  #main-content .col-md-push-6,
  #main-content .col-md-pull-6,
  #main-content .col-md-push-1,
  #main-content .col-md-pull-1 {
    left: auto;
    right: auto;
  }

  #main-content .img-wrapper,
  #main-content .col-xs-12 {
    position: static;
  }
  #main-content .table {
    margin: 0;
  }
  #main-content h3,
  #main-content h4,
  #main-content h5,
  #main-content h6 {
    font-size: 18px !important;
  }
  #main-content .contentCell_right {
    padding-left: 15px;
  }
  #main-content .contentCell_left {
    padding-right: 15px;
  }
  #main-content .title_float {
    position: unset !important;
    color: inherit;
    text-shadow: none;
  }
  #main-content .btn_viewInv {
    position: unset;
    font-size: 200%;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    text-align: center;
    background-color: black;
  }
}
