#buchstaben_bg {
    width: 400px;
    background: url(../../images/buchstaben_bg_net.png) no-repeat left top;
}

h5 {
    margin-top: 0;
}

.aufgabe-template {
    white-space: pre-wrap !important;
}

table {
    margin-bottom: 0;
}

table th {
    vertical-align: top;
    width: 50px;
}

label {
    font-weight: normal;
}

.txtklein {
    width: 70px;
    display: inline;
}

select.form-control {
    width: auto;
    display: inline;
}

textarea.form-control {
    height: 150px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #2b6093;
}

.btn-primary:active, .btn-primary.active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .5);
}
table.table-aufgabe {
    max-width: 500px;
}

table.table-aufgabe td {
    border: 1px solid #CCC;
    padding: 3px;
}

[ng-cloak] {
    display: none;
}