﻿/*
   CSS for bootpeg pagination
   Override the twitter bootstrap css
   Created by: Michael Ganesan 
    
    
   Note: This will overrid the current boostrap.css for pagination
         Change the colors for pagination 
       
*/

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background-image: none;
    background-color: #eaeaea;
    color: #000000;
}


.text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}    

    







