﻿.chocolat-overlay {
    opacity: 1;
}

.chocolat-wrapper {
    font-family: Verdana, sans-serif;
    z-index: 200;
}

    .chocolat-wrapper .chocolat-bottom {
        background-color: #eee;
        color: #666;
        display: flex;
        height: auto;
        line-height: normal;
        justify-content: space-between;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .chocolat-wrapper .chocolat-description {
        float: none;
        text-align: left;
    }

    .chocolat-wrapper .chocolat-fullscreen {
        display: none;
    }

    .chocolat-wrapper .chocolat-pagination {
        float: none;
        margin-right: 0;
        padding-right: 0;
        white-space: nowrap;
    }

    .chocolat-wrapper .chocolat-set-title {
        border: none;
        color: #333;
        font-size: 13px;
        font-weight: 700;
        padding-left: 15px;
    }

    .chocolat-wrapper .chocolat-top {
        background-color: #eee;
    }
