.student-award, .foreign-travel-stu {
	max-width: 100%!important;
}

#comment {
	display: none;
	position: absolute;
	padding: 10px;
	max-width: 700px;
	color: #fff;
	background: rgba(33, 33, 33, 0.8);
	box-shadow: #333 0px 0px 10px;
	line-height: 30px;
}

#insertBu {
	width: 100px;
	height: 30px;
	cursor: pointer;
}

#insertBu:hover { color: #666; }

.db {
	width: 100%;
	font-size: 12pt;
}

.db td {
	border-top: solid 1px #999;
	padding: 5px 5px;
}

.db tr:hover td {	background: #ddd;}
.db tr:nth-child(2n) {	background: #eee;}
.db tr:nth-child(2n+1) {background: #fff;}
.db tr:nth-child(1) {	background: #666; text-align: left; color: white}
.db tr:nth-child(1):hover th {	background: #666;}
.db tr:nth-child(1) th{	border-top: solid 0px #999;	padding: 15px 5px;}
