/* Others */
@media only screen and (min-width : 768px) and (max-width : 960px) {
	.center {
		width: auto;
	}

	#main .box-1 .content,
	#main .box-2 .content {
		height: auto;
	}

	#main .box-3 .content img {
		margin: 0 5% 0 0;
	}

    header div.course-status-bar{
        width: 99.1%;
    }
}
