.kulcsszo_keres_form_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 60px;
}
.kulcsszo_keres_form_row {
    display: table-row;
}
.kulcsszo_keres_form_cell_1, .kulcsszo_keres_form_cell_2 {
    display: table-cell;
    vertical-align: middle;
}
.kulcsszo_keres_form_cell_1 {

}
.kulcsszo_keres_form_cell_2 {
    width: 50px;
    text-align: right;

}

.kulcsszo_keres_form_cell_1 > input, .kulcsszo_keres_form_cell_1 > input:hover, .kulcsszo_keres_form_cell_1 > input:active, .kulcsszo_keres_form_cell_1 > input:focus {
    width: 100%;
    
    border: 1px solid #404040;
    padding: 8px 15px;
    outline: none;
}
.kulcsszo_keres_form_cell_2 > button {
    height: 41px;
    width: 41px;
    border-radius: 50%;
    border: 1px solid #404040;
    background: transparent;
    color: #404040;
    font-size: 20px;
}
.kulcsszo_keres_form_cell_2 > button:hover {
    background: #F1F1F1;
    color: #966600;
}


/* */
div.kulcsszo_keres_div {
    margin-bottom: 30px;
}

h2.kulcsszo_keres_cim {
    font-size: 24px;
    margin: 0 0 15px 0;
}

a.kulcsszo_keres_cimlink {
    color: #404040;
    text-decoration: none;
}
a.kulcsszo_keres_cimlink:hover, a.kulcsszo_keres_cimlink:active, a.kulcsszo_keres_cimlink:focus {
    color: #404040;
    text-decoration: underline;
}

p.kulcsszo_keres_desc, p.kulcsszo_keres_key, p.kulcsszo_keres_title {
}

.kulcsszo_keres_desc_kiemel, .kulcsszo_keres_key_kiemel, .kulcsszo_keres_title_kiemel {
    font-weight: bold;
}

.kulcsszo_keres_kiemel {
    font-weight: bold;
}

a.kulcsszo_keres_tovabb {
    background: #c0c0c0;
    color: #404040;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: 'Roboto-Black', Arial;
    display: inline-block;
    margin-top: 15px;
}
a.kulcsszo_keres_tovabb:hover, a.kulcsszo_keres_tovabb:active, a.kulcsszo_keres_tovabb:focus {
    color: #404040;
}


.kulcsszo_keres_kulcsszavak {
    background: #eeeeee;
    border-left: 8px solid #a47000;
    padding: 15px 15px 15px 23px;
    margin-top: 15px;
}
.kulcsszo_keres_kulcsszo, .kulcsszo_keres_kulcsszo:hover, .kulcsszo_keres_kulcsszo:active, .kulcsszo_keres_kulcsszo:focus {
    color: #808080;
    font-style: italic;
}
.kulcsszo_keres_kulcsszo:hover {
    text-decoration: underline;
}
.kulcsszo_keres_kulcsszavak span {
    margin-right: 8px;
}

