table#legile{
	border-collapse: collapse;
    font-style: normal;
    font-size: 1.125rem;
	color: #555c66;
}

table#legile thead {
    background-image: linear-gradient(rgba(76,115,151,0.51), #4c7397);
	color: #dce7f5;
}

table#legile tbody tr td {
	padding: 3px 10px;
}

table#legile thead th:first-child,
table#legile tbody tr td:first-child {
	border-right: 2px solid #bacfeb;
}

table#legile thead tr th:first-child {
	text-align: center;
}

table#legile tbody tr td:first-child {
	text-align: left;
}

table#legile tbody tr td:nth-child(2) {
    cursor: pointer;
}

table#legile tbody tr:nth-child(even) {
	background-color: #dce7f5;
}

table#legile tbody tr:hover {
	background-color: #a1bee4;
}