﻿.technical-page-content {
	margin-left: 30px;
	margin-bottom:10px;
	overflow-x:auto;
	margin-right:15px;
}

.technical-page-content .tab-content{
	/*margin-top: 38px;*/
}
.state-title{
	
	display:none;
}
.technical-page-content .nav-tabs{
	border-bottom:none;
}
.product-technical-tab>li.active>a, .product-technical-tab>li.active>a:focus, .product-technical-tab>li.active>a:hover {
    font-weight: bold;
    background-color: #b5b5b5!important;
    color: #fff!important;
}
.product-technical-tab>li>a.tab-title {
    color: #000 !important;
    background: #d9d9d9;
}
.content_table th {
    background: #b5b5b5;
    color: #fff !important;
    padding: 5px 12px;
    border: 1px solid #CCCCCC;
}
.content_table td {
    border: solid 1px #ccc;
    padding: 2px 5px;
}
.content_table td.td_highlight {
    background: #c8e8f3;
    color: #333333 !important;
}
.content_table td.td_highlight2 {
    background: #9c1d2f;
    color: #ffffff !important;
}

@media only screen and (max-width:768px){
	.technical-page-content{
		margin-left:15px;
		margin-top:10px;
	    margin-right:15px;
	}
	
	
}
@media only screen and (max-width:600px){
.product-technical-tab  a{
	
	padding:8px 8px !important;
  }
}