#my-cookie__consent .my-cookie__container,
#my-cookie__consent .my-cookie__open-settings {
    color: white !important;
	font-size: 1em;
}

#my-cookie__consent .my-cookie__container {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#my-cookie__consent {
    font-size: 0.8rem;
}

#my-cookie__popup #my-cookie__table thead tr th {
    text-align: left;
    font-size: 1rem;
}

.my-cookie__button {
    padding: 10px 16px;
    font-size: 0.8rem;
}

div#my-cookie__consent {
    background: #6d4a4a;
    max-width: 350px;
    bottom: 10px;
    right: 10px;
	z-index: 9999999999;
}
}

.my-cookie__desc a {
    color: white;
    font-size: 0.9rem;
}

#my-cookie__consent .my-cookie__accept-button a {
    color: black;
    font-size: 1rem;
}

#my-cookie__consent .my-cookie__accept-button {
    padding: 10px;
}

div#my-cookie__declaration {
    font-size: 0.7rem;
}

div#my-cookie__declaration a {
    color: black;
    font-size: 0.8rem;
    line-height: 1em;
}

div#my-cookie__cookie_settings a {
    color: white;
    font-size: 0.9rem;
}

#my-cookie__popup #my-cookie__table .td-name {
    white-space: nowrap;
    padding-right: 50px;
    font-size: 0.8rem;
}

td.td-cookies {
    font-size: 0.8rem !important;
}

div#my-cookie__declaration table {
    background: #ececec;
    padding: 10px;
}

div#my-cookie__buttons-container a {
    color: white;
}

#my-cookie__consent .my-cookie__accept-button {
    background: #ffffff;
    color: black;
	font-weight: 600;
	font-size:1rem!important;
}

div#my-cookie__declaration-title a {
    color: black;
}

div#my-cookie__buttons-container a {
    font-size: 0.8rem;
}

.my-cookie__button.green {
    color: #ffffff;
}

@media screen and (max-width: 1024px){
	#my-cookie__consent {
		max-width: 350px;
		bottom: 30px;
		right: 30px;
		padding: 20px;
	}
	#my-cookie__consent .my-cookie__accept-button {
        padding: 10px;
    }
}

@media screen and (max-width: 768px){
	div#my-cookie__consent{
		max-width: 100%;
		bottom: 0px;
		right: 0px;
	}
}

#my-cookie__consent{
	padding:0;
}

#my-cookie__consent .my-cookie__controls {
	margin-left: 0;
}