body{margin-bottom:120px!important;}
.navbar img.logo{max-height:40px;}

#zahlencheck{
  width:70px;
  position:fixed;
  top:200px;
  right:-4px;
  padding:5px;
  background:#F7DC16;
  border:1px solid #ccc;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 10px #9F9F9F;
  z-index:996;
  text-align:left;
  padding: 10px;
}

#generatorbox{
	margin:20px 0 0 0;
	padding:10px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px; /* Set the fixed height of the footer here */
  background-color: #F7DC16;
}

tr.bg-success a, tr.bg-danger{color:#fff;}
tr.bg-danger a{color:#000;}