.cardTableContainer{
	overflow-x: scroll;
}

.cardTable{
	border-spacing: 0px;
}

.cardTable td, .cardTable th{
	padding: .3rem 1rem .3rem 1rem;
	white-space: nowrap;
}

.cardTable th{
	text-align: left;
	border-bottom: .2em solid #000;
}

.columnTypeDate{
	font-family: monospace;
	font-size: 1rem;
}

.rowEven{
	background-color: #eee;
}
.rowOdd{
	/*background-color: #ddd;*/
}