.big-checkbox {/* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;}

.cookies-fixed{
        position: fixed;
        bottom: 20vh;
        left: 0;
        width: auto;
}