@charset "utf-8";
/* CSS Document */

.liljam{
	width:22px !important;
	height:22px !important;
    overflow:hidden;
	margin:0;
	clear:none;
}
.tinyjam{
	width:12px !important;
	height:12px !important;
    overflow:hidden;
	margin:0;
	clear:none;
}
.mr-3{
	width: 40px; !important
	height: 40px; !important
    overflow:hidden;
	margin:0;
	clear:none;
	
}
.title{
width:100%;
display:inline-block;
text-align:left;
vertical-align:central;	
}
.left{
float:left;
display:inline-block;	
}
.right{
float:right;
display:inline-block;	
}
.32icon img{
width: 32px;
height:32px;

}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #000 ;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
	background: #000 ;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.alert{
background:#000;	
}

.message img {
  max-width: 100%;
  overflow: hidden;

}


