#bike30-table {
	
}

.styled-table {
    border-collapse: collapse;
    margin: 0;
    font-size: 0.9em;
    margin-top: 30px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.styled-table thead tr {
    background-color: red;
    color: #ffffff;
    text-align: center;
}

styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #000;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #000;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #000;
}

.akcio-kedvezmeny {
	font-weight: bold;
	color: red;
}

.akcio-kedvezmeny-osszeg {
	font-weight: bold;
	color: red;
}

.bike-menu-banner-30ev div:hover{
	background-color: #466293;
}

.bike30-csereakcio-link {
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
	color: #000;
}

.bike30-csereakcio-link a {
	text-decoration: none;
	color: red;
}

.bike30-csereakcio-link a:hover {
	font-weight: 700;
	text-decoration: none;
	color: #0a3278;
}