@charset "utf-8";
.pagination-wrap{
	margin: 15px 0;
}
.page-item {
	display: flex;
}
.page-item a{
	display: flex;
	align-items: center;
}

.bookmarks{
	line-height: 1;
}

.entry-content a:not(.btn){
	text-decoration: underline;
}

.entry-content img{
	max-width: 100%;
	height: auto !important;
}

.entry-content table.table-bdb td,
.entry-content table.table-bdb th{
	border: none;
	border-bottom: 1px solid #dee2e6;
}

.table-responsive{
	word-break: keep-all;
}

/* SimpleBar */
.scroll-area{-ms-overflow-style: none;scrollbar-width: none;}
.scroll-area::-webkit-scrollbar {display:none;}
