﻿@charset "utf-8";

#Pagination {
    width: 100%;
    height: 100%;
    text-align: center;
}

    #Pagination a {
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #e5e7eb;
        color: #333;
    }

    #Pagination a, #Pagination span {
        display: inline-block;
        padding: 0.5em 1em;
    }

    #Pagination .current {
        background: #dfb85a;
        color: #333;
        border: 1px solid #ffd800;
    }

        #Pagination .current.prev, #Pagination .current.next {
            color: #e5e7eb;
            border-color: #e5e7eb;
            background: #fff;
        }
