<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagination {
    margin: 20px 0
}
.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}
.pagination ul&gt;li {
    display: inline
}
.pagination ul&gt;li&gt;a,
.pagination ul&gt;li&gt;span {
    float: left;
    padding: 10px 20px;
    line-height: 20px;
    text-decoration: none;
    border: 1px solid #d3d3d3;
    border-left-width: 0;
    background-color: #ededed;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fafafa, #ededed);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #fafafa), to( #ededed));
    background-image: -webkit-linear-gradient(top, #fafafa, #ededed);
    background-image: -o-linear-gradient(top, #fafafa, #ededed);
    background-image: linear-gradient(to bottom, #fafafa, #ededed);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffededed', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), inset 0 -1px 0 rgba(255, 255, 255, .7), 0 0 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), inset 0 -1px 0 rgba(255, 255, 255, .7), 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), inset 0 -1px 0 rgba(255, 255, 255, .7), 0 0 1px rgba(0, 0, 0, .05)
}
.pagination ul&gt;li&gt;a:hover,
.pagination ul&gt;li&gt;a:focus,
.pagination ul&gt;.active&gt;a,
.pagination ul&gt;.active&gt;span {
    background-color: #c9536b;
    background-color: #c04860;
    background-image: -moz-linear-gradient(top, #c9536b, #b13850);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #c9536b), to( #b13850));
    background-image: -webkit-linear-gradient(top, #c9536b, #b13850);
    background-image: -o-linear-gradient(top, #c9536b, #b13850);
    background-image: linear-gradient(to bottom, #c9536b, #b13850);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc9536b', endColorstr='#ffb13850', GradientType=0);
    color: #ededed;
    background: #565656;
}
.pagination ul&gt;.active&gt;a,
.pagination ul&gt;.active&gt;span {
    color: #ededed;
    cursor: default
}
.pagination ul&gt;.disabled&gt;span,
.pagination ul&gt;.disabled&gt;a,
.pagination ul&gt;.disabled&gt;a:hover,
.pagination ul&gt;.disabled&gt;a:focus {
    color: #ededed;
    background-color: transparent;
    cursor: default
}
.pagination ul&gt;li:first-child&gt;a,
.pagination ul&gt;li:first-child&gt;span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}
.pagination ul&gt;li:last-child&gt;a,
.pagination ul&gt;li:last-child&gt;span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}
.pagination-centered {
    text-align: center
}
.pagination-right {
    text-align: right
}
.pagination-large ul&gt;li&gt;a,
.pagination-large ul&gt;li&gt;span {
    padding: 11px 19px;
    font-size: 17.5px
}
.pagination-large ul&gt;li:first-child&gt;a,
.pagination-large ul&gt;li:first-child&gt;span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px
}
.pagination-large ul&gt;li:last-child&gt;a,
.pagination-large ul&gt;li:last-child&gt;span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px
}
.pagination-mini ul&gt;li:first-child&gt;a,
.pagination-small ul&gt;li:first-child&gt;a,
.pagination-mini ul&gt;li:first-child&gt;span,
.pagination-small ul&gt;li:first-child&gt;span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}
.pagination-mini ul&gt;li:last-child&gt;a,
.pagination-small ul&gt;li:last-child&gt;a,
.pagination-mini ul&gt;li:last-child&gt;span,
.pagination-small ul&gt;li:last-child&gt;span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px
}
.pagination-small ul&gt;li&gt;a,
.pagination-small ul&gt;li&gt;span {
    padding: 2px 10px;
    font-size: 11.9px
}
.pagination-mini ul&gt;li&gt;a,
.pagination-mini ul&gt;li&gt;span {
    padding: 0 6px;
    font-size: 10.5px
}</pre></body></html>