div.entry-audio {
    display: block;
    margin-bottom: 5px !important;
    height: auto;
    max-width: 100%;
    text-align: center;
}
.content-title-home {
    border-bottom: none;
}

.custom-table-vita {
    margin-bottom: 1em;
}
.custom-table-vita thead th:first-child, .custom-table-vita tbody tr td:first-child {
    border: none;
}
.light .custom-table-vita thead th:first-child, .light .custom-table-vita tbody tr td:first-child {
    border: none;
}
.dark .custom-table-vita thead th:first-child, .dark .custom-table-vita tbody tr td:first-child {
    border: none;
    width:135px !important;
}
.dark .custom-table-vita-fullWidth thead th:first-child, .dark .custom-table-vita-fullWidth tbody tr td:first-child {
    border: none;
    width:100% !important;
}
.custom-table-vita td {
    border: none;
    width: auto;
}
.light .custom-table-vita td {
    border: none;
}
.dark .custom-table-vita td {
    border: none;
}
.custom-table-vita td, .custom-table-vita th {
    padding: 3px 15px;
}
ul.type-1 li,
ul.type-2 li,
ul.type-3 li,
ul.type-4 li,
ul.type-5 li,
ul.type-6 li,
ul.type-7 li,
ul.type-8 li {
    margin-left: 20px;
    padding-left: 15px;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}

a:hover.maillink {
    color: #a6412b !important;
}