
@media only screen {body {    margin: 0;    padding: 0;}.source-theme-warning{display:none!important}
}

#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%);
}
.fixed-top{
position: fixed !important;
top: 0;
right: 0;
left: 0;
z-index: 1030;
	}

body.nav-shad #nav-wrapper {
   box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
   transition: box-shadow 0.5s ease-in-out;
}