<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.row {
    clear: both;
    display:block;
    overflow:hidden;
    margin: 10px 0 10px 0;
    padding: 5px;
}

.row:nth-child(even) {
    background-color: #F7F7F7;
}

.kkrechner-row {
    border:1px solid #ccc;
}

.col-ts-12 {
    width: 100%;
    display: inline-block;
    clear: both;
}

.col-ts-11 {
    width: 91.66667%;
    float: left;
    display:inline-block;
}

.col-ts-10 {
    width: 83.33333%;
    float: left;
    display:inline-block;
}

.col-ts-9 {
    width: 75%;
    float: left;
    display:inline-block;
}

.col-ts-8 {
    width: 66.66667%;
    float: left;
    display:inline-block;
}

.col-ts-7 {
    width: 58.33333%;
    float: left;
    display:inline-block;
}

.col-ts-6 {
    width: 50%;
    float: left;
    display:inline-block;
}

.col-ts-5 {
    width: 41.66667%;
    float: left;
    display:inline-block;
}

.col-ts-4 {
    width: 33.33333%;
    float: left;
    display:inline-block;
}

.col-ts-3 {
    width: 25%;
    float: left;
    display:inline-block;
    text-align:right;
}

.col-ts-2 {
    width: 16.66667%;
    float: left;
    display:inline-block;
}

.col-ts-1 {
    width: 8.33333%;
    float: left;
    display:inline-block;
}

.col-ts-3 img,
.col-3 img,
.col-xs-12 img,
.col-sm-3 img {
    float: right;
    margin: 5px 0 10px 0;
}

.kkrechner-col-1 {
    font-weight: bold;
}

.btn {
    display:block;
    border: 1px solid #369;
    border-radius: 3px;
    background: #f7f7f7;
    text-align:center;
    margin: 5px;
    padding:5px;
    clear:both;
}


.col-xs-12 .btn,
.col-12 .btn,
.col-ts-12 .btn {
    width: 45%;
    float:left;
    clear:none;
}

.head {
    font-weight: bold;
}

.kkrechner-row img {
    float:none !important;
}</pre></body></html>