.container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 22px !important;
  font-family: inherit !important;
}
.contentCell_right {
  padding-left: 0;
}
.contentCell_left {
  padding-right: 0;
}
.title_float {
  color: #fff;
  text-shadow: 2px 2px 2px #333;
  position: absolute;
  top: 2%;
  left: 5%;
  font-weight: 900;
}
.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;
}
.btn_viewInv:hover {
  color: #fff;
  text-decoration: none;
}
.col-xs-12 img {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .table {
    margin: 0;
  }
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px !important;
  }
  .contentCell_right {
    padding-left: 15px;
  }
  .contentCell_left {
    padding-right: 15px;
  }
  .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;
  }
}
