/* Make text go full width of text component; used when improper template was used to create page and causing text to not fill component */

.cmp-text {
    max-width: initial;
}

.emphasis-blue p {
    padding: 20px;
    font-weight: bold!important;
    display: block!important;
    background-color: #DFF3F7;
    border-left: 5px #00BEE4 solid;
}

.emphasis-green p {
    padding: 20px;
    display: block!important;
    background-color: #E7F4E4;
    border-left: 5px #2E8540 solid;
}

.emphasis-gray-no-border {
    display: block!important;
    background-color: #E0EDF6;
    text-align: left;
}

.emphasis-gray-no-border .cmp-icon-card{
    display: block!important;
    background-color: #E0EDF6;
    text-align: left!important;
    padding: 0;
}