﻿.Pagnation {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .Pagnation table > tbody > tr > td {
        display: inline-block;
    }

        .Pagnation table > tbody > tr > td > a,
        .Pagnation table > tbody > tr > td > span {
            padding: 8px 12px;
            font-family:  Gamestation;
            font-size: large;
            font-weight: normal;
            line-height: 1.42857143;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            border-top: 1px; 
            border-bottom: 1px;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        .Pagnation table > tbody > tr > td > span {
            padding: 8px 12px;
            font-family: Gamestation;
            font-size: large;
            font-weight: normal;
            line-height: 1.42857143;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            border-top: 1px;
            border-bottom: 1px;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            z-index: 2;
        }

        .Pagnation table > tbody > tr > td:first-child > a,
        .Pagnation table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .Pagnation table > tbody > tr > td:last-child > a,
        .Pagnation table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .Pagnation table > tbody > tr > td > a:hover,
        .Pagnation table > tbody > tr > td > span:hover,
        .Pagnation table > tbody > tr > td > a:focus,
        .Pagnation table > tbody > tr > td > span:focus {
            color: var(--bs-btn-hover-color);
            background-color: var(--bs-btn-hover-bg);
            border-color: var(--bs-btn-hover-border-color);
        }
