h4{
	color: black;
	font-size: 14pt;
	font-weight: normal;
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
	font-family: calibri;
}
h3{
	font-size: 18pt;
	font-weight: strong;
	text-align: center;
	font-family: calibri;
	color: #015D93;
}
.table {
	margin: auto;
}
.content-table {
    border-collapse: collapse;
    margin: auto;
    font-size: 0.9em;
    min-width: 200px;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.60);
}

.content-table thead tr {
    background-color: #015D93;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.content-table th,
.content-table td {
    padding: 12px 15px;
	border-bottom: 4px solid #dddddd;
	border-right: 4px solid #dddddd;
	border-left: 4px solid #dddddd;
}

.content-table tbody tr {
    border-bottom: 4px solid #dddddd;
	border-right: 4px solid #dddddd;
	border-left: 4px solid #dddddd;
	
}

.content-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
    border-bottom: 6px solid #dddddd;
}

.content-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}