/* 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;
}

#table-scroller-2 {
    width: auto;
    margin-top: 40px;
}

#table-header .table.table-specifications tr th,
#table-header .table.table-specifications tr th:first-child,
.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 {
    width: 20% !important;
}

@media  screen and (min-width: 100px) and (max-width: 1024px) {
    #table-scroller-2 {
        overflow-x: auto;
        border: 1px solid #c8c8c8;
    }

    #table-header .table.table-specifications tr th,
    #table-header .table.table-specifications tr th:first-child,
    .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 {
        width: 300px !important;
    }
}

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

    #table-header .table.table-specifications tr th,
    #table-header .table.table-specifications tr th:first-child,
    .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 {
        width: 300px !important;
    }
}