.table-1 {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	width: 100%;
	font-size: 9px;
	border: 1px solid #dbd5c5;
}
.table-1 th {
	padding: 0.1em 0.1em;
	border-right: 1px solid #dbd5c5;
	border-bottom: 1px solid #dbd5c5;
}
.table-1 td {
	padding: 0.1em 0.1em;
	border-right: 1px solid #dbd5c5;
}
.table-1 caption {
	font-size: 13px;
	font-weight: bold;
	margin: 1em 0;
}
.table-1 thead {
	background-color: #4f2583;
	color: #fff;
	border-bottom: 1px solid #4f2583;
}
.table-1 th {
	font-weight: bold;
	text-align: center;
}
.table-1 tr:hover {
	background-color: #f3e5ff;
	color: #inherit;
}
.table-1 thead tr:hover {
	background-color: #4f2583;
	color: #fff;
	border-bottom: 1px solid #4f2583;
}
.table-1 .none {
	border: 0;
}
