/* ------------------ Mobile ------------------ */
@media (max-width: 767px)
{
	.eu-cookie-compliance-category-description{
		font-size: 14px;
	}
	
}
/* ------------------------------------- *\
|* ----------- # Cookies # ----------- *|
\* ------------------------------------- */

div#eu-cookie-compliance-categories {
    display: none;
}
div#popup-buttons {
    float: none;
}
button.ecc-show-categories, button.ecc-hide-categories{
    box-shadow: inset 0 1px 0 0 #ffffff;
    background-color: #ededed;
    background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
}
.agree-button.eu-cookie-compliance-default-button, .eu-cookie-compliance-save-preferences-button {
    margin-bottom: 1.2em;
    padding: 4px 8px;
    margin-right: 30px;
}