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%;
    }
}


/* spec */

.GS1200-series-section .nav-tabs{
	border-bottom:none;
	padding-bottom:50px;
	padding-top:20px;
	margin:0 auto;
	display:block;
	width:100%;
	text-align: center;
}

.GS1200-series-section .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.GS1200-series-section .nav-tabs li{
    float: none;
    display: inline-block;
    border-radius: 5px;
margin-bottom: 10px;
}

.GS1200-series-section .nav-tabs>li>a{
	color:#000;
	font-size:18px!important;
}

.GS1200-series-section .nav-tabs>li>a:hover{
	color:#64be00;
	background-color: transparent;
    text-decoration: none;
    border-color: transparent;
}

.GS1200-series-section .nav-tabs>li.active>a, 
.GS1200-series-section .nav-tabs>li.active>a:focus, 
.GS1200-series-section .nav-tabs>li.active>a:hover{
    color: #64be00;
    border-bottom: 2px solid #64be00;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
	font-weight:bold;
}

@media only screen and (max-width: 1025px){
.GS1200-series-section .nav-tabs{
	width:100%;
	text-align:center;
}
}

@media only screen and (max-width: 991px){
.GS1200-series-section .nav-tabs li {
    margin-bottom: 10px;
}
}