/*单独css*/
.instr-title{
	border-bottom: 1px solid #C2C5CA;
	text-align: center;
	padding-bottom: 20px;
	font-size: 16px;
	color: black;
	font-weight: bold;
}
.instr-descrip{
	padding-top: 20px;
	line-height: 25px;
	word-break: break-word;
    text-align: justify;
    justify-content: space-between;
	/*word-wrap: break-word;
	white-space: pre-wrap;
	overflow-y: scroll;*/
}
.content{
	margin: 20px auto 0px;
	margin-top: 60px;
	width: 930px;
	height: auto;
	background: rgba(247, 247, 247, 0.49);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fF7F7F7,endColorstr=#7fF7F7F7);
	border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}
.btnStyle{
	text-align: center;
	margin-top: 30px;
}
.btnStyle .btn-primary:first-child{
	width: 120px;
}
.btnStyle .btn-primary:nth-child(2){
	margin-left: 20px;
	width: 120px;
}
