
.page {
border-top: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
	overflow: auto;
}

  .page a {
    color: #6f6f6f;
    font-size: 15px;
    display: block;
    padding: 1px;
    padding: 3px 14px;
    /*background-color: #3baa93;*/
    float: left;
    cursor: pointer;
    border-right: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
  }

    .page a.jp-current {
      background-color: #eeeeee;
    }
