﻿
.standard-table {
	font-size: small;
	color: rgb(100,100,100);
	cursor: pointer;
	width: 100%;
	border: 1px solid black;

}

.standard-table .table-title {
	width: 100%;
	text-align: center;
	font-size:medium;
}

.standard-table tr:hover {
	color: black;
	background-color: rgb(220,220,220);
}

.standard-table td {
	font-weight: bold !important;
}

.standard-table table {
	text-align: left;
	position: relative;
	border-collapse: collapse;
	width: 100%;
}

.standard-table th {
	background-color: black;
	color: white;
	position: sticky;
	top: 0;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

