/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

    body>#coii-modal-dialogue {

        background-color: #ffffff;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
        padding: 5px;
        border-top: 1px solid #222;

    }

    body>#coii-dialogue button
    body>#coii-dialogue p
    {
        margin: 5px;
    }

    .entry-content #coii-dialogue {

        background-color: #ffffff;
        position: relative;

    }