/* css/style.css für das Auswertungen Plugin */

.auswertungen-plugin-container {
    font-family: sans-serif;
    font-size: 14px;
}

.auswertungen-plugin-container form {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}

.auswertungen-plugin-container .headline {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.auswertungen-plugin-container select,
.auswertungen-plugin-container input[type="submit"],
.auswertungen-plugin-container input[type="checkbox"],
.auswertungen-plugin-container input[type="radio"] {
    margin-right: 5px;
    margin-bottom: 5px;
}

.auswertungen-plugin-container label {
    margin-right: 10px;
}

#main-auswertung-table-wrapper {
    overflow-x: auto;
}

table.auswertung-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    font-size: 0.9em;
}

table.auswertung-table th,
table.auswertung-table td {
    border: 1px solid #ddd;
    padding: 6px;
    white-space: nowrap; 
}

table.auswertung-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

table.auswertung-table th:first-child,
table.auswertung-table td:first-child {
    text-align: left;
}