#cookiescript_badge {
 position: fixed;
 line-height: 0;
 cursor: pointer;
 z-index: 1000;
 font-size: 0;
 color: #feed01;
 bottom: 10px;
 left: 10px;
 background: #1e7b88;
 border-radius: 25px;
 padding: 3px;
 display: flex;
 flex-direction: row;
 transition-duration: 500ms;
 box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.2);
 opacity: 1;
}
#cookiescript_badgeimage {
	width: 40px;
	height: 40px;
}
#cookiescript_badgesvg {
	width: 40px;
	height: 40px;
}
#cookiescript_badgetext {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 2.5;
	font-weight: 200;
	font-family: 'American Typewriter', sans-serif;
	/* font-family: 'Open Sans', Arial, 'Trebuchet MS', 'Segoe UI', 'Helvetica', sans-serif; */
	overflow: hidden;
	transition-duration: 500ms;
	white-space: nowrap;
	padding-right: 0;
	max-width: 0;
	color: #FFFFFF;
}
#cookiescript_badge:hover #cookiescript_badgetext {
	max-width: 300px;
	padding-right: 15px;
	padding-left: 12px;
}
.ccb__left{
	width:65%;
}
@media (max-width:1103px){
	.ccb__left{
		width:100%;
	}
}
.ccb__button .ccb__edit {
	margin-right:10px;
}
#cconsent-bar {
	padding: 5px 10px!important;
}
#cconsent-bar .ccb__right > div {
    display: inline-block;
    color: #FFF;
    text-align: left;
}
#cconsent-modal .ccm__footer {
    display: block!important;
    justify-content: center!important;
}
#cconsent-modal .ccm__footer button#ccm__footer__consent-modal-submit {
    margin-right:0!important;
}
#cconsent-modal .ccm__footer button {
    margin: 5px!important;
}
.ccm__list ul li{
	border-bottom: 1px solid;
}
.ccm__list ul li:last-child{
	border-bottom: none;
}
#cconsent-modal .ccm__content {
	 min-height:unset!important;
}
@media (max-height: 600px), screen and (orientation: portrait) {
	#cconsent-modal .ccm__content {
	    max-height: 100%!important;
	}
}
