.box-body{
	border: 1px solid #bdbdbd;
	border-radius: 4px;
}

.required{
	color: red;
}

tr:nth-child(even){
	background-color: #dcedc8;
}
tr:hover{
	background-color: #9e9e9e;
}

