
.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}
.content-wrapper { font-family: "Trebuchet MS", Tahoma, sans-serif;
		        max-width: 650px;
				margin:0 auto;
         }
		 footer{
				margin:0px;
				padding:0px;
				min-width:100%;
				max-width:100%;
    }
	.size15{
				font-size: 1.3em;
	}
	.debug1{
		visibility: visible!important;
	}
	.debug0{
		visibility: hidden!important;
	}
	
	.float-message {
		position:fixed;
		z-index:1001;
		max-width:600px;
		bottom:20px;
		right:20px;
		padding:4px;
		color:#444;
		font-size:13px;
		border-radius:5px;
		background:#ddd;
		box-shadow:0px 5px 10px rgba(0,0,0,0.5);
	}
	.float-message-inner {
		position:relative;
	}
    .mt-5, .my-5 {
    margin-top: 0!important;
}
    .nobottommargin {
    margin-bottom: 0!important;
}

.foot{
  width: 100%;
    position: absolute;
    left: 0;
    right: 0;
  }