  
div#eerep-container > div:first-child {
	padding:20px;
	background-color:#eee;
	
	border-radius:5px;
	
	font-family:open-sans,helvetica,arial
}

div#eerep-container > div:first-child input[type=text] {
	font-size:14px;

	padding:4px;
	margin-left:20px;
	
	width:75%;
}

div#eerep-container > div:first-child input[type=checkbox] {
	margin-left:20px;
}

div#eerep-list table {
	max-width:100%;
	border-collapse:collapse;
	
	margin-top:20px;
	
	cell-padding:0px;
	
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#aaa;

	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#aaa;

	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#aaa;
}

div#eerep-list table th {
	padding:10px;
	
	background-color:#eee;

	border-top-width:0px !important;
	
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#aaa;

	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#aaa;
	
	font-family:open-sans,helvetica,arial;
	font-size:14px;
	text-align:left;
	
	white-space:nowrap;
	
	-webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;	
  
  cursor: pointer;
}

div#eerep-list table td {
	padding:10px;
	
	font-family:open-sans,helvetica,arial;
	font-size:14px;
	text-align:left;
	white-space:nowrap;
	
	border-top-width:0px;
	border-bottom-width:0px;
}

div#eerep-list table td:nth-child(2) {
	max-width:50px;
	overflow:hidden;
	text-overflow:ellipsis;
}

div#eerep-list table td:nth-child(2) {
	max-width:180px;
	overflow:hidden;
	text-overflow:ellipsis;
}

div#eerep-list table td:nth-child(3) {
	max-width:180px;
	overflow:hidden;
	text-overflow:ellipsis;
}

div#eerep-list table td:nth-child(4),
div#eerep-list table td:nth-child(5) {
	max-width:140px;
	overflow:hidden;
	text-overflow:ellipsis;
}

div#eerep-list table th:nth-child(6),
div#eerep-list table td:nth-child(6) {
	display:none;
}


div#eerep-list table td:nth-child(7) {
	max-width:150px;
	overflow:hidden;
	text-overflow:ellipsis;
}


div#eerep-list table tr:nth-child(odd) {
	background-color:#f4f6ff;
}

div#eerep-list table td:last-child {
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#aaa;
}

div.eerep-count {
	text-align:center;
}
