/*
 * GarfNet Info DB table styling.
 */

.garf-info-table-wrap {
	overflow-x: auto;
	width: 100%;
}

.garf-info-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.garf-info-table th,
.garf-info-table td {
	text-align: left;
	vertical-align: top;
	padding: 0.35em 0.5em;
}

.garf-info-table th {
	font-weight: 600;
}

.garf-info-table th,
.garf-info-table td {
	border: 1px solid #ccc;
}
