 ul {
	margin: 0 0 0 15px;
	padding: 0;
}

.page-nr-bg {
    position: relative;         
    text-align: center;
    vertical-align: middle;
	margin: -10px 0 -5px 50px;
	width: 50px;
}

.page-nr {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e1efd6+0,ffffff+100 */
    background: #e1efd6; /* Old browsers */
    background: -moz-linear-gradient(top,  #82bfe9 0%, #c8ddf3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #82bfe9 0%,#c8ddf3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #82bfe9 0%,#c8ddf3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82bfe9', endColorstr='#c8ddf3',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);

    font-weight: bold;
    font-size: 1.5em;
    line-height: 1;
    padding: 5px 7px;
    vertical-align: middle;
}

ul {
	list-style: none;
}

/* *** */

.main-content {
	max-width: 960px;
    margin: auto;

	padding-bottom: 30px;
	padding-top: 70px;
}