
.d_page {
	width: 100%;
	margin: 15px 0 25px 0;
	float: left;
	text-align: center;
}

	.d_page b {
		background-color: #139b47;
		border-color: #139b47;
		color: #fff;
		margin-right: 8px;
		width: 45px;
		height: 45px;
		font-size: 17px;
		border-radius: 50px;
		font-weight: 400;
		display: inline-block;
		line-height: 45px;
	}

	.d_page a {
		margin: 0 2.5px;
		background: #fff;
		text-align: center;
		display: inline-block;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		line-height: 45px;
		font-size: 17px;
		color: #b5b0b0;
		border: 1px solid #b5b0b0;
		text-decoration: none;
	}

		.d_page a:hover {
			background-color: #139b47;
			border-color: #139b47;
			color: #fff;
		}
