.fright{
	float: right;
	display: inline-block;
	margin-right: 20px;
}

.tablee {
    border     : 1px solid gray;
    width: 478px;
    margin-top: 10px;
    margin-left:12px; 
    text-align : left;
    margin-bottom: 10px;
}
.tablee_comment{
    border     : 1px solid gray;
    width: 862px;
    margin-top: 10px;
    margin-left:12px; 
    text-align : left;
    margin-bottom: 10px;
}
 
 .classlist {
    border     : 1px solid gray;
    width: 198px;
    margin-top: 10px;
    margin-left:12px; 
    text-align : left;
    margin-bottom: 10px;
}

table#sourcetable tbody tr {
    background-color : ;
}
 
table#sourcetable tbody  tr {
    cursor : pointer;
}


.formteacherhead{
	width: 100%;
	height: 28px;
	background-color: MediumSpringGreen;

}
.formteacherdashboard{
	width: 221px;
	height:700;
	background-color: Gainsboro;
	display: inline-block;
	float: left;

}
.formteacheroperation{
	margin-left: 2px;
	width: 83.2%;
	height: 26px;
	background-color: Gainsboro;
	display: inline-block;
	float: left;
}
.formteachersubjectlist{
	margin-left: 2px;
	margin-top: 2px;
	width: 220px;
	float: left;
	background-color: Gainsboro;
	display: inline-block;
}
.formteacherstudenttlist{
	margin-left: 2px;
	margin-top: 2px;
	width: 500px;
	background-color: Gainsboro;
	display: inline-block;
}
.formteacherstudentt_comments{
	margin-left: 2px;
	margin-top: 2px;
	width: 887px;
	background-color: Gainsboro;
	display: inline-block;
}

.formteachertrait{
	width: 380px;
	background-color: Gainsboro;
	margin-left: 2px;
	margin-top: 2px;
	display: inline-block;
	float: right;
}
.traitopt{
	float: right;
	display: inline-block;
	margin-right: 70px;
	margin-top: 12px;

}
.traitcomment_operation{
	margin-left: 460px;
}
tr:hover{
	background-color: DarkGray;

}
.stdlistth{
	background-color: DarkGray;
}
.hidden{
    visibility: hidden;
}

.traitcomm{
	width: 200px;
	margin-left: 8px;
	text-align: left;

}
.mgt{
	margin-top: 30px;
}
.pointer {
    cursor : pointer;
}

.fcright{
	float: right;
	width: 150px;
	height: 50px;
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 13px;
}
.wid{
	width: 300px;
	margin-right: 12px;
	border-radius: 5px;
}
.widthname_c{
	width: 200px;
}
.ft_b{
	height: 80px; 
	font-size: 20px;"
	text-align: center;
}
input:focus{
	box-shadow: 0 0 5px rgba(81,203,238,1);
	padding: 3px 0px 3px 3px;
	border:1px solid rgba(81,203,238,1);
}
tr:nth-child(even){
background-color: #f2f2f2
}


