.compareBtn, .requestBtn {
    float: left;
    height: auto;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 15px;
    clear: none;
    width: auto;
    font-family: helvetica;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: 0%;
    margin-bottom: 15px;
    background-color: #e5e9e8;
    border: 1px solid #9daca9;
    border-radius: 4px;
    box-shadow: inset 0 1px #fff;
    font: inherit;
    letter-spacing: inherit;
    text-indent: inherit;
    color: black !important;
}

.product-table-row{
  float: left;
  width: 100%;
}
.compareBtn:hover, .requestBtn:hover {
    background-color: #eff1f1;
    text-decoration: none;
}

#Buttons{
  float: left;
  clear: both;
}
.compare-divider{
  float: left;
    height: 40px;
    margin-left: 0%;
    margin-top: 30px;
    clear: both;
    width: 100%;
    min-width: 0px;
    border-bottom-color: rgb(220, 220, 220);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 30px;
}

.table-label-inst{
  float: left;
  clear: both;
  font-size: 14px;
  color: black;
  font-weight: bold;
  font-family: helvetica;
}

.TABLE-CONTAINER {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 40px;
    clear: both;
    width: 100%;
    border-top-color: rgb(220, 220, 220);
    border-right-color: rgb(220, 220, 220);
    border-bottom-color: rgb(220, 220, 220);
    border-left-color: rgb(220, 220, 220);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.table-headers {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100.080641%;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: rgb(0, 60, 105);
}

.table-header-text {
    vertical-align: middle;
    font-size: 14px;
    width: 20%;
    height: auto;
    text-align: center;
    float: left;
    font-weight: 900;
    line-height: normal;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(252, 252, 252);
}

@media only screen and (max-width: 1070px) {
    .table-header-text {
        font-size: 12px;
    }
}

.table-row {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
    min-width: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.formgroup {
    float: left;
    height: auto;
    display: block;
    text-align: left;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 16%;
    min-height: auto;
    padding-right: 0%;
    margin-right: 2%;
}

.table-row {
    float: none;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 1em;
    display: inline-block;
    width: auto;
}

.product-table-row:nth-of-type(even){
  background-color: rgb(244, 244, 244);
}

.table-row-item {
    float: none;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    display: inline-block;
    font-family: helvetica;
    color: rgb(23, 172, 250);
}

@media only screen and (max-width: 1070px) {
    .table-row-item {
        font-size: 12px;
    }
}

.table-row-product-name {
    float: left;
    font-size: 1em;
    width: 20%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 18px;
    padding: 10px 0% 10px 10px;
    padding-right: 0%;
    vertical-align: middle !important;
}

.table-row-product-name input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}

@media only screen and (max-width: 1070px) {
    .table-row-product-name" {
 font-size: 12px;
}


}
