nds-highlight-red, .nds-highlight-red {
    font-style: normal;
    display: block;
    border-left-style: solid;
    border-left-color: #e50046;
    border-left-width: 5px;
    margin: 20px 0;
    padding-left: 10px !important;
}

nds-highlight-grey, .nds-highlight-grey  {
    font-style: normal;
    display: block;
    border-left-style: solid;
    border-left-color: dimgrey;
    border-left-width: 5px;
    margin: 20px 0;
    padding-left: 10px !important;
}
