body {
  color: #333;  
  margin:0 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
h1 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0.5em;
  margin-top: 20px;
  line-height: 1.1;
}
h3 {
  font-size: 24px;
  margin: 1.4em 0 0.8em;
  line-height: 1.1;
  font-weight: 500;
}
.small {
  color: #777;
  font-size: 85%;
}
.credits {
  text-align: center;
  margin-top: 4em;
  opacity: 0.65;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 3em;
  text-decoration: none;
}

.btn:active {
  background-image: none;
}

.btn-primary {
  color: #fff;
  background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
  background-color: #337ab7;
  background-repeat: repeat-x;
  border-color: #245580;
}

.btn-primary:active {
  background-color: #265a88;
  border-color: #245580;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.odd {
        background-color:#F2F2F2;
}
.even {
        background-color:#FAFAFA;
}

table { /* Styling der Tabelle */ }

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}