.ct-main {
    margin: auto;
    min-height: initial;
}

.ct-detail-body
{
    background: #fff;
    margin-bottom: 70px;
    min-height: 500px;
    position: relative;
    z-index: 10;
}

.ct-detail-body .ct-detail-list{
    background: #fff;
    border-right: 2px solid #f5f5f5;
    padding: 31px 20px 66px;
}

.ct-detail-body .ct-detail-list .ct-detail-resume{
    margin: 3rem 0
}

.ct-detail-body .ct-detail-aside{
    padding: 31px 20px 66px;
}

.author-card .by {
    margin-bottom: 5px;
}
.credits-card {
    font-size: .8rem;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color:var(--txt-muted);
}

a.btn-square {
    background: var(--link-blue);
    color: white;
    padding: 10px 20px;
    display: inline-block;
    font-size: 1.5rem;
    margin: 2px 0px;
    transition: all 0.2s;
}
a.btn-square:hover {
    color: white;
    background: var(--bg-default);
}