#pagesize { padding: 8px; font-family: Noteworthy, Arial, sans-serif; font-size: 14px; }
#pagesize li{ list-style: none;    display: inline-block;}
#pagesize a, #pagesize span { 
	
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #1f2427;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px
	
}
#pagesize a:hover { text-decoration: none; background: #666; }
#pagesize .active { background: #666; color: #FFF; border-color: #444; cursor: default; }
#pagesize .disabled { color: #ccc; cursor: default; }
