
.pagination {
            font-size: 80%;
        }

.pagination a {
    text-decoration: none;
    border: solid 1px #202020;
    color: #efefef;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.25em 0.45em; /* padding: 0.3em 0.5em; */
    margin-right: 5px;
    margin-bottom: 5px;
}

.pagination .current {
    background: #171717;
    color: #fff;
    border: solid 1px #202020;
}

.pagination .current.prev, .pagination .current.next{
    color:#222;
    border-color:#222;
    background:#111;;
}

.containers-coffe {
    height: 420px;
    min-height: 420px;
}

.containers-service {
    height: 220px;
    min-height: 220px;
}

.containers-details {
    min-height: 540px;
    height: 540px;
    overflow: visible;
}

.table {text-align: left; margin-left: 10px; color: #666;}
.table td {padding: 5px; font-size: 9pt;}

.table-clear {text-align: left; margin: 0 10px; color: #666;}
.table-clear td {padding: 5px; font-size: 9pt;}

.table-clear-details {text-align: left; margin: 0 10px; color: #666;}
.table-clear-details table {margin-top: 20px; }
.table-clear-details table td {border: 1px solid #666; font-size: 7pt;}
.table-clear-details tr {vertical-align: top;}
.table-clear-details td {padding: 5px; font-size: 8pt;}


.corneredTable {color: white; text-align: left; margin-left: 10px;}
