/**
 * Copyright 2016 The Valdecode Cookie Law Compliance Authors. All rights reserved.
 * Use of this source code is governed by a MIT-style
 * license that can be found in the LICENSE.txt file.
 */
#v-cookielaw { position: fixed; bottom: 0; margin: 0; padding: 0; width: 100%; z-index: 999999;}
#v-cookielaw .v-bar { padding: 5px 5px; margin: 0 auto; display: flex;}
#v-cookielaw .v-bar.v-message { display: inline-block; width: 1140px;}

/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #333; background: #f0f0f0; border-color: #e0e0e0 !important; font-size: 11px; font-family: "Roboto",sans-serif; font-weight: 300; line-height: 1.42857;}
#v-cookielaw .close { padding: 10px 10px; }
#v-cookielaw .hidden-xs {display: visible;}

@media (max-width: 768px) {
#v-cookielaw {z-index: 99999999;}
#v-cookielaw .hidden-xs {display: none;}
}