/***                       ***
 *** Cookiealert component ***
 */

span.Cookiealert
{
  width: 100%;
  min-height: 50px;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 999;
  background-color: #FFDC00;
  border-top: 2px solid #000000;
  padding: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}

span.Cookiealert a
{
  color: #000000;
  text-decoration: underline;
}

span.Cookiealert a.Button
{
  text-decoration: none;
}