.tableData td {
    font-size: 13px !important;
}

@media (min-width: 576px) {
td.detail {
    height: 15px !important;
}
}

@media (min-width: 768px) and (max-width:991px) {
.partArea {
    zoom:80%;
}
.borderbox {
    background-size: 2px 10px !important;
}
}

#part h1 {
    font-weight: 800;
    margin: -2px 0 -7px;
    font-size: 40px;
}

.partArea table {
    margin-top:  2px;
    float: right;
    width: 100%;
}

.borderbox {
  border-bottom: 1px solid #28a745;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#28a745), to(#28a745));
  background-image: -webkit-linear-gradient(#28a745, #28a745);
  background-image:
      -moz-linear-gradient(#28a745, #28a745),
      -moz-linear-gradient(#28a745, #28a745);
  background-image:
      -o-linear-gradient(#28a745, #28a745),
      -o-linear-gradient(#28a745, #28a745);
  background-image:
      linear-gradient(#28a745, #28a745),
      linear-gradient(#28a745, #28a745);
  -moz-background-size: 3px 100%;
  background-size: 1px 10px;
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat;
  padding: 0 0px 15px 15px;
  margin-bottom: 40px;
}


#notes {
    position: absolute;
}

.newsticker {
    position: absolute;
    top: 40px;
    width: 60px;
}


.fitting-img {
    max-height: 100%;
    max-width: 100%;
    padding: 20px 0;
}

span.fitpart {
    margin-bottom: 8px;
    display: block;
}

@media (min-width: 678px) {
/* CSS used here will be applied after bootstrap.css */
.thumbnail_container {
 position: relative;
}

.fitsmall .thumbnail_container, .tableData .thumbnail_container  {
    padding-bottom: 30%;
    zoom: 50%;
    margin: 0px auto 50px;
}

.fitsmall .thumbnail_container, .tableData .thumbnail_container  {
  padding-bottom: 50%;
  }

.fitlarge .thumbnail_container {
    height: 100vh;
    max-height: 600px;
    zoom: 50%;
}

.thumbnail {
  position:absolute;
  width:100%;
  height:100%;
}
.thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
}

#notes, .newsticker {
    z-index: 2;
}

/* -- TABLE STYLES -- */

@media (max-width: 575px) {
.tableData {
  padding:0;
}
}

.tableData {
  padding: 50px 0;
}

.tableData table {
    width: 100%;
    margin-bottom: 25px;
}


.tableData th {
    background: #28a745;
    color:#fff;
    font-weight: 800;
}

.tableData tbody tr:nth-child(odd){
  background-color: #f9f9f9;
  color: #000;
}

.tableData tbody tr:nth-child(even){
  background-color: #fff;
  color: #000;
}

.tableData td, .tableData th {
    padding:5px 10px;
    text-align: center;
}

.tableData td:first-child {
    font-weight: 700;
}

.tableData h2 {
    text-transform: uppercase;
    font-weight:900;
}

.tableData .fitting-img {
    max-width: 60%;
    margin: auto;
    display: block;
}

img.page {
    width: 100%;
    display: block;
    margin: 50px auto;
}