html, body {
  height: 100%;
  width: 100%;
}

.emp_avail_yes {
	background-color: rgba(127, 255, 80, 0.3);
}

.emp_avail_no {
	background-color: rgba(255, 127, 80, 0.3);
}

.dept {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 80%;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
}

#emp_list {
	clear: both;
	margin-bottom: 5px;
}

#emp_list ul {
	height: 100%;
}

.emp_list_item {
	width: 25%;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	    display: block;
		height:100%;
	
	
}