div.cookies{

    position: fixed;
    bottom: 20px;
    left: 20px;
    min-width: 100px;
    max-width: 270px;
    min-height: 50px;
    padding: 20px;
    background: white;
    border: 2px solid #094999;
    border-radius: 20px;
    z-index: 1000000;
}

div.cookies .btn-mini{

        margin-top: 10px;
	width: 100%;
	background: #094999;
	color: white;
	text-align: center;
	padding: 8px;
	border-radius: 10px;
	cursor: pointer;
    }

div.cookies a{

	color: #094999;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {

    div.cookies{

        max-width: 100%;
        right: 20px;
    }
}
