.status {
 margin: 6px;
/* text-align: center; */
 font-weight: bold;
}

.error {
 color: red;
}

.success {
 color: green;
}

.debug {
 color: grey;
}

.title {
/* text-align: center; */
 font-size: 16px;
 font-weight: bold;
 padding: 4px;
}

.comment {
 font-size: 10px;
}

.centered {
 margin: 0 auto 0 auto;
}

table tr th {
 white-space: nowrap;
}

table caption {
 font-weight: bold;
 text-align: left;
}

table {
/* margin: 0 auto 0 auto; */
 padding: 0;
 border-spacing: 0;
}



form table tr.button td {
 text-align: center;
}



/* 1080px magasságnál nincsen html scrollbar, csak ennek: */
.ui-tabs-panel {
 max-height: 720px;
 overflow: auto;
}
