.course-home .chapter-body .price {
	font-size: 15px;
}

.course-home .operations {
	*margin-bottom: 10px;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	overflow: hidden;
}

.course-home .course-name{
	border-bottom : 1px dashed #DDD;
	overflow: hidden;
}

.course-home .course-name > span {
	font-size: 22px;
	font-weight: bolder;
}

.course-home .course-name  button {
	float : right;
	padding : 1px 2px 1px 2px;
}

.course-home .operations  a.pack {
	color: #A3A3A3;
	-webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

.course-home .operations  a.pack:hover {
	color: #262626;
	cursor: pointer;
}

.course-home .operations a {
	font-size: 14px;
	margin-left: 10px;
	float: right;
}

.course-home .add-chapter {
	margin: 20px 0 10px 20px;
	text-align: right;
}

.course-home .add-chapter a {
	font-size: 16px;
	color: rgb(76, 55, 131);
}

.course-home .add-chapter a:hover {
	color: rgb(150, 150, 150);
}

.course-home  .chapter-content {
	*margin-top: 10px;
}

.course-home  .chapter-content .title {
	*font-size: 15px;
}

.course-home  .chapter-content .chapter-order {
	font-size: 15px;
}

.course-home  .chapter-content .chapter-prefix {
	padding-left: 10px;
}