.mutualite-logo {
    height: 54px;
}

.page-template table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: auto;
    margin: 1rem 0;
}
.page-template table tr {
    border-bottom: 1px solid #ddd;
}

.page-template table tr:nth-child(even){
    background-color: #E7E9EB;
}

.page-template table th{
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #472583;
    color: white;
    text-align: center;
}

.page-template table td{
    text-align: left;
    padding: 8px;
}