table.mini_nezetek {
    width: 100%;
    border-collapse: collapse;
}
table.mini_nezetek td {
    border: 1px dotted #aaa;
}
table.mini_nezetek td.nezet {
    width: 34.5%;
    text-align: left;
    vertical-align: top;
    border-bottom: 0;
    padding: 10px 10px 0 10px;
}
table.mini_nezetek tr td.nezet:first-child,
table.mini_nezetek tr td.nezet:last-child {
    width: 32.75%;
}
table.mini_nezetek td.nezet div.kep {
    margin-top: 5px;
    margin-bottom: 10px;
}
table.mini_nezetek td.gomb {
    padding: 0 0 10px 10px;
}
table.mini_nezetek td.kosarba {
    text-align: left;
    vertical-align: middle;
    border-top: 0;
    border-right: 0;
}
table.mini_nezetek td.gomb form {
    margin-bottom: 0px;
}
table.mini_nezetek td.kosarba input {
    font-weight: bold;
    background-color: #9f9;
    border: 1px solid #050;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
table.mini_nezetek td.kosarba input:hover{
    color: white;
    background-color: #050;
}
table.mini_nezetek td.reszletek {
    text-align: right;
    padding: 0 10px 10px 0;
    border-top: 0;
    border-left: 0;
}
table.mini_nezetek tr:first-child td {
    padding-top: 0px;
    border-top: 0;
}
table.mini_nezetek tr:last-child td {
    border-bottom: 0;
}
table.mini_nezetek tr td:first-child {
    padding-left: 0;
    border-left: 0;
}
table.mini_nezetek tr td:last-child {
    padding-right: 0;
    border-right: 0;
}

