.container {
	padding: 40px 0;
}

.file-upload {
	display: none !important;
}

.name-label {
	margin-right: 10px;
	font-weight: normal;
	padding: 5px;
}

.name-box {
	width: 80%;
	min-height: 100px;
	margin-top: 20px;
	padding: 10px 20px;
	box-sizing: border-box;
	line-height: 30px;
	/* background-color: #409EFF; */
	background-color: rgba(228, 239, 255, .6);
	border-radius: 20px;
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .2);
}

.add-box {
	width: 100%;
	text-align: right;
}

.class-box {
	width: 80%;
	min-height: 100px;
	margin-top: 20px;
	padding: 10px 20px;
	box-sizing: border-box;
	line-height: 30px;
	/* background-color: #409EFF; */
	background-color: rgba(228, 239, 255, .6);
	border-radius: 20px;
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .2);
}

.class-panel {
	margin-bottom: 10px;
}

.btn-xs {
	float: right;
}
