.outHaus td {
    vertical-align: top;
}

.outHaus td.array {
    display: none;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table th, table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

input.editable-cell {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}

button.export-row, button.edit-row {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

button.export-row:hover, button.edit-row:hover {
    background-color: #005177;
}


button.push {
    background-color: #08592e !important;
}

button.nopush {
    background-color: #ff5177 !important;
}

#list90 > div {
    margin: 0px !important;
}

.csvExport .even {    
    background-color: #ffff0015
}

.csvExport .odd {    
    background-color: #00f3ff14;
}

.csvExport .outicon input,
.csvExport .outlink input,
.csvExport .outpic input,
.csvExport .outmap_id input,
.csvExport .outinfoopen input,
.csvExport .outcategory input,
.csvExport .outapproved input,
.csvExport .outanim input,
.csvExport .outid input {
    width: 50px;
}
.csvExport .outretina input,
.csvExport .outtype input,
.csvExport .outother_data input,
.csvExport .outother_data input,
.csvExport .outdid input,
.csvExport .outsticky input {
    width: 50px;
    background-color: #ffff0030;
}



/*.csvExport .outtitle {
    background-color: #ff000030;
}
*/
.csvExport .outtitle input
 {
    background-color: #00ff0030;
    width: 400px;
}


.csvExport.tt {
    overflow:scroll;
    width: 100%;
 width: 4000px;           /* Festgelegte Breite */
    height: 700px;
    overflow-y: overflow;     /* Vertikales Scrollen erlauben */
    overflow-x: scroll;
}

