/* -------------------------------------------------------------------
Script written by Michael P. MacKillip @ www.motionshot.com
            As part of the MotionShot CMS System
				    July 20, 2019
Please retain this credit when displaying this code online
---------------------------------------------------------------------- */
div#cookiesOverlay {
    display: none;
    position: fixed;
    z-index: 10000;
    bottom: 0px;
    left: 0px;
    width: 100%; 
    height: 75px;
    background: #000;
    color: #FFF;
    font-family: sans-serif;
    font-size: 14px;
}
div#cookiesOverlay > table {
    color: #FFF;
    font-family: sans-serif;
    font-size: 14px;
}
button {
    background: #000;
    color: #666;
    font-weight: bold;
    border: 0;
}
.links:link {
    color: #FFCC66;
}
.links:active {
    color: #FFCC66;
}
.links:hover {
    color: #FFCC66;
}
.links:visited {
    color: #FFCC66;
}