ul {
	list-style-position: inside;
}
p.x-small {
	font-size: x-small;
}
p.xx-small {
	font-size: xx-small;
}
blockquote {
	border-left: 3px solid #2e486a;
    display: flex;
    padding-left: 15px;
}
.page-link {
    color: #2e486b !important;
}
.page-item.active .page-link {
    background: #2e486b !important;
    color: #fff !important;
}