img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ol li, #workarea ul li { margin: 0.6em 0; }
#workarea ul { list-style-type: disc; }

#cookieBanner {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    bottom: 0;
    z-index: 300;
    color: #fff;
}
.cookieContent {
    margin: 0 auto;
    width: 928px;
    padding: 15px 25px;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
}
.cookieText {
    display: inline-block;
    width: 80%;
    line-height: 16px;
    cursor: default;
}
.cookieButton {
    padding: 10px 0;
    display: block;
    float: right;
}
#acceptCookies {
    display: inline-block;
    background-color: #4a9fdf;
    color: #fff;
    text-decoration: none;
    padding: 6px 18px;
    text-align: center;
    border-radius: 18px;
    font-weight: bold;
    cursor: pointer;
}
@media (max-width: 991.98px) {
  .cookieContent {
      width: 768px;
  }
}
@media (max-width: 800px) {
  .cookieContent {
      width: 600px;
  }
}
@media (max-width: 628px) {
  .cookieText {
      display: block;
  }
  .cookieContent {
      width: 100%;
  }
  .cookieButton {
      float: none;
  }
}