body {
    font-family: Arial;
    margin: 40px;
    background: #fafafa;
}

h1 {
    margin-bottom: 20px;
}

.searchbox {
    margin-bottom: 20px;
}

.searchbox input {
    padding: 8px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.searchbox button {
    padding: 9px 20px;
    border: none;
    background: #0073aa;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.searchbox button:hover {
    background: #005580;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

th, td {
    border: 1px solid #ccc;
    padding: 8px;
}

th {
    background: #eee;
}

.hint {
    margin-bottom: 10px;
    font-style: italic;
    color: #555;
}

.name-link {
    font-weight: bold;
    text-decoration: none;
}

.name-link:hover {
    text-decoration: underline;
}

/* akikre már rákattintottak az adott munkamenetben */
.name-link.visited-name {
    color: #888;
}

/* részletes oldal táblája */
table.detail {
    border-collapse: collapse;
    margin-top: 10px;
    background: #fff;
}

table.detail th,
table.detail td {
    border: 1px solid #ccc;
    padding: 6px 8px;
    vertical-align: top;
}

table.detail th {
    background: #eee;
    width: 220px;
}
