.crash-table th {
	vertical-align: baseline !important;
	font-size: 14px !important;
	color: white;

}
.crash-table thead tr {
	text-align: left;
}

.crash-table th,
.crash-table td {
	padding: 12px 15px !important;
	min-width: 150px !important;
}

.crash-table tbody tr {
	border-bottom: 1px solid #dddddd !important;
}

.crash-table {
	width: 100%;
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	font-family: sans-serif;
	min-width: 400px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
