<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ========================================================
					NAV TABS
=========================================================*/
.nav {
	margin-left: 0;
	/*margin-bottom: 18px;*/
	list-style: none;
}
.nav&gt;li {
	position: relative;
	display: block
}
.nav&gt;li&gt;a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav&gt;li&gt;a:hover {
	text-decoration: none;
	background-color:#f5f5f5;
}

.highlight{
	font-size:15px;
	color:#000;
	font-weight:600;
}

.nav-tabs, .nav-pills {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
	display: table;
	content: "";
}
.nav-tabs:after, .nav-pills:after {
	clear: both;
}
.nav-tabs&gt;li, .nav-pills&gt;li {
	float: left;
	line-height: 20px;
}
.nav-tabs&gt;li&gt;a, .nav-pills&gt;li&gt;a {
	margin-right:5px;
	line-height: 14px;
}
.nav-tabs {
	/*border-bottom: 1px solid #ddd;*/
}
.nav-tabs&gt;li {
	margin-bottom:0px;
}
.nav-tabs&gt;li&gt;a {	
    font-family: "Calibri";
    display:inline-block;
    padding:10px 15px;
	font-size:17px;
    color:#2d3e52;
    background:#f4f4f4;
    border:1px solid #eee;
    border-radius:5px 5px 0 0;
    border-width:3px 1px 0;
    cursor:pointer;
}
.nav-tabs&gt;li&gt;a:hover {
	border-color:#ddd;
	color:#ff7519;
}
.nav-tabs&gt;.active&gt;a, .nav-tabs&gt;.active&gt;a:hover {
	color:#0066a4 !important;
	background:#fff;
	border-top-color:#314363;
	border-bottom-color:transparent;
	cursor:default;
    
}
.tab-pane h4{
	font-family: "Calibri";
	font-size:18px;
	margin-bottom:5px;
}
.tab-content{
    border:1px solid #eee;
    width:100%;
    margin-top:-1px;
	font-size:12px;
    color:#666;
    margin-bottom:10px;
}
.tab-content{
    padding:15px 15px 30px;
}
.tab-content &gt; .tab-pane {
	display:none;
}

.tab-content &gt; .active {
	display:block;
}
.tab-content p{
	font-family:"Calibri";
	font-size:17px;
    color:#313131;
	margin-bottom:0px;
}

 @media only screen and (max-width:480px) {
.nav-tabs &gt; li &gt; a, .nav-pills &gt; li &gt; a {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 2px;
	font-size: 12px;
	line-height: 14px;
}
}

.prds-spec-review-tab{
	margin-top:0px;
}

.prds-spec-sec:last-child {
    border-bottom: 1px dotted #ddd;
}
.prds-spec-sec {
    display: table;
    width: 100%;
}
.prds-spec-sec&gt; div {
    display: table-row;
}
.prds-spec-data, .prds-spec-heading {
    padding: 5px 10px;
    font-size: 12px;
    vertical-align: middle;
    box-sizing: border-box;
    display: table-cell;
    border-top: 1px dotted #ddd;
}

.prds-spec-heading {
	font-family: verdana;
    font-size:13px;
	color:#000;
	border-right:1px solid #ddd;
}

.prds-spec-data {
    width: 75%;
	text-align:justify;
	color:#000;
	font-family:verdana;
}
.prds-spec-data ul{
	list-style: none;
    padding: 0 0 0 20px;
}
.prds-spec-data ul li{
	font-family: verdana;
    list-style:disc;
    margin-bottom:5px;
	font-size:13px;
}
.prds-spec-data ul li:last-child{
    margin-bottom:0px;
}


.prds-spec-data1 {
    padding: 5px 10px;
    font-size: 12px;
    vertical-align: middle;
    box-sizing: border-box;
    display: table-cell;
    */border-top: 1px dotted #ddd;*/
}
.prds-spec-data1 ul{
	list-style: none;
    padding: 0 0 0 20px;
}
.prds-spec-data1 ul li{
	font-family: verdana;
    list-style:disc;
    margin-bottom:5px;
	font-size:15px;
    color: #272727 !important;
}</pre></body></html>