#pagesize { width: 100%; text-align: center; margin-top: 30px; }
#pagesize li{ display: inline-block;}
#pagesize a, #pagesize span { background-color: #003c8f; color: white; display: inline-block; width: 50px; height: 50px; line-height: 50px; border-radius: 50px; font-size: 24px;  margin: 0 5px;}
#pagesize a:hover { color: #fff; background: #f49e00; }
#pagesize .active {color: #fff; background: #f49e00; }
#pagesize .disabled { color: #ccc; cursor: default; }
