.database-table{
}

.table-header-black{
	text-align: left;
	background: #000;
	color: white;
	font-weight: bold;
}

.table-odd {
	background: #EEE;
}

.table-nowrap{
	white-space: nowrap;
}

.table-wrap{
	max-width: 500px;
	min-width: 400px;
}

th {
	background-color: black;
	color: white;
}

.header-table > tbody > tr > td {
		padding: 0 20px 0 0;
	}
}

.surveyresulttable {
	border-spacing: unset;
}
.surveyresulttable > tbody > tr > th {
	background-color: #a0d6ff;
	color: black;
}
.surveyresulttable > tbody > tr > td {
	background-color: #EEE;
	border-right: 1px solid white;
	border-bottom: 1px solid black;
	min-width: 230px;
}
.surveyresulttable > tbody > tr > td.-center{
	text-align:center;
	font-size: 23px;
}