/* table visual */

.fixedCol {
	display: none;
}

/* table specs */

/* .specifications-container .table.table-specifications tr th {
	height: 45px;
} */

/* Style the tab */
.tab_spec {
    overflow: hidden;
    border: none;
    background-color: transparent;
	max-width: 1200px;
    font-size: 14px;
	text-align: center;
    margin: 0 auto;
}

/* Style the buttons that are used to open the tab content */
.tab_spec button {
    background-color: inherit;
	border: 1px solid #6CBE45;
    color: #6CBE45;
    outline: none;
    cursor: pointer;
    padding: 10px 20px !important;
    transition: 0.3s;
	border-radius: 99px;
    padding: 8px 10px;
    margin-right: 5px;
    max-height: 80px;
	margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    width: 150px;
}

/* Change background color of buttons on hover */
.tab_spec button:hover {
    background-color: #6CBE45;
	color:#fff;
}

/* Create an active/current tablink class */
.tab_spec button.active {
  background-color: #6CBE45;
  color:#fff;
}

/* Style the tab content */
.tabcontent {
  display:none;
  padding: 20px 0px;
  border: none;
  border-top: none;
}

.tabHeader {
    display: none;
}

.tabHeader.active {
    display: block;
}

.specifications-container.four-products .table.table-specifications tr td:first-child,
.specifications-container.four-products .table.table-specifications tr th,
.specifications-container.four-products .table.table-specifications tr th:first-child {
    max-width: 20% !important;
}

.table-scroller {
    width: auto !important;
    margin-top: 40px !important;
}

@media  screen and (max-width: 1024px) {
    #table-header.fixed {
        display: none;
    }


    [id^=table-scroller]
    {
        overflow-x: auto;
        border: 1px solid #c8c8c8 !important;
    }

}

.container.maxwid {
    max-width: 1320px;
}

@media  screen and (max-width: 768px) {
    #feature-Specifications [class^=pull-] {
        width: 100%;
    }
}