.ck-content a {
	text-decoration: underline;
	color: #5b93f3;
}
.content-body {
    background-color: #e1e1e1;
}
.card-body {
    padding: 1.2rem;
}
.card {
    margin-bottom: 0rem;
}



.ck-content .table table {
    border: 0px;
}
.table tbody tr td {
    vertical-align: middle;
    border-color: #FFF;
}
.table th, .table td {
    padding: 4px 3px;
}
.ck-content .table table td, .ck-content .table table th {
    border: 0px;
}






.ck-content p, .ck-content h4 {
    font-size: 1.9rem;
    padding-top: 10px;
}

@media (max-width: 767px) {
    body main.sub_page.pipeline.pubs_cu .con_tit_01 {
        font-size: 24px;
    }
    .ck-content p {
        margin-top: 10px;
    }
    .ck-content p, .ck-content h4 {
        font-size: 2.2rem;
        padding-top: 3px;
    }
    .ck-content .text-big {
        font-size: 1.2em;
    }
}