.pookie {

    background: #fff;
    bottom: -1px !important; /* override Sumome sharing banner */
    box-shadow: 0 5px 25px 0 rgba(0,0,0,0.25);
    color: #000;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 10000002; /* display on top of Sumome sharing banner */
}

.pookie .container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 100px;
}

.pookie .col-button {
    margin-left: 0;
}

.pookie .col-button button {
    color: #fff;
    background-color: #2c98e3;
    border-color: #2c98e3;
    border-radius: 3px;
    border-width: 1px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .pookie .container {
        align-items: center;
        flex-direction: row;
        padding-right: 0;
    }

    .pookie .col-text p {
        margin-bottom: 0;
    }

    .pookie .col-button button {
        margin-left: 10px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
