html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    position: relative;
    margin-top: 80px;
    margin-bottom: 160px;
}

.tausch {
    background-image: url(../image/mp-systems.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}

    table.table-fit thead th, table.table-fit tfoot th {
        width: auto !important;
    }

    table.table-fit tbody td, table.table-fit tfoot td {
        width: auto !important;
    }

table {
    /* width:700px;*/
}

th {
    text-align: center;
    font-size: 10px;

}

td {
    text-align: center;
    font-size: 10px;
    /*padding-left:8px;   */
}