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