.pages > a,
                        .pages > span{
                          display: inline;
                        }
                        .pages > a,
                        .pages > span {
                          position: relative;
                          float: left;
                          padding: 6px 12px;
                          margin-left: -1px;
                          line-height: 1.42857143;
                          color: #337ab7;
                          text-decoration: none;
                          background-color: #fff;
                          border: 1px solid #ddd;
                        }
                        .pages > a:first-child,
                        .pages > span:first-child {
                          margin-left: 0;
                          border-top-left-radius: 4px;
                          border-bottom-left-radius: 4px;
                        }
                        .pages > a:last-child,
                        .pages > span:last-child {
                          border-top-right-radius: 4px;
                          border-bottom-right-radius: 4px;
                        }
                        .pages > a:hover,
                        .pages > span:hover,
                        .pages > a:focus,
                        .pages > span:focus {
                          z-index: 2;
                          color: #23527c;
                          background-color: #eee;
                          border-color: #ddd;
                        }
                        .pages > .cpb ,
                        .pages > .cpb ,
                        .pages > .cpb:hover,
                        .pages > .cpb:hover,
                        .pages > .cpb:focus,
                        .pages > .cpb:focus {
                          z-index: 3;
                          color: #fff;
                          cursor: default;
                          background-color: #337ab7;
                          border-color: #337ab7;
                        }
