﻿ul.simple-pagination
{
    list-style: none;
}

.simple-pagination
{
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0 auto;
    text-align: center;
}

    .simple-pagination ul
    {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .simple-pagination li
    {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
        overflow: hidden;
        /*margin-right: -5px;*/
    }
    
        .simple-pagination li:first-child a,
        .simple-pagination li:first-child span,
        .simple-pagination li:first-child button
        {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            border-left: 1px solid #C5C5C5;
        }

        .simple-pagination li:last-child a,
        .simple-pagination li:last-child span,
        .simple-pagination li:last-child button
        {
            margin-left: 0;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            border-right: 1px solid #C5C5C5;
        }

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span, .light-theme button
{
    border: 0;
    position: relative;
    float: left;
    padding: 6px 10px;
    line-height: 1.42857143;
    text-decoration: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    height: 32px;
    font-size: 13.3333px;
}

.light-theme button,
.light-theme a
{
    cursor: pointer;
}

    .light-theme a:not(.current):hover,
    .light-theme span:not(.current):hover,
    .light-theme button:not(.current):hover
    {
    }

.light-theme .current
{
    cursor: default;
}

.light-theme .ellipse
{
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}
