#EntryStripedTable { margin-bottom:10px; }
#EntryStripedTable th { text-align:left; font-weight:bold; padding:2px 5px 2px 5px; border-bottom:1px solid #eeeeee }
#EntryStripedTable tr:nth-child(even) { background-color:#eeeeee }
#EntryStripedTable tr:nth-child(odd) { background-color:#ffffff }
#EntryStripedTable td { text-align:left; white-space:normal; padding: 5px 2px 10px 5px !important; border-bottom:solid #BAC5E3 !important }
#EntryStripedTable td:first-child { text-align:left; padding-bottom:10px; border-width: 1px; white-space:normal } 

.nowrap {
	white-space:nowrap !important;
	word-break: break-all !important;
	-webkit-hyphens:none !important;
	-moz-hyphens: none !important;
	hyphens: none !important;
}
.striped tr:nth-child(even) { background-color:#eeeeee }
.striped tr:nth-child(odd) { background-color:#ffffff }

