
#rapidweaver_privacy_message {
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    color: rgba(0,0,0,.85);
    width: 100%;
    padding: 0;
    z-index: 5000;
    text-align: center;
    box-shadow: -2px 0 4px rgba(0,0,0,.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@supports (display: flex) {
	#rapidweaver_privacy_message {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #rapidweaver_privacy_message p {
        margin: 20px;
    }
}


#rapidweaver_privacy_message button {
    margin: 20px;
    border-radius: 3px;
    background-color: #424147;
    color: #fff;
    border: none;
    filter: saturate(100%);
    font-weight: bold;
    cursor: pointer;
    padding: 5px 15px;
}

#rapidweaver_privacy_message button:hover {
    filter: saturate(90%);
}
.im-grow {
	width:100%
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.im-grow:hover, .im-grow:focus, .im-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.uk3-button-shadow {box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);}
.uk3-button-shadow:hover {box-shadow: 0 6px 12px 0 rgba(0,0,0,0.24),0 5px 20px 0 rgba(0,0,0,0.19);}
.uk3-text-shadow {text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);}
.uk3-roundedcorners {border-radius: 15px;}
.uk3-stay-on-top { z-index: 1000;}
.uk-navbar-dropdown {border-radius: 4px 45%;}
