.home-card {
width: min-content;
}
.home-card p em {
display: none;
}
.dictionary {
border-collapse: collapse;
white-space: nowrap;
}
.dictionary th {
background-color: var(--color-Dic-Theme);
color: var(--color-Dic-Title);
border-bottom-width: 0;
font-size: 1.05em;
padding: 5px 10px;
text-align: center;
}
.dictionary td {
color: var(--color-base--emphasized);
font-size: 1em;
padding: 5px 10px;
}
.dictionary td, .dictionary th {
border-bottom: 1px solid var(--color-Dic-Theme);
}
h2#dic-h2+section>p {
display: none;
}