
.ellipsis {
	white-space: nowrap ;
	overflow: hidden ;
	text-overflow: ellipsis ;
}
tr.alternate {
	background-color: #f5f5f5 ;
}

.nomargin {
  margin: 0 ;
}
.nopadding {
  padding: 0 ;
}


table.layout-fixed {
  table-layout: fixed ;
}