/* Layout speziell für Erhebungs-Tablets */
body {
    width: 800px;
    height: 800px;
    overflow: hidden;
}
div#step_einstellung {
    width: 100%;
}
div#step_einstellung h1 {
    font-size: 250%;
}
div#step_einstellung h2 {
    margin-top: 45px;
    font-size: 200%;
}
div#step_einstellung select {
    width: 90% !important;
}
table#control_matrix {
    width: 780px;
}
table#control_matrix td {
    padding: 5px;
}
table#vehicle_matrix {
    width: 780px;
}
button.erfassungsbutton {
    height: 289px;
}
table#weather_matrix {
    width: 780px;
}
table#weather_matrix button {
    width: 780px;
    height: 210px;
}
table#control_matrix td#control_weather_cell {
    padding-right: 20px;
}
table#control_matrix td#control_transmit_cell {
    padding-left: 20px;
}
button#leqer_transmit, button#leqer_restart {
    width: 45%;
} 
button#leqer_transmit {
    margin-right: 4%;
}
button#leqer_restart {
    margin-left: 4%;
}
