.child-nav {
    display: flex;
    justify-content: center;
}

.child-nav img { 
    width: 264px;
}

.child-nav .navigation { 
	padding-left: 20px;
}

.child-nav .navigation p {
	width: 30px;
    height: 100px;
    background-color: #f2f0e2;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
}

.child-nav .navigation a {
	text-decoration: none;
}
.child-nav .navigation .active { 
	background-color: #007cc3;
    color: #ffffff !important;
}

.child-nav .navigation .active a {
	color: #ffffff !important;
}

.content{
    margin: 0 auto;
}

.content_body {
    padding-top: 30px;
    padding-bottom: 100px;
}

.pagination .page-item .page-link{border-radius: 50%;background-color: #f2f0e2;color: #000000;margin-left: 5px; border: 0;}
.pagination .page-item .page-link:hover{border: 0; background-color: #007cc3 ; color: #ffffff;}
.pagination .page-item.disabled .page-link{ background-color: #007cc3; color:#fff}