@charset "UTF-8";

#index.instructor #content {
	width: 100%;
}

#index.instructor #content h2 {
	margin: 0 auto;
	font-size:  20px;
	line-height: 46px;
	text-align: left;
}
#index.instructor #content h2 span {
	font-size: 17px;
}

#index.instructor #content .section {
	width: 100%;
	background: url(../img/bg.png) center top;
    background-size: cover;
	padding: 50px 0 40px 0;
}
#index.instructor #content .section h3 {
	color: white;
	font-size: 26px;
	text-align: center;
	
}
#index.instructor #content .section h3 small {
	font-size:14px;
}
#index.instructor #content .section .column {
	width: 100%;
	margin: 0 auto;
}

#index.instructor #content .section .profile {
	width: 90%;
	margin: 20px auto 40px auto;
	background: #fff;
	padding: 20px 0;
}

#index.instructor #content .section .profile dl {
	overflow: hidden;
	width: 90%;
	margin: 0px auto 20px auto;
}
#index.instructor #content .section .profile dl dt,
#index.instructor #content .section .profile dl dd{
}
#index.instructor #content .section .profile dl dt{
	background-color: #666;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
}
#index.instructor #content .section .profile dl dd,
#index.instructor #content .section .profile p{
	font-size: 14px;
	line-height: 24px;
}
#index.instructor #content .section .message {
	width: 90%;
	margin: 0 auto;
	font-size: 17px;
	line-height: 34px;
	color: #fff;
}
#index.instructor #content .section .message h4 {
	margin-bottom: 1em;
}
#index.instructor #content .section .message p {
	margin-bottom: 1em;
}