/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 16, 2015, 6:41:34 PM
    Author     : Vish Kakde
*/

#pagination {
                display: block;
                text-align: center;
            }
            #pagiCount{
                display: inline-block;
                margin: auto;
                text-align: center;
            }
            #pagiCount a, #pagiCount strong {
                display: block;
                width: 50px;
                background: rgb(0, 187, 170);
                float: left;
                margin-right: 5px;
                color: #ffffff;
                text-align: center;
                text-decoration: none;
                font-size:20px;
                line-height: 29px;
            }
            #pagination strong , #pagination a:hover {
                background: #F3BC65;
                color:#000;
                font-size:22px;
                text-align: center;
                
            }
            tr:nth-child(even) {
                background: #CCC
                
            }