#main-content h1 {
  font-size: 25px !important;
}
#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: 22px !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  text-transform: none !important;
}
.container {
  width: initial;
}
#main-content {
  width: 1170px;
}
.contentCell_right {
  padding-left: 0;
}
.contentCell_left {
  padding-right: 0;
}
.lightText {color: white !important}
.anchor {scroll-margin-top: 150px;}

.col-xs-12 img {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .table {
    margin: 0;
  }
  .col-xs-12 h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px !important;
  }
  .contentCell_right {
    padding-left: 15px;
  }
  .contentCell_left {
    padding-right: 15px;
  }
  #main-content {
    width: 98%;
  }
  .title_float {
    position: unset !important;
    color: inherit;
    text-shadow: none;
  }
  .btn_viewInv {
    position: unset;
    font-size: 200%;
    float: right;
    width: 100%;
    text-align: center;
    background-color: black;
  }
}