.paging__row {
	display: flex;
	float: right;
	height: 3em;
}

.paging__row .paging__element {
	display: inline;
	border-top: thin solid rgb(221, 221, 221);
	border-bottom: thin solid rgb(221, 221, 221);
	border-right: thin solid rgb(221, 221, 221);
	padding: 7px 10px;
}

.paging__row a {
	text-decoration: none;
}

.paging__row .paging__element:first-child {
	border-left: thin solid rgb(221, 221, 221);
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.paging__row .paging__element:last-child {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.paging__element_inactive {
	background-color: rgb(245, 245, 245);
}