﻿.cbp-protected {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    text-decoration: inherit !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: text;
    display: inline;
}

    .cbp-protected::selection,
    .cbp-protected::-moz-selection {
        background: transparent;
        color: inherit;
    }
