/*
*section.intro-text
*/
section.intro-text{
	padding-left:0;
	padding-right:0;
}

section.intro-text .max-width{
	width:100%;
}

.intro-text table{
	margin-bottom:10px;
	width:100%;
	border:1px solid #582f0f;
	font-size: 15px;
}

.intro-text table th,
.intro-text table td{
	border-right:1px solid #582f0f;
	border-bottom:1px solid #582f0f;
	height:44px;
	vertical-align:middle;
	padding-left:6px;
	text-align:center;
}

.intro-text table th{
	font-family:Oswald;
}


table th.col1,
table td.col1{
	text-align:left;
}

table td span{
	font-family:Oswald-Light;
}

.intro-text h1{
	font-family:Oswald;
	margin-bottom:10px;
}

section.intro-text ul{
	width:90%;
	margin:0 auto;
}

section.intro-text ul li{
	list-style:inside;
	text-indent: -0.8em;
	font-size:0.9em;
}

.intro-text p.rate-remark{
	font-family:MyriadPro;
	font-size:13px;
	color: #5e2900;
}

@media only screen and (min-width: 40.063em) {/* min-width 641px, medium screens (40->42) */

} 

@media only screen and (min-width: 64.063em) {/* min-width 1025px, large screens */
.intro-text table{
	margin-bottom:0;
}

.please-note{
	padding-left:30px;
}

section.intro-text ul{
	width:98%;
	margin:0;
	margin-left:30px;
}

.intro-text p.rate-remark{
	margin-top: 10px;
	font-family:MyriadPro;
	border:1px solid #5e2900;
	padding:0px 8px;
	padding-top: 3px;
	font-size:13px;
	background-color: rgba(94,41,0,0.3);
	color: #5e2900;
	width: 290px;
}

} 


@media only screen and (min-width: 90.063em) {/* min-width 1441px, xlarge screens */
	
} 


@media only screen and (min-width: 120.063em) {/* min-width 1921px, xxlarge screens */
	
} 