main h1 {
	margin: 15px 0;
}

table {
	border-spacing: 0;
	width: 100%;
}
table thead th {
	background: #D7D7D7;
	font-weight: normal;
}
table, th, td {
   border: 1px solid black;
}
table td, th {
	padding: 8px;
}

.database-tables-list {
	display: none;
}
