.myGrid {
	width: 100%;
	height: 300px;
}

.status-true {
	color: white ; 
	margin-top: 5px;
	width: 50%;
	background-color: #56db56;
	border-radius: 10px;
	cursor: pointer;
}

.status-false {
	color: white ; 
	margin-top: 5px;
	width: 50%;
	background-color: #f44e3b;
	border-radius: 10px;
	cursor: pointer;

}

.add-employee-btn {
	margin-top: -7PX;
	float: left;
	background-color: #00BCCC;
	border: 1px solid;
}