#mitgliederTable_wrapper {
    margin-top: 20px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
/*body {*/
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;*/
/*}*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    /* top right bottom left */
    margin: auto;
  padding: 10px 15px 50px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
    margin: auto;
    text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

label.required::after {
    content: "*";
}

code {
  font-size: 80%;
}

.createSpendenquittungTable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.createSpendenquittungTable th, .createSpendenquittungTable td {
    width: 150px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    /*border: 1px solid black;*/
    /*padding: 5px;*/
}