.tablazat-fejlec {
    font-weight: 700;
    text-align: center;
    color: #ef8812 !important;	
}
.narancs {
    color: #EF8812 !important;
}
.kiemelt {
    color: #EF8812 !important;
	font-size: 20px;
	font-weight: 700;
}
.elvalaszto-hullam {
    display: block;
    background-color: transparent;
    background-image: url(/images/kellekek/hullamvonal.webp);
    background-size: 821px;
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
    margin-bottom: 2rem !important;
    height: 15px;
    margin-top: 2rem !important;
}
.grid > tbody > tr > td {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 2rem;
    margin-bottom: 0rem;
    padding: 0;
    border: none !important;
}
@media only all and (min-width: 51rem) and (max-width: 74.99rem) {
.grid > tbody > tr > td {
    grid-template-columns: 1fr;
    gap: 1rem;
}
}
@media only all and (max-width: 50.99rem) {
.grid > tbody > tr > td {
    grid-template-columns: 1fr;
    gap: 1rem;
}
.kiemelt {
    font-size: 16px;
}
.arak-lista article:not(:last-child):after {
    bottom: -24px;
}
}