@media print {
	#header, #footer, #menu, #teaching_attendance, #add_teaching, #print_form, #home_menu {
		display: none;
	}
	.my_head, .data, label {
		color: #000;
	}
	#chartContainer {
		page-break-inside: avoid;
	}
}
@page {
	size: auto;
	margin: 0mm;
}
#print {
	width: 230px;
	color: #000;
	padding: .2em;
}
#print1 {
	width: 100px;
	float: left;
}
#card_image {
    	width: 100px;
	height: 100px; 
    	overflow: hidden;
}
#card_image img {
	width: 100%;
}
#print2 {
	width: 110px;
	margin: 0 0 0 .5em;
	float: left;
}
#print2 p {
	font-size: 10px;
}
#print3 {
	width: 100px;
	clear: both;
}
#print_form {
	clear: both;
}
#logo_image {
	width: 70px;
	margin: 0 1em 0 0;
	float: left;
}
#logo_text {
	float: left;
	width: 135px;
}

